File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 1.3.0] - February 9, 2021:
2
+ * New image loading API
3
+ * Image loading with request headers, from relative paths and custom loading widget
4
+ * SVG image support from network or local assets
5
+ * Support for ` <details> ` /` <summary> ` tags
6
+ * Allow returning spans from custom tag renders
7
+ * Inline font styling
8
+ * Content-based table column sizing
9
+ * Respect iframe sandbox attribute
10
+ * Fixed text flow and styling when using tags inside ` <a> ` links
11
+ * Updated dependencies for Flutter 1.26+
12
+
1
13
## [ 1.2.0] - January 14, 2021:
2
14
* Support irregular table sizes
3
15
* Allow for returning ` null ` from a customRender function to disable the widget
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ A Flutter widget for rendering HTML and CSS as Flutter widgets.
96
96
Add the following to your ` pubspec.yaml ` file:
97
97
98
98
dependencies:
99
- flutter_html: ^1.2 .0
99
+ flutter_html: ^1.3 .0
100
100
101
101
## Currently Supported HTML Tags:
102
102
| | | | | | | | | | | |
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 : 1.2 .0
3
+ version : 1.3 .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