From f93a1ffcce62f0bd1c332726219bccf9c29f1de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90=C3=A0o=20Ho=C3=A0ng=20S=C6=A1n?= Date: Sat, 18 Nov 2023 10:35:56 +0700 Subject: [PATCH] Prepare v0.14.7 releases (#1105) * [core] v0.14.7 * [fwfh_chewie] v0.14.7 * [enhanced] v0.14.7 --- packages/core/CHANGELOG.md | 6 ++++++ packages/core/README.md | 2 +- packages/core/pubspec.yaml | 2 +- packages/enhanced/CHANGELOG.md | 7 +++++++ packages/enhanced/README.md | 2 +- packages/enhanced/pubspec.yaml | 6 +++--- packages/fwfh_chewie/CHANGELOG.md | 4 ++++ packages/fwfh_chewie/README.md | 2 +- packages/fwfh_chewie/pubspec.yaml | 2 +- 9 files changed, 25 insertions(+), 8 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d5ef6efde..fbd13a550 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.14.7 + +- Add support for Flutter 3.13.9 (#1093) +- Add support for Flutter 3.16.0 (#1100) +- Fix `onTapUrl` doesn't work for links with `display: block` (#1104) + ## 0.14.6 - Add support for `background-image` (#1057, authored by @anttileppa 🎉) diff --git a/packages/core/README.md b/packages/core/README.md index 8d80c9b9e..d1391cc87 100644 --- a/packages/core/README.md +++ b/packages/core/README.md @@ -17,7 +17,7 @@ Add this to your app's `pubspec.yaml` file: ```yaml dependencies: - flutter_widget_from_html_core: ^0.14.6 + flutter_widget_from_html_core: ^0.14.7 ``` ## Usage diff --git a/packages/core/pubspec.yaml b/packages/core/pubspec.yaml index f53c6f3be..5e562504b 100644 --- a/packages/core/pubspec.yaml +++ b/packages/core/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_widget_from_html_core -version: 0.14.6 +version: 0.14.7 description: Flutter package to render html as widgets that focuses on correctness and extensibility. homepage: https://github.com/daohoangson/flutter_widget_from_html/tree/master/packages/core diff --git a/packages/enhanced/CHANGELOG.md b/packages/enhanced/CHANGELOG.md index 0e02bd257..6b206bd11 100644 --- a/packages/enhanced/CHANGELOG.md +++ b/packages/enhanced/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.14.7 + +- Add support for Flutter 3.13.9 (#1093) +- Add support for Flutter 3.16.0 (#1100) +- Fix `onTapUrl` doesn't work for links with `display: block` (#1104) +- Render video player on macOS (#1100) + ## 0.14.6 - Add support for `background-image` (#1057, authored by @anttileppa 🎉) diff --git a/packages/enhanced/README.md b/packages/enhanced/README.md index 745de17a8..f42cd0202 100644 --- a/packages/enhanced/README.md +++ b/packages/enhanced/README.md @@ -27,7 +27,7 @@ Add this to your app's `pubspec.yaml` file: ```yaml dependencies: - flutter_widget_from_html: ^0.14.6 + flutter_widget_from_html: ^0.14.7 ``` ### Platform specific configuration diff --git a/packages/enhanced/pubspec.yaml b/packages/enhanced/pubspec.yaml index 082820a7d..744ab2f3c 100644 --- a/packages/enhanced/pubspec.yaml +++ b/packages/enhanced/pubspec.yaml @@ -1,5 +1,5 @@ name: flutter_widget_from_html -version: 0.14.6 +version: 0.14.7 description: Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags. homepage: https://github.com/daohoangson/flutter_widget_from_html @@ -10,9 +10,9 @@ environment: dependencies: flutter: sdk: flutter - flutter_widget_from_html_core: ^0.14.6 + flutter_widget_from_html_core: ^0.14.7 fwfh_cached_network_image: ^0.14.2 - fwfh_chewie: ^0.14.2 + fwfh_chewie: ^0.14.7 fwfh_just_audio: ^0.14.2 fwfh_svg: ^0.8.0+4 fwfh_url_launcher: ^0.9.0+4 diff --git a/packages/fwfh_chewie/CHANGELOG.md b/packages/fwfh_chewie/CHANGELOG.md index 60ad13ed6..5c945e444 100644 --- a/packages/fwfh_chewie/CHANGELOG.md +++ b/packages/fwfh_chewie/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.14.7 + +- Render video player on macOS (#1100) + ## 0.14.2 - Requires Flutter 3.7 (#899) diff --git a/packages/fwfh_chewie/README.md b/packages/fwfh_chewie/README.md index 7b63adfa2..4726399dc 100644 --- a/packages/fwfh_chewie/README.md +++ b/packages/fwfh_chewie/README.md @@ -16,7 +16,7 @@ Add this to your app's `pubspec.yaml` file: ```yaml dependencies: flutter_widget_from_html_core: any - fwfh_chewie: ^0.14.2 + fwfh_chewie: ^0.14.7 ``` ## Usage diff --git a/packages/fwfh_chewie/pubspec.yaml b/packages/fwfh_chewie/pubspec.yaml index 45e349348..75474ea1d 100644 --- a/packages/fwfh_chewie/pubspec.yaml +++ b/packages/fwfh_chewie/pubspec.yaml @@ -1,5 +1,5 @@ name: fwfh_chewie -version: 0.14.2 +version: 0.14.7 description: WidgetFactory extension to render VIDEO with the chewie plugin. homepage: https://github.com/daohoangson/flutter_widget_from_html