Skip to content

Commit

Permalink
Merge pull request #775 from vrtdev/master
Browse files Browse the repository at this point in the history
Prepare 2.1.1 release
  • Loading branch information
erickok authored Jul 28, 2021
2 parents 3c01116 + 8d23c26 commit 79cdfdf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
| | | | | | | | | | | |
Expand Down
1 change: 0 additions & 1 deletion example/lib/generated_plugin_registrant.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 79cdfdf

Please sign in to comment.