From 09b4b379b1b10d07d472cb3b43e61d69213f8841 Mon Sep 17 00:00:00 2001 From: Eric Kok Date: Wed, 8 Dec 2021 15:45:56 +0100 Subject: [PATCH] Prepare 2.2.1 fix release --- CHANGELOG.md | 7 +++++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aecac6619..67a4833c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.2.1] - December 8, 2021: +* Allow styling on ruby tags +* Allow width/height/alignment styling on table/tr/td tags +* Prevent images causing rebuilding and leaking memory +* Fixes display of list items on iOS with font weights below 400 +* Prevent crash on negative margins or paddings + ## [2.2.0] - November 29, 2021: * Explicitly declare multiplatform support * Extended and fixed list-style (marker) support diff --git a/README.md b/README.md index d1a04f11f6..d4f49c7a9c 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ A Flutter widget for rendering HTML and CSS as Flutter widgets. Add the following to your `pubspec.yaml` file: dependencies: - flutter_html: ^2.2.0 + flutter_html: ^2.2.1 ## Currently Supported HTML Tags: | | | | | | | | | | | | diff --git a/pubspec.yaml b/pubspec.yaml index 587187bcf9..7a0a6eeec2 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.0 +version: 2.2.1 homepage: https://github.com/Sub6Resources/flutter_html environment: