Skip to content

Commit 34dd370

Browse files
authored
Prepare for 0.28.2 (#1935)
1 parent d59800f commit 34dd370

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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

@@ -15,8 +22,8 @@
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

dartdoc_options.yaml

Lines changed: 1 addition & 1 deletion
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+2/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.28.2/%f%#L%l%'

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
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';
2+
const packageVersion = '0.28.2';

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 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
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)