Skip to content

Prepare for dartdoc 6.3.0. #3430

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## 6.2.2-dev
## 6.3.0
* Add a hideImplementations directive to disable showing constant
implementations alongside one-line docs on class pages (#3398)
* Update highlight.js to 11.8.0 for Dart 3 syntax highlight support. (#3416)
* Split sidebars out into separate HTML files (#3384)
* Update several required dependency versions, switch to Dart
language version 3.0, and several internal refactors. (various)

## 6.2.2
* Add chips to class pages for class modifiers (#3401)
Expand Down
2 changes: 1 addition & 1 deletion dartdoc_options.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dartdoc:
linkToSource:
root: '.'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v6.2.2-dev/%f%#L%l%'
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v6.3.0/%f%#L%l%'
Loading