File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ ## 0.28.1+2
2+ * Fix alignment of search box text in Safari (#1926 ).
3+
14## 0.28.1+1
25* Make hamburger menu appear in Chrome 72.
36
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+1 /%f%#L%l%'
4+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.28.1+2 /%f%#L%l%'
Original file line number Diff line number Diff line change @@ -847,8 +847,8 @@ button {
847847.tt-hint {
848848 width : 200px ;
849849 height : 20px ;
850- padding : 4 px 12 px ;
851- line-height : 30 px ;
850+ padding : 2 px 7 px 1 px 7 px ;
851+ line-height : 20 px ;
852852 outline : none;
853853}
854854
Original file line number Diff line number Diff line change 11// Generated code. Do not modify.
2- const packageVersion = '0.28.1+1 ' ;
2+ const packageVersion = '0.28.1+2 ' ;
Original file line number Diff line number Diff line change 11name : dartdoc
22# Also update the `version` field in lib/dartdoc.dart.
3- version : 0.28.1+1
3+ version : 0.28.1+2
44author :
Dart Team <[email protected] > 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