Skip to content

Commit

Permalink
Merge pull request #927 from vrtdev/feature/release-221
Browse files Browse the repository at this point in the history
Release 2.2.1
  • Loading branch information
erickok committed Dec 9, 2021
2 parents d5a2751 + 4363f8c commit b5741ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.1] - December 8, 2021:
* Allow styling on ruby tags
* Allow width/height/alignment styling on table/tr/td tags
* Prevent images causing rebuilding and leaking memory
* Fixes display of list items on iOS with font weights below 400
* Prevent crash on negative margins or paddings

## [2.2.0] - November 29, 2021:
* Explicitly declare multiplatform support
* Extended and fixed list-style (marker) support
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ A Flutter widget for rendering HTML and CSS as Flutter widgets.
Add the following to your `pubspec.yaml` file:

dependencies:
flutter_html: ^2.2.0
flutter_html: ^2.2.1

## Currently Supported HTML Tags:
| | | | | | | | | | | |
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_html
description: A Flutter widget rendering static HTML and CSS as Flutter widgets.
version: 2.2.0
version: 2.2.1
homepage: https://github.com/Sub6Resources/flutter_html

environment:
Expand Down

0 comments on commit b5741ea

Please sign in to comment.