Skip to content

Commit 8b1567d

Browse files
committed
v0.5.2-rc.2021011801 -- version bump
1 parent e2e2897 commit 8b1567d

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

packages/core/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.5.2-rc.2021011801
2+
3+
- Add support for `HtmlWidget.onTapImage` callback
4+
- Add support for TABLE attribute `cellpadding` (#365)
5+
- Add support for table cell attributes `colspan`, `rowspan`, `valign` (#365)
6+
- Allow getting parsed inline styles from `dom.Element` directly (#367)
7+
- Improve support for inline styles border, border-collapse and box-sizing (#365)
8+
- Fix line metrics are unavailable on Flutter web (#383)
9+
110
## 0.5.1+4
211

312
- Improve RUBY baseline (#362)

packages/core/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

1717
```yaml
1818
dependencies:
19-
flutter_widget_from_html_core: ^0.5.1+4
19+
flutter_widget_from_html_core: ^0.5.2
2020
```
2121
2222
## 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.5.1+4
2+
version: 0.5.2-rc.2021011801
33
description: Flutter package for widget tree building from html 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

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.5.2-rc.2021011801
2+
3+
- Add param `unsupportedWebViewWorkaroundForIssue375`
4+
- Add support for `HtmlWidget.onTapImage` callback
5+
- Add support for TABLE attribute `cellpadding` (#365)
6+
- Add support for table cell attributes `valign` (#365)
7+
- Allow getting parsed inline styles from `dom.Element` directly (#367)
8+
- Improve support for inline styles border, border-collapse and box-sizing (#365)
9+
- Fix line metrics are unavailable on Flutter web (#383)
10+
111
## 0.5.1+5
212

313
- Add support for chewie 0.12 (#373, authored by @urakozz)

packages/enhanced/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

1717
```yaml
1818
dependencies:
19-
flutter_widget_from_html: ^0.5.1+5
19+
flutter_widget_from_html: ^0.5.2
2020
```
2121
2222
## Usage

packages/enhanced/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_widget_from_html
2-
version: 0.5.1+5
2+
version: 0.5.2-rc.2021011801
33
description: Flutter package for widget tree building from html that supports hyperlink, image, nested list, etc.
44
homepage: https://github.com/daohoangson/flutter_widget_from_html
55

@@ -14,7 +14,7 @@ dependencies:
1414
flutter:
1515
sdk: flutter
1616
flutter_svg: ">=0.17.0 <0.20.0"
17-
flutter_widget_from_html_core: ^0.5.1+4
17+
flutter_widget_from_html_core: ^0.5.2-rc.2021011801
1818
html: ^0.14.0+3
1919
url_launcher: ^5.5.0
2020
video_player: ">=0.10.12 <2.0.0"

0 commit comments

Comments
 (0)