Skip to content

Commit eab4eac

Browse files
committed
Update documentation and bump version in advance of 1.3.0 release
1 parent 1c51d62 commit eab4eac

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ A Flutter widget for rendering HTML and CSS as Flutter widgets.
9696
Add 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
| | | | | | | | | | | |

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_html
22
description: A Flutter widget rendering static HTML and CSS as Flutter widgets.
3-
version: 1.2.0
3+
version: 1.3.0
44
homepage: https://github.com/Sub6Resources/flutter_html
55

66
environment:

0 commit comments

Comments
 (0)