Skip to content

Commit 09b4b37

Browse files
committed
Prepare 2.2.1 fix release
1 parent 7064ef7 commit 09b4b37

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.2.1] - December 8, 2021:
2+
* Allow styling on ruby tags
3+
* Allow width/height/alignment styling on table/tr/td tags
4+
* Prevent images causing rebuilding and leaking memory
5+
* Fixes display of list items on iOS with font weights below 400
6+
* Prevent crash on negative margins or paddings
7+
18
## [2.2.0] - November 29, 2021:
29
* Explicitly declare multiplatform support
310
* Extended and fixed list-style (marker) support

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ A Flutter widget for rendering HTML and CSS as Flutter widgets.
9898
Add the following to your `pubspec.yaml` file:
9999

100100
dependencies:
101-
flutter_html: ^2.2.0
101+
flutter_html: ^2.2.1
102102

103103
## Currently Supported HTML Tags:
104104
| | | | | | | | | | | |

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_html
22
description: A Flutter widget rendering static HTML and CSS as Flutter widgets.
3-
version: 2.2.0
3+
version: 2.2.1
44
homepage: https://github.com/Sub6Resources/flutter_html
55

66
environment:

0 commit comments

Comments
 (0)