File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 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+
117## [ 2.0.0] - April 29, 2021:
218* Stable release with all 2.0.0-nullsafety.X changes
319
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.
9898Add the following to your ` pubspec.yaml ` file:
9999
100100 dependencies:
101- flutter_html: ^2.0 .0
101+ flutter_html: ^2.1 .0
102102
103103## Currently Supported HTML Tags:
104104| | | | | | | | | | | |
Original file line number Diff line number Diff line change 11name : flutter_html
22description : A Flutter widget rendering static HTML and CSS as Flutter widgets.
3- version : 2.0 .0
3+ version : 2.1 .0
44homepage : https://github.com/Sub6Resources/flutter_html
55
66environment :
You can’t perform that action at this time.
0 commit comments