Skip to content

Commit

Permalink
Merge pull request #1041 from vrtdev/feature/release-300-alpha3
Browse files Browse the repository at this point in the history
3.0.0-alpha.3 release
  • Loading branch information
erickok committed Apr 14, 2022
2 parents 6ae1735 + ec3ac1c commit 3b5a3c5
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.0.0-alpha.3] - April 14, 2022:
* Fixed styling not being applied to list item markers
* [video] Fixed crash when iframe or video tags used unsupported/incorrect height or width

## [3.0.0-alpha.2] - January 5, 2022:
* **BREAKING** Full modularization using split packages; see our upgrade guide or use flutter_html_all

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ A Flutter widget for rendering HTML and CSS as Flutter widgets.
Add the following to your `pubspec.yaml` file:

dependencies:
flutter_html: ^3.0.0-alpha.2
flutter_html: ^3.0.0-alpha.3

## Currently Supported HTML Tags:
| | | | | | | | | | | |
Expand Down
16 changes: 8 additions & 8 deletions packages/flutter_html_all/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_html_all
description: All optional flutter_html widgets, bundled into a single package.
version: 3.0.0-alpha.2
version: 3.0.0-alpha.3
homepage: https://github.com/Sub6Resources/flutter_html

environment:
Expand All @@ -11,13 +11,13 @@ dependencies:
flutter:
sdk: flutter
html: '>=0.15.0 <1.0.0'
flutter_html: '>=3.0.0-alpha.2 <4.0.0'
flutter_html_audio: '>=3.0.0-alpha.2 <4.0.0'
flutter_html_iframe: '>=3.0.0-alpha.2 <4.0.0'
flutter_html_math: '>=3.0.0-alpha.2 <4.0.0'
flutter_html_svg: '>=3.0.0-alpha.2 <4.0.0'
flutter_html_table: '>=3.0.0-alpha.2 <4.0.0'
flutter_html_video: '>=3.0.0-alpha.2 <4.0.0'
flutter_html: '>=3.0.0-alpha.3 <4.0.0'
flutter_html_audio: '>=3.0.0-alpha.3 <4.0.0'
flutter_html_iframe: '>=3.0.0-alpha.3 <4.0.0'
flutter_html_math: '>=3.0.0-alpha.3 <4.0.0'
flutter_html_svg: '>=3.0.0-alpha.3 <4.0.0'
flutter_html_table: '>=3.0.0-alpha.3 <4.0.0'
flutter_html_video: '>=3.0.0-alpha.3 <4.0.0'
# flutter_html_audio:
# path: ../flutter_html_audio
# flutter_html_iframe:
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_html_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_html_audio
description: Audio widget for flutter_html.
version: 3.0.0-alpha.2
version: 3.0.0-alpha.3
homepage: https://github.com/Sub6Resources/flutter_html

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
html: '>=0.15.0 <1.0.0'
flutter_html: '>=3.0.0-alpha.2 <4.0.0'
flutter_html: '>=3.0.0-alpha.3 <4.0.0'
# flutter_html:
# path: ../..

Expand Down
3 changes: 3 additions & 0 deletions packages/flutter_html_iframe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## [3.0.0-alpha.3] - April 14, 2022:
* Fixed crash when iframe or video tags used unsupported/incorrect height or width

## [3.0.0-alpha.2] - January 5, 2022:
* Initial modularized flutter_html release; use flutter_html_iframe if you need support for the `<iframe>` tag
4 changes: 2 additions & 2 deletions packages/flutter_html_iframe/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_html_iframe
description: Iframe widget for flutter_html.
version: 3.0.0-alpha.2
version: 3.0.0-alpha.3
homepage: https://github.com/Sub6Resources/flutter_html

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
html: '>=0.15.0 <1.0.0'
flutter_html: '>=3.0.0-alpha.2 <4.0.0'
flutter_html: '>=3.0.0-alpha.3 <4.0.0'
# flutter_ht
# path: ../..

Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_html_math/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_html_math
description: Math widget for flutter_html.
version: 3.0.0-alpha.2
version: 3.0.0-alpha.3
homepage: https://github.com/Sub6Resources/flutter_html

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
html: '>=0.15.0 <1.0.0'
flutter_html: '>=3.0.0-alpha.2 <4.0.0'
flutter_html: '>=3.0.0-alpha.3 <4.0.0'
# flutter_html:
# path: ../..

Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_html_svg/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_html_svg
description: SVG widget for flutter_html
version: 3.0.0-alpha.2
version: 3.0.0-alpha.3
homepage: https://github.com/Sub6Resources/flutter_html

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
html: '>=0.15.0 <1.0.0'
flutter_html: '>=3.0.0-alpha.2 <4.0.0'
flutter_html: '>=3.0.0-alpha.3 <4.0.0'
# flutter_html:
# path: ../..

Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_html_table/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_html_table
description: Table widget for flutter_html.
version: 3.0.0-alpha.2
version: 3.0.0-alpha.3
homepage: https://github.com/Sub6Resources/flutter_html

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
html: '>=0.15.0 <1.0.0'
flutter_html: '>=3.0.0-alpha.2 <4.0.0'
flutter_html: '>=3.0.0-alpha.3 <4.0.0'
# flutter_html:
# path: ../..

Expand Down
3 changes: 3 additions & 0 deletions packages/flutter_html_video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
## [3.0.0-alpha.3] - April 14, 2022:
* Fixed crash when iframe or video tags used unsupported/incorrect height or width

## [3.0.0-alpha.2] - January 5, 2022:
* Initial modularized flutter_html release; use flutter_html_video if you need support for the `<video>` tag
4 changes: 2 additions & 2 deletions packages/flutter_html_video/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_html_video
description: Video widget for flutter_html.
version: 3.0.0-alpha.2
version: 3.0.0-alpha.3
homepage: https://github.com/Sub6Resources/flutter_html

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
html: '>=0.15.0 <1.0.0'
flutter_html: '>=3.0.0-alpha.2 <4.0.0'
flutter_html: '>=3.0.0-alpha.3 <4.0.0'
# flutter_html:
# path: ../..

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_html
description: A Flutter widget rendering static HTML and CSS as Flutter widgets.
version: 3.0.0-alpha.2
version: 3.0.0-alpha.3
homepage: https://github.com/Sub6Resources/flutter_html

environment:
Expand Down

0 comments on commit 3b5a3c5

Please sign in to comment.