Skip to content

Commit bd21a47

Browse files
authored
Prepare for 0.28.1+1 (fix hamburger icon) (#1925)
1 parent a05662a commit bd21a47

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.28.1+1
2+
* Make hamburger menu appear in Chrome 72.
3+
14
## 0.28.1
25
* Reenable three-pane scrolling in Chrome 72 (#1922, #1921)
36
* A new version of the highlightjs pack supports syntax highlighting for

Diff for: dartdoc_options.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dartdoc:
22
linkToSource:
33
root: '.'
4-
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.1/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.1+1/%f%#L%l%'

Diff for: lib/resources/styles.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ button {
755755
@media screen and (max-width:768px) {
756756
#sidenav-left-toggle {
757757
display: inline;
758-
background: no-repeat url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='#111' d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/></svg>");
758+
background: no-repeat url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='%23111' d='M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z'/></svg>");
759759
background-position: center;
760760
width: 24px;
761761
height: 24px;

Diff for: lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '0.28.1';
2+
const packageVersion = '0.28.1+1';

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Also update the `version` field in lib/dartdoc.dart.
3-
version: 0.28.1
3+
version: 0.28.1+1
44
author: Dart Team <[email protected]>
55
description: A documentation generator for Dart.
66
homepage: https://github.com/dart-lang/dartdoc

0 commit comments

Comments
 (0)