Skip to content

Commit

Permalink
v0.4.3 -- version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
daohoangson committed Aug 5, 2020
1 parent 7142b05 commit f38d6cf
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.3

* Implement proper inline support for `margin` and `padding` (#237)
* Rollback support for sizing
* Make NodeMetadata.(op|styles) ignore `null`

## 0.4.2

* Add support for latest Flutter dev channel (#227)
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.3

* Implement proper inline support for `margin` and `padding` (#237)
* Rollback support for sizing
* Make NodeMetadata.(op|styles) ignore `null`

## 0.4.2

* Add support for inline style sizing (#206): `width`, `height`, `max-width`, `max-height`, `min-width` and `min-height`
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.4.2
version: 0.4.3
description: Flutter plugin 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
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_widget_from_html
version: 0.4.2
version: 0.4.3
description: Flutter plugin for widget tree building from html that supports hyperlink, image, nested list, etc.
homepage: https://github.com/daohoangson/flutter_widget_from_html

Expand All @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter
flutter_svg: ">=0.17.4 <0.19.0"
flutter_widget_from_html_core: ^0.4.2
flutter_widget_from_html_core: ^0.4.3
html: ^0.14.0+3
url_launcher: ^5.4.10
video_player: ^0.10.11+1
Expand Down

0 comments on commit f38d6cf

Please sign in to comment.