File tree Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Expand file tree Collapse file tree 4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.28.2
2
+ * Add empty CSS classes in spans around the names of entities so Dashing can pick
3
+ them up. (flutter/flutter #27654 , #1929 )
4
+ * Test fixups for experiments (#1932 , #1931 , #1929 ).
5
+ * Make precaching work for borrowed documentation, fixing cases where ` @tool ` directives
6
+ were not being substituted correctly in generated docs (#1930 , #1934 ).
7
+
1
8
## 0.28.1+2
2
9
* Fix alignment of search box text in Safari (#1926 ).
3
10
15
22
* Dartdoc's default CSS now more closely resembles dartlang.org, with some
16
23
miscellaneous alignment tweaks, Roboto font, and use of ` :hover ` to highlight
17
24
links (#1916 , #1372 )
18
- * Viewport parameters for mobile now prevent "stuck page" syndrome (#1916 ,
19
- # 1911 ). Overscroll is now permitted for mobile.
25
+ * Viewport parameters for mobile now prevent "stuck page" syndrome (#1916 , # 1911 ).
26
+ Overscroll is now permitted for mobile.
20
27
* Fix a problem where we don't render greater than symbols in the header
21
28
for Chrome 72 (#1919 , #1918 )
22
29
* Dartdoc now remembers scroll positions for all three columns while
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/v0.28.1+ 2/%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.28.2/%f%#L%l%'
Original file line number Diff line number Diff line change 1
1
// Generated code. Do not modify.
2
- const packageVersion = '0.28.1+ 2' ;
2
+ const packageVersion = '0.28.2' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
- # Also update the `version` field in lib/dartdoc.dart .
3
- version : 0.28.1+ 2
2
+ # Run `grind build` after updating .
3
+ version : 0.28.2
4
4
author : Dart Team <misc@dartlang.org>
5
5
description : A documentation generator for Dart.
6
6
homepage : https://github.com/dart-lang/dartdoc
You can’t perform that action at this time.
0 commit comments