File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 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:
2
11
* Improves hr tag support
3
12
* Fixes a leading whitespace issue
4
13
* Fixes some crashes with CSS parsing
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.1
101
+ flutter_html: ^2.1.2
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.1
3
+ version : 2.1.2
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