From 4874454c76074aae234083354646bee591c8289f Mon Sep 17 00:00:00 2001 From: MartenM Date: Sun, 18 Feb 2024 20:47:20 +0100 Subject: [PATCH] Bumped version to 1.5.0 --- CHANGELOG.md | 8 ++++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a95d4..6cc2d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.5.0 +* 'Selectable' is now part of the Stylesheet. +* Fixed accessibility issues for future flutter releases. +* Fixed an accessibility issue for selectable text. +* Text in quotes can now be selected. +* Fixed a minor issue in the example texts +* Bumped flutter lints to 3.0.0 + ## 1.4.2 * Added \[UL] and \[OL] list tags. diff --git a/example/pubspec.lock b/example/pubspec.lock index f4d73af..97863a7 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -68,7 +68,7 @@ packages: path: ".." relative: true source: path - version: "1.4.2" + version: "1.5.0" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index b3b60cd..ee2baa2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_bbcode description: A package to display BBCode text in Flutter apps. Manage your own tags or use those of others. -version: 1.4.2 +version: 1.5.0 repository: https://github.com/MartenM/flutter_bbcode issue_tracker: https://github.com/MartenM/flutter_bbcode/issues