Skip to content

Commit 81af1bf

Browse files
authored
Prepare for dartdoc 6.3.0. (#3430)
* Update changelog and pubspec for dartdoc 6.3.0. * Missed a crucial change in the changelog
1 parent 2b7340d commit 81af1bf

File tree

6 files changed

+2783
-2780
lines changed

6 files changed

+2783
-2780
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
## 6.2.2-dev
1+
## 6.3.0
22
* Add a hideImplementations directive to disable showing constant
33
implementations alongside one-line docs on class pages (#3398)
44
* Update highlight.js to 11.8.0 for Dart 3 syntax highlight support. (#3416)
5+
* Split sidebars out into separate HTML files (#3384)
6+
* Update several required dependency versions, switch to Dart
7+
language version 3.0, and several internal refactors. (various)
58

69
## 6.2.2
710
* Add chips to class pages for class modifiers (#3401)

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/v6.2.2-dev/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v6.3.0/%f%#L%l%'

0 commit comments

Comments
 (0)