Skip to content

Commit dce095f

Browse files
committed
Version 0.4.1
1 parent 9ef6d28 commit dce095f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.4.1] - August 15, 2018:
2+
3+
* Fixed issue with images not loading when inside of `p` tag (#6)
4+
15
## [0.4.0] - August 15, 2018:
26

37
* Adds support for `table`, `tbody`, `tfoot`, `thead`, `tr`, `td`, `th`, and `caption`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A Flutter widget for rendering static html tags as Flutter widgets. (Will render
77
Add the following to your `pubspec.yaml` file:
88

99
dependencies:
10-
flutter_html: ^0.4.0
10+
flutter_html: ^0.4.1
1111

1212
## Currently Supported HTML Tags:
1313

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_html
22
description: A Flutter widget for rendering static html tags as Flutter widgets. (Will render over 60 different html tags!)
3-
version: 0.4.0
3+
version: 0.4.1
44
author: Matthew Whitaker <sub6resources@gmail.com>
55
homepage: https://github.com/Sub6Resources/flutter_html
66

0 commit comments

Comments
 (0)