File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Expand file tree Collapse file tree 5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 0.28.3+1
2+ * Fix scroll physics and behavior for Safari on iOS.
3+
14## 0.28.3
25* Support a new ` {@youtube} ` directive in documentation comments to embed
36 YouTube videos.
137140## 0.22.0
138141* Documentation updates. (#1760 )
139142* Fix incompatibility with head analyzer (endsWith exception). (#1768 )
140- * Added the ability to run external tools on a section of documentation and
143+ * Added the ability to run external tools on a section of documentation and
141144 replace it with the output of the tool.
142145
143146## 0.21.1
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.3/%f%#L%l%'
4+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.28.3+1 /%f%#L%l%'
Original file line number Diff line number Diff line change 2828body {
2929 display : flex;
3030 flex-direction : column;
31- min-height : 100 vh ;
31+ -webkit-overflow-scrolling : touch ;
3232}
3333
3434header {
8888::-webkit-scrollbar-thumb { background-color : # CCC ; }
8989::-webkit-scrollbar-thumb : hover { background-color : # CCC ; }
9090::-webkit-scrollbar { width : 4px ; }
91- ::-webkit-overflow-scrolling : to uch;
9291
9392.main-content ::-webkit-scrollbar { width : 8px ; }
9493
Original file line number Diff line number Diff line change 11// Generated code. Do not modify.
2- const packageVersion = '0.28.3' ;
2+ const packageVersion = '0.28.3+1 ' ;
Original file line number Diff line number Diff line change 11name : dartdoc
22# Run `grind build` after updating.
3- version : 0.28.3
3+ version : 0.28.3+1
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