From 33619d5d0255f57e5e37ce91c8c9c1063f31de0d Mon Sep 17 00:00:00 2001 From: Sam Rawlins Date: Tue, 6 Sep 2022 12:47:59 -0700 Subject: [PATCH] Bump to 6.1.0 --- CHANGELOG.md | 13 ++++++++++++- dartdoc_options.yaml | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ad312b5d..74e5a2c2fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ -## 6.0.2-dev +## 6.1.0 * Trimmed the implementation source code of fields to improve rendering. +* Display various "features" of an element (like "read-only" or "final" or + "inherited") as badges. +* Introduce a toggle for a "Dark Mode" style. +* Bump markdown to 6.0.0. +* Bump analyzer to 4.6.0. +* Introduce a search results page. This allows linking to a page of search + results, and a full screen view of all results for a search. +* Introduce a search fallback, in the case of no results, using the search + feature at . +* Display whether a method is `static`, on its page. + ## 6.0.1 diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 76f5e08c1b..b0fe409d64 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: linkToSource: root: '.' - uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v6.0.2-dev/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v6.1.0/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index 18068883d1..2ca5b0dfe2 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '6.0.2-dev'; +const packageVersion = '6.1.0'; diff --git a/pubspec.yaml b/pubspec.yaml index a62b4930c5..d944aca9fb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Run `dart run grinder build` after updating. -version: 6.0.2-dev +version: 6.1.0 description: A non-interactive HTML documentation generator for Dart source code. repository: https://github.com/dart-lang/dartdoc