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+
18## 0.28.1+2
29* Fix alignment of search box text in Safari (#1926 ).
310
1522* Dartdoc's default CSS now more closely resembles dartlang.org, with some
1623 miscellaneous alignment tweaks, Roboto font, and use of ` :hover ` to highlight
1724 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.
2027* Fix a problem where we don't render greater than symbols in the header
2128 for Chrome 72 (#1919 , #1918 )
2229* Dartdoc now remembers scroll positions for all three columns while
Original file line number Diff line number Diff line change 11dartdoc :
22 linkToSource :
33 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 11// 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 11name : 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
44author : Dart Team <misc@dartlang.org>
55description : A documentation generator for Dart.
66homepage : https://github.com/dart-lang/dartdoc
You can’t perform that action at this time.
0 commit comments