File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.1.0] - June 3, 2021:
2
+ * SelectableHtml widget (supporting a subset of tags) which allow text selection
3
+ * Fixed shrinkWrap to actually shrink the horizontal space
4
+ * Support style tags to apply styling from inline css
5
+ * Support applying styles from Flutter themes
6
+ * Mouse hover on links when using Flutter Web
7
+ * Allow custom anchor link tap implementations
8
+ * Support additional list styling options
9
+ * Fix several minor whitespace issues in text flow
10
+ * Fixed specific colspan/rowspan usages in tables
11
+ * Fixed whitespace issues around images
12
+ * Swallow duplicate ids to prevent crashing the widget
13
+ * Fixes crashing tap detection when using both link and image taps
14
+ * Updates external dependencies
15
+ * Raised minimum Flutter version to 2.2.0
16
+
1
17
## [ 2.0.0] - April 29, 2021:
2
18
* Stable release with all 2.0.0-nullsafety.X changes
3
19
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.0 .0
101
+ flutter_html: ^2.1 .0
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.0 .0
3
+ version : 2.1 .0
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