File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.1.4] - October 3, 2021:
2
+ * Fix regression in usage of line breaks in body being stripped
3
+
1
4
## [ 2.1.3] - October 1, 2021:
2
5
* Update minimum versions of dependencies for Flutter 2.5 compatibility
3
6
* Extended and fixed support for css shadow
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.1.3
101
+ flutter_html: ^2.1.4
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.1.3
3
+ version : 2.1.4
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