diff --git a/CHANGELOG.md b/CHANGELOG.md index 625d0f4897..0a26699e57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [2.1.1] - July 27, 2021: +* Improves hr tag support +* Fixes a leading whitespace issue +* Fixes some crashes with CSS parsing + ## [2.1.0] - June 3, 2021: * SelectableHtml widget (supporting a subset of tags) which allow text selection * Fixed shrinkWrap to actually shrink the horizontal space diff --git a/README.md b/README.md index 80deef14bb..2ca9178fa4 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.1.0 + flutter_html: ^2.1.1 ## Currently Supported HTML Tags: | | | | | | | | | | | | diff --git a/example/lib/generated_plugin_registrant.dart b/example/lib/generated_plugin_registrant.dart index fd95b4ff6c..f404d1670d 100644 --- a/example/lib/generated_plugin_registrant.dart +++ b/example/lib/generated_plugin_registrant.dart @@ -2,7 +2,6 @@ // Generated file. Do not edit. // -// ignore_for_file: directives_ordering // ignore_for_file: lines_longer_than_80_chars import 'package:video_player_web/video_player_web.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index 5f47942250..cde6832288 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.1.0 +version: 2.1.1 homepage: https://github.com/Sub6Resources/flutter_html environment: