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+
113## [ 1.2.0] - January 14, 2021:
214* Support irregular table sizes
315* 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.
9696Add the following to your ` pubspec.yaml ` file:
9797
9898 dependencies:
99- flutter_html: ^1.2 .0
99+ flutter_html: ^1.3 .0
100100
101101## Currently Supported HTML Tags:
102102| | | | | | | | | | | |
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 : 1.2 .0
3+ version : 1.3 .0
44homepage : https://github.com/Sub6Resources/flutter_html
55
66environment :
You can’t perform that action at this time.
0 commit comments