File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
8
## [ 2.2.0] - November 29, 2021:
2
9
* Explicitly declare multiplatform support
3
10
* Extended and fixed list-style (marker) support
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ A Flutter widget for rendering HTML and CSS as Flutter widgets.
98
98
Add the following to your ` pubspec.yaml ` file:
99
99
100
100
dependencies:
101
- flutter_html: ^2.2.0
101
+ flutter_html: ^2.2.1
102
102
103
103
## Currently Supported HTML Tags:
104
104
| | | | | | | | | | | |
Original file line number Diff line number Diff line change 1
1
name : flutter_html
2
2
description : A Flutter widget rendering static HTML and CSS as Flutter widgets.
3
- version : 2.2.0
3
+ version : 2.2.1
4
4
homepage : https://github.com/Sub6Resources/flutter_html
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments