diff --git a/CHANGELOG.md b/CHANGELOG.md index 67a4833c7d..e1f68de515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.0.0-alpha.1] - December 21, 2021: +* **BREAKING** Reworked custom renders pending full modularation in 3.0.0 +* Extended support custom render when using SelectableHtml +* Updated flutter_svg to 1.0.0 +* Support flutter_webview 3.x +* Automatic disposal of video and audio controllers +* Fix block elements bottom spacing in table cells + ## [2.2.1] - December 8, 2021: * Allow styling on ruby tags * Allow width/height/alignment styling on table/tr/td tags diff --git a/pubspec.yaml b/pubspec.yaml index 5fbea00c7d..3862feae48 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_html description: A Flutter widget rendering static HTML and CSS as Flutter widgets. -version: 2.2.1 +version: 3.0.0-alpha.1 homepage: https://github.com/Sub6Resources/flutter_html environment: