Skip to content

Commit f690e06

Browse files
authored
Prepare for dartdoc 0.30.0+1 (#2119)
* Fix basehref for search box on non-root cases * Use src element and correct relative path for directory return value * Prepare for 0.30.0+1
1 parent 62d39a2 commit f690e06

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.30.0+1
2+
* Fix a broken search box on pages in subdirectories (#2117, #2118)
3+
14
## 0.30.0
25
* BREAKING CHANGE: no longer use `<base href>` in generated documentation, instead
36
use real relative links. This may break manually constructed links that rely

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.30.0/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.30.0+1/%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.30.0';
2+
const packageVersion = '0.30.0+1';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `grind build` after updating.
3-
version: 0.30.0
3+
version: 0.30.0+1
44
description: A non-interactive HTML documentation generator for Dart source code.
55
homepage: https://github.com/dart-lang/dartdoc
66
environment:

0 commit comments

Comments
 (0)