File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- ## 8.0.11-wip
1
+ ## 8.0.11
2
2
3
- * Fix the slash key (` / ` ) not focusing the search box.
3
+ * Fix the slash key (` / ` ) not focusing the search box. (#3810 )
4
+ * Start using resolution of doc-imports (via ` /// @docImport ` ). (#3805 )
5
+ * Make ` ContainerAccessor.isInherited ` a final field.
6
+ * Make ` PackageGraph.analysisContext ` a private field.
4
7
5
8
## 8.0.10
6
9
Original file line number Diff line number Diff line change 1
1
dartdoc :
2
2
linkToSource :
3
3
root : ' .'
4
- uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.0.11-wip /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v8.0.11/%f%#L%l%'
Original file line number Diff line number Diff line change 1
- const packageVersion = '8.0.11-wip ' ;
1
+ const packageVersion = '8.0.11' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
- version : 8.0.11-wip
2
+ version : 8.0.11
3
3
description : A non-interactive HTML documentation generator for Dart source code.
4
4
repository : https://github.com/dart-lang/dartdoc
5
5
You can’t perform that action at this time.
0 commit comments