Skip to content

Commit 63d3ee7

Browse files
authored
Merge pull request Sub6Resources#953 from vrtdev/feature/release-300-alpha
Changelog for 3.0.0-alpha.1 release
2 parents db41f46 + 7486430 commit 63d3ee7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.0.0-alpha.1] - December 21, 2021:
2+
* **BREAKING** Reworked custom renders pending full modularation in 3.0.0
3+
* Extended support custom render when using SelectableHtml
4+
* Updated flutter_svg to 1.0.0
5+
* Support flutter_webview 3.x
6+
* Automatic disposal of video and audio controllers
7+
* Fix block elements bottom spacing in table cells
8+
19
## [2.2.1] - December 8, 2021:
210
* Allow styling on ruby tags
311
* Allow width/height/alignment styling on table/tr/td tags

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.2.1
3+
version: 3.0.0-alpha.1
44
homepage: https://github.com/Sub6Resources/flutter_html
55

66
environment:

0 commit comments

Comments
 (0)