Skip to content

Commit

Permalink
Prepare v0.14.7 releases (#1105)
Browse files Browse the repository at this point in the history
* [core] v0.14.7
* [fwfh_chewie] v0.14.7
* [enhanced] v0.14.7
  • Loading branch information
daohoangson authored Nov 18, 2023
1 parent 83d8e4e commit f93a1ff
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 8 deletions.
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 🎉)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 7 additions & 0 deletions packages/enhanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 🎉)
Expand Down
2 changes: 1 addition & 1 deletion packages/enhanced/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packages/enhanced/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions packages/fwfh_chewie/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.14.7

- Render video player on macOS (#1100)

## 0.14.2

- Requires Flutter 3.7 (#899)
Expand Down
2 changes: 1 addition & 1 deletion packages/fwfh_chewie/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/fwfh_chewie/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

1 comment on commit f93a1ff

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.