Skip to content

Commit f88dcfb

Browse files
authored
Merge pull request #824 from vrtdev/feature/release-212
Changelog and version for 2.1.2 release
2 parents 6233a59 + 7056c4c commit f88dcfb

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
## [2.1.1] - July 27, 2021:
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+
7+
## [2.1.1] - July 28, 2021:
8+
* Stable release with all 2.1.1-preview.X changes
9+
10+
## [2.1.1-preview.0] - July 27, 2021:
211
* Improves hr tag support
312
* Fixes a leading whitespace issue
413
* Fixes some crashes with CSS parsing

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)