Skip to content

Commit f93a1ff

Browse files
authored
Prepare v0.14.7 releases (#1105)
* [core] v0.14.7 * [fwfh_chewie] v0.14.7 * [enhanced] v0.14.7
1 parent 83d8e4e commit f93a1ff

File tree

9 files changed

+25
-8
lines changed

9 files changed

+25
-8
lines changed

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.14.7
2+
3+
- Add support for Flutter 3.13.9 (#1093)
4+
- Add support for Flutter 3.16.0 (#1100)
5+
- Fix `onTapUrl` doesn't work for links with `display: block` (#1104)
6+
17
## 0.14.6
28

39
- Add support for `background-image` (#1057, authored by @anttileppa 🎉)

packages/core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add this to your app's `pubspec.yaml` file:
1717

1818
```yaml
1919
dependencies:
20-
flutter_widget_from_html_core: ^0.14.6
20+
flutter_widget_from_html_core: ^0.14.7
2121
```
2222
2323
## Usage

packages/core/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_widget_from_html_core
2-
version: 0.14.6
2+
version: 0.14.7
33
description: Flutter package to render html as widgets that focuses on correctness and extensibility.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html/tree/master/packages/core
55

packages/enhanced/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.14.7
2+
3+
- Add support for Flutter 3.13.9 (#1093)
4+
- Add support for Flutter 3.16.0 (#1100)
5+
- Fix `onTapUrl` doesn't work for links with `display: block` (#1104)
6+
- Render video player on macOS (#1100)
7+
18
## 0.14.6
29

310
- Add support for `background-image` (#1057, authored by @anttileppa 🎉)

packages/enhanced/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add this to your app's `pubspec.yaml` file:
2727

2828
```yaml
2929
dependencies:
30-
flutter_widget_from_html: ^0.14.6
30+
flutter_widget_from_html: ^0.14.7
3131
```
3232
3333
### Platform specific configuration

packages/enhanced/pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_widget_from_html
2-
version: 0.14.6
2+
version: 0.14.7
33
description: Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html
55

@@ -10,9 +10,9 @@ environment:
1010
dependencies:
1111
flutter:
1212
sdk: flutter
13-
flutter_widget_from_html_core: ^0.14.6
13+
flutter_widget_from_html_core: ^0.14.7
1414
fwfh_cached_network_image: ^0.14.2
15-
fwfh_chewie: ^0.14.2
15+
fwfh_chewie: ^0.14.7
1616
fwfh_just_audio: ^0.14.2
1717
fwfh_svg: ^0.8.0+4
1818
fwfh_url_launcher: ^0.9.0+4

packages/fwfh_chewie/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.14.7
2+
3+
- Render video player on macOS (#1100)
4+
15
## 0.14.2
26

37
- Requires Flutter 3.7 (#899)

packages/fwfh_chewie/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add this to your app's `pubspec.yaml` file:
1616
```yaml
1717
dependencies:
1818
flutter_widget_from_html_core: any
19-
fwfh_chewie: ^0.14.2
19+
fwfh_chewie: ^0.14.7
2020
```
2121
2222
## Usage

packages/fwfh_chewie/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: fwfh_chewie
2-
version: 0.14.2
2+
version: 0.14.7
33
description: WidgetFactory extension to render VIDEO with the chewie plugin.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html
55

0 commit comments

Comments
 (0)