Skip to content

Commit

Permalink
Prepare v0.14.8 releases (#1116)
Browse files Browse the repository at this point in the history
* [fwfh_webview] v0.14.8
* [enhanced] v0.14.8
  • Loading branch information
daohoangson authored Nov 29, 2023
1 parent e6f7130 commit 48c5376
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/enhanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.14.8

- Fix IFRAME does not respect width attribute (#1115)

## 0.14.7

- Add support for Flutter 3.13.9 (#1093)
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.7
flutter_widget_from_html: ^0.14.8
```
### Platform specific configuration
Expand Down
4 changes: 2 additions & 2 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.7
version: 0.14.8
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 @@ -16,7 +16,7 @@ dependencies:
fwfh_just_audio: ^0.14.2
fwfh_svg: ^0.8.0+4
fwfh_url_launcher: ^0.9.0+4
fwfh_webview: ^0.14.2
fwfh_webview: ^0.14.8
html: ^0.15.0

dependency_overrides:
Expand Down
4 changes: 4 additions & 0 deletions packages/fwfh_webview/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.14.8

- Fix IFRAME does not respect width attribute (#1115)

## 0.14.2

- Requires Flutter 3.7 (#899)
Expand Down
2 changes: 1 addition & 1 deletion packages/fwfh_webview/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_webview: ^0.14.2
fwfh_webview: ^0.14.8
```
## Usage
Expand Down
2 changes: 1 addition & 1 deletion packages/fwfh_webview/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fwfh_webview
version: 0.14.2
version: 0.14.8
description: WidgetFactory extension to render IFRAME with the official WebView plugin.
homepage: https://github.com/daohoangson/flutter_widget_from_html

Expand Down

1 comment on commit 48c5376

@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.