Skip to content

Commit 7056c4c

Browse files
committed
Release notes for 2.1.2
1 parent c46149a commit 7056c4c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.1.2] - September 2, 2021:
2+
* Allow setting selectionControls with SelectableHtml
3+
* Fix onLinkTap not working with SelectableHtml
4+
* Don't crash when parsing unsupported :hover
5+
* Prevent endless loading when using animated images
6+
17
## [2.1.1] - July 28, 2021:
28
* Stable release with all 2.1.1-preview.X changes
39

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

66
environment:

0 commit comments

Comments
 (0)