Skip to content

Commit

Permalink
v0.5.2-rc.2021011801 -- version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daohoangson committed Jan 19, 2021
1 parent e2e2897 commit 8b1567d
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
9 changes: 9 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.5.2-rc.2021011801

- Add support for `HtmlWidget.onTapImage` callback
- Add support for TABLE attribute `cellpadding` (#365)
- Add support for table cell attributes `colspan`, `rowspan`, `valign` (#365)
- Allow getting parsed inline styles from `dom.Element` directly (#367)
- Improve support for inline styles border, border-collapse and box-sizing (#365)
- Fix line metrics are unavailable on Flutter web (#383)

## 0.5.1+4

- Improve RUBY baseline (#362)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/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: ^0.5.1+4
flutter_widget_from_html_core: ^0.5.2
```
## 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.5.1+4
version: 0.5.2-rc.2021011801
description: Flutter package for widget tree building from html that focuses on correctness and extensibility.
homepage: https://github.com/daohoangson/flutter_widget_from_html/tree/master/packages/core

Expand Down
10 changes: 10 additions & 0 deletions packages/enhanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.5.2-rc.2021011801

- Add param `unsupportedWebViewWorkaroundForIssue375`
- Add support for `HtmlWidget.onTapImage` callback
- Add support for TABLE attribute `cellpadding` (#365)
- Add support for table cell attributes `valign` (#365)
- Allow getting parsed inline styles from `dom.Element` directly (#367)
- Improve support for inline styles border, border-collapse and box-sizing (#365)
- Fix line metrics are unavailable on Flutter web (#383)

## 0.5.1+5

- Add support for chewie 0.12 (#373, authored by @urakozz)
Expand Down
2 changes: 1 addition & 1 deletion packages/enhanced/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: ^0.5.1+5
flutter_widget_from_html: ^0.5.2
```
## Usage
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.5.1+5
version: 0.5.2-rc.2021011801
description: Flutter package for widget tree building from html that supports hyperlink, image, nested list, etc.
homepage: https://github.com/daohoangson/flutter_widget_from_html

Expand All @@ -14,7 +14,7 @@ dependencies:
flutter:
sdk: flutter
flutter_svg: ">=0.17.0 <0.20.0"
flutter_widget_from_html_core: ^0.5.1+4
flutter_widget_from_html_core: ^0.5.2-rc.2021011801
html: ^0.14.0+3
url_launcher: ^5.5.0
video_player: ">=0.10.12 <2.0.0"
Expand Down

1 comment on commit 8b1567d

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