Skip to content

Commit daa12a5

Browse files
authored
Merge pull request #721 from vrtdev/feature/prepare-210-release
Prepare 2.1.0 release
2 parents 0e8a3c4 + 77abbc8 commit daa12a5

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

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

README.md

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

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: 2.0.0
3+
version: 2.1.0
44
homepage: https://github.com/Sub6Resources/flutter_html
55

66
environment:

0 commit comments

Comments
 (0)