Skip to content

Commit b03ea06

Browse files
committed
Prepare 2.1.4 patch release
1 parent 3c5d4bc commit b03ea06

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [2.1.4] - October 3, 2021:
2+
* Fix regression in usage of line breaks in body being stripped
3+
14
## [2.1.3] - October 1, 2021:
25
* Update minimum versions of dependencies for Flutter 2.5 compatibility
36
* Extended and fixed support for css shadow

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.1.3
101+
flutter_html: ^2.1.4
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.1.3
3+
version: 2.1.4
44
homepage: https://github.com/Sub6Resources/flutter_html
55

66
environment:

0 commit comments

Comments
 (0)