From 8ee1225b06ed953e6ecbe4134b26c714f72e19de Mon Sep 17 00:00:00 2001 From: Ryan Berger Date: Thu, 14 Jan 2021 19:18:59 -0700 Subject: [PATCH] update version in pubspec, update changelog, update readme --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b77b4060c0..844ae65c37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.2.0] - January 14, 2021: +* Support irregular table sizes +* Allow for returning `null` from a customRender function to disable the widget + ## [1.1.1] - November 22, 2020: * Update dependencies diff --git a/README.md b/README.md index 434dd2e735..f9f4f93548 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.1.0 + flutter_html: ^1.2.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` @@ -80,4 +80,4 @@ this project has expanded to include support for basic styling as well!. ## Contribution Guide > Coming soon! > -> Meanwhile, PRs are always welcome \ No newline at end of file +> Meanwhile, PRs are always welcome diff --git a/pubspec.yaml b/pubspec.yaml index 229a0933f4..0a94a6b93d 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.1 +version: 1.2.0 homepage: https://github.com/Sub6Resources/flutter_html environment: