File tree 5 files changed +8
-6
lines changed
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
+
1
4
## 0.28.3
2
5
* Support a new ` {@youtube} ` directive in documentation comments to embed
3
6
YouTube videos.
137
140
## 0.22.0
138
141
* Documentation updates. (#1760 )
139
142
* 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
141
144
replace it with the output of the tool.
142
145
143
146
## 0.21.1
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.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 28
28
body {
29
29
display : flex;
30
30
flex-direction : column;
31
- min-height : 100 vh ;
31
+ -webkit-overflow-scrolling : touch ;
32
32
}
33
33
34
34
header {
88
88
::-webkit-scrollbar-thumb { background-color : # CCC ; }
89
89
::-webkit-scrollbar-thumb : hover { background-color : # CCC ; }
90
90
::-webkit-scrollbar { width : 4px ; }
91
- ::-webkit-overflow-scrolling : to uch;
92
91
93
92
.main-content ::-webkit-scrollbar { width : 8px ; }
94
93
Original file line number Diff line number Diff line change 1
1
// 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 1
1
name : dartdoc
2
2
# Run `grind build` after updating.
3
- version : 0.28.3
3
+ version : 0.28.3+1
4
4
author :
Dart Team <[email protected] >
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