From bc81cc8aba6060c5bb0363c2d0753961e9d0c596 Mon Sep 17 00:00:00 2001 From: Ryan Berger Date: Sun, 22 Nov 2020 15:11:25 -0700 Subject: [PATCH 1/4] add version to changelog and pubspec --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5250333511..80732f0e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.1.0] - November 22, 2020: +* Add support for inline styles +* Update dependencies + ## [1.0.2] - August 8, 2020: * Fix text scaling issues * Update dependencies diff --git a/pubspec.yaml b/pubspec.yaml index 8f6a4a8dfc..f9c0b6b55b 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: 1.0.2 +version: 1.1.0 homepage: https://github.com/Sub6Resources/flutter_html environment: From 558eaefc5bf2c8f38e00cc6128a746c2a6223f89 Mon Sep 17 00:00:00 2001 From: Ryan Berger Date: Sun, 22 Nov 2020 15:29:06 -0700 Subject: [PATCH 2/4] update readme guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f575809837..434dd2e735 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A Flutter widget for rendering html and css as Flutter widgets. Add the following to your `pubspec.yaml` file: dependencies: - flutter_html: ^1.0.2 + flutter_html: ^1.1.0 ## Currently Supported HTML Tags: `a`, `abbr`, `acronym`, `address`, `article`, `aside`, `b`, `bdi`, `bdo`, `big`, `blockquote`, `body`, `br`, `caption`, `cite`, `code`, `data`, `dd`, `del`, `dfn`, `div`, `dl`, `dt`, `em`, `figcaption`, `figure`, `footer`, `h1`, `h2`, `h3`, `h4`, `h5`, `h6`, `header`, `hr`, `i`, `img`, `ins`, `kbd`, `li`, `main`, `mark`, `nav`, `noscript`, `ol`, `p`, `pre`, `q`, `rp`, `rt`, `ruby`, `s`, `samp`, `section`, `small`, `span`, `strike`, `strong`, `sub`, `sup`, `table`, `tbody`, `td`, `template`, `tfoot`, `th`, `thead`, `time`, `tr`, `tt`, `u`, `ul`, `var` From 79f4d0c6f778bc73dc72ff3e23140bdeae224be7 Mon Sep 17 00:00:00 2001 From: Ryan Berger Date: Sun, 22 Nov 2020 15:55:59 -0700 Subject: [PATCH 3/4] update chewie_audio --- pubspec.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index f9c0b6b55b..0d3c77698a 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: 1.1.0 +version: 1.1.1 homepage: https://github.com/Sub6Resources/flutter_html environment: @@ -23,10 +23,7 @@ dependencies: webview_flutter: ^1.0.0 # Plugins for rendering the