Skip to content

Commit b71e9a3

Browse files
authored
Merge pull request #460 from Sub6Resources/feature/fix-pubspec-changelog
add version to changelog and pubspec
2 parents 7bde5d0 + 20e7cac commit b71e9a3

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.1] - November 22, 2020:
2+
* Update dependencies
3+
4+
## [1.1.0] - November 22, 2020:
5+
* Add support for inline styles
6+
* Update dependencies
7+
18
## [1.0.2] - August 8, 2020:
29
* Fix text scaling issues
310
* Update dependencies

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A Flutter widget for rendering html and css as Flutter widgets.
1717
Add the following to your `pubspec.yaml` file:
1818

1919
dependencies:
20-
flutter_html: ^1.0.2
20+
flutter_html: ^1.1.0
2121

2222
## Currently Supported HTML Tags:
2323
`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`

pubspec.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_html
22
description: A Flutter widget rendering static HTML and CSS as Flutter widgets.
3-
version: 1.0.2
3+
version: 1.1.1
44
homepage: https://github.com/Sub6Resources/flutter_html
55

66
environment:
@@ -23,10 +23,7 @@ dependencies:
2323
webview_flutter: ^1.0.0
2424

2525
# Plugins for rendering the <audio> tag.
26-
chewie_audio:
27-
git:
28-
url: git@github.com:vrtdev/chewie.git
29-
ref: d4eb9567c36300b435502fcf5f782c595ce50ca9
26+
chewie_audio: ^1.1.1
3027

3128
# Plugins for rendering the <svg> tag.
3229
flutter_svg: ^0.19.0

0 commit comments

Comments
 (0)