Skip to content

Commit

Permalink
Merge pull request #534 from vrtdev/prepare-120-release
Browse files Browse the repository at this point in the history
Update documentation and bump version in advance of 1.3.0 release
  • Loading branch information
ryan-berger authored Feb 16, 2021
2 parents 226e2d3 + 900b685 commit 705ea53
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.3.0] - February 9, 2021:
* New image loading API
* Image loading with request headers, from relative paths and custom loading widget
* SVG image support from network or local assets
* Support for `<details>`/`<summary>` tags
* Allow returning spans from custom tag renders
* Inline font styling
* Content-based table column sizing
* Respect iframe sandbox attribute
* Fixed text flow and styling when using tags inside `<a>` links
* Updated dependencies for Flutter 1.26+

## [1.2.0] - January 14, 2021:
* Support irregular table sizes
* Allow for returning `null` from a customRender function to disable the widget
Expand Down
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,43 +35,27 @@ A Flutter widget for rendering HTML and CSS as Flutter widgets.

- [Data](#data)

- [Example](#example-usage---data)

- [onLinkTap](#onlinktap)

- [Example](#example-usage---onlinktap)

- [customRender](#customrender)

- [Example](#example-usages---customrender)

- [onImageError](#onimageerror)

- [Example](#example-usage---onimageerror)

- [onImageTap](#onimagetap)

- [Example](#example-usage---onimagetap)

- [blacklistedElements](#blacklistedelements)

- [Example](#example-usage---blacklistedelements)

- [style](#style)

- [Example](#example-usage---style)

- [navigationDelegateForIframe](#navigationdelegateforiframe)

- [Example](#example-usage---navigationdelegateforiframe)

- [customImageRender](#customimagerender)

- [typedef ImageSourceMatcher (with examples)](#typedef-imagesourcematcher)

- [typedef ImageRender (with examples)](#typedef-imagerender)

- [Examples](#example-usages---customimagerender)
- [Extended examples](#example-usages---customimagerender)

- [Rendering Reference](#rendering-reference)

Expand All @@ -98,7 +82,7 @@ A Flutter widget for rendering HTML and CSS as Flutter widgets.
Add the following to your `pubspec.yaml` file:

dependencies:
flutter_html: ^1.2.0
flutter_html: ^1.3.0

## Currently Supported HTML Tags:
| | | | | | | | | | | |
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_html
description: A Flutter widget rendering static HTML and CSS as Flutter widgets.
version: 1.2.0
version: 1.3.0
homepage: https://github.com/Sub6Resources/flutter_html

environment:
Expand Down

0 comments on commit 705ea53

Please sign in to comment.