Skip to content

Commit bf7a21b

Browse files
committed
[enhanced] v0.9.1
1 parent 3782eda commit bf7a21b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

packages/enhanced/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.9.1
2+
3+
- Try catch possible errors during table layout (#846)
4+
- Add support for `list-style-type: none` (#847)
5+
- Add support for `src` attribute in VIDEO tag (#848)
6+
- Adjust sizing logic for IMG tag (#854)
7+
- Redistribute table column width to avoid overflow (#856)
8+
19
## 0.9.0+2
210

311
- Add support for [email protected] (#841)

packages/enhanced/README.md

Lines changed: 1 addition & 1 deletion
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.9.0
30+
flutter_widget_from_html: ^0.9.1
3131
```
3232
3333
### Platform specific configuration

packages/enhanced/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_widget_from_html
2-
version: 0.9.0+2
2+
version: 0.9.1
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

0 commit comments

Comments
 (0)