diff --git a/CHANGELOG.md b/CHANGELOG.md index 5250333511..b77b4060c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1] - November 22, 2020: +* Update dependencies + +## [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/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` diff --git a/pubspec.yaml b/pubspec.yaml index 8f6a4a8dfc..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.0.2 +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