File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 6.1.5
2
+
3
+ * Fix remote linking in Dart 2.18. (#3267 )
4
+ * Fix arrow key functions in search. (#3271 )
5
+ * Don't show ` null ` in search results with topics. (#3273 )
6
+ * Remove annotations from the features section of each element. (#3268 )
7
+
1
8
## 6.1.4
2
9
3
10
* Fix using the Enter key in the search bar, on Flutter. (#3256 )
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/v6.1.4 /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v6.1.5 /%f%#L%l%'
Original file line number Diff line number Diff line change 1
1
// Generated code. Do not modify.
2
- const packageVersion = '6.1.4 ' ;
2
+ const packageVersion = '6.1.5 ' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
2
# Run `dart run grinder build` after updating.
3
- version : 6.1.4
3
+ version : 6.1.5
4
4
description : A non-interactive HTML documentation generator for Dart source code.
5
5
repository : https://github.com/dart-lang/dartdoc
6
6
You can’t perform that action at this time.
0 commit comments