File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 6.2.0-dev
2
+
3
+ * Stop generating a null-safety badge for elements
4
+ in a null-safe library. (#3295 )
5
+ * Switch to using a sun icon for switching to the light theme. (#3309 )
6
+ * Standardize the search icon style to a new SVG. (#3302 )
7
+ * Remove CSS classes no longer used in dartdoc generated content. (#3302 )
8
+
1
9
## 6.1.5
2
10
3
11
* Fix remote linking in Dart 2.18. (#3267 )
45
53
* Reduce memory usage by much more extensive use of non-growable Lists, and
46
54
constant empty lists. (#3151 and #3154 )
47
55
* Make ` Warnable.package ` non-nullable. (#3155 )
48
- * Refactor the various ` Renderer ` classses . Specifically add abstract
56
+ * Refactor the various ` Renderer ` classes . Specifically add abstract
49
57
` ElementTypeRendererHtml ` and ` ElementTypeRendererMd ` classes which implement
50
58
some shared calculations. (#3163 )
51
59
* Deprecate ` ElementTypeRenderer.wrapNullability ` . (#3163 )
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.5 /%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v6.2.0-dev /%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.5 ' ;
2
+ const packageVersion = '6.2.0-dev ' ;
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.5
3
+ version : 6.2.0-dev
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