Skip to content

Commit 64f9485

Browse files
committed
1 parent abf5274 commit 64f9485

File tree

16 files changed

+60
-21
lines changed

16 files changed

+60
-21
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 3.0.0-alpha.6
2+
3+
- **FIX**: Apply margins to <table> properly. (7581ea79)
4+
- **FIX**: Use enum instead of const int internally in length.dart. (9dc7f08c)
5+
- **FIX**: Change CSSBoxWidget to CssBoxWidget. (a62449a7)
6+
- **FIX**: fix textShadow color declaration handler. (77ffe7cb)
7+
- **FIX**: ol use default style. (1c2412a2)
8+
- **FIX**: Crash when a tr tag includes text node. (ba8301c9)
9+
- **FEAT**: exposes fontFamilyFallback parameter. (1d65aafd)
10+
111
## [3.0.0-alpha.5] - June 9, 2022:
212
* Fixed hot reloads, thanks @arjenmels
313
* Fixed link taps not working
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
## 3.0.0-alpha.6
2+
3+
- Update a dependency to the latest release.
4+
15
## [3.0.0-alpha.2] - January 5, 2022:
26
* Initial modularized flutter_html release; use flutter_html_all for full tag support or flutter_html for just the basics

packages/flutter_html_all/pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_html_all
22
description: All optional flutter_html widgets, bundled into a single package.
3-
version: 3.0.0-alpha.5
3+
version: 3.0.0-alpha.6
44
homepage: https://github.com/Sub6Resources/flutter_html
55

66
environment:
@@ -11,13 +11,13 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
html: '>=0.15.0 <1.0.0'
14-
flutter_html: '>=3.0.0-alpha.5 <4.0.0'
15-
flutter_html_audio: '>=3.0.0-alpha.3 <4.0.0'
16-
flutter_html_iframe: '>=3.0.0-alpha.3 <4.0.0'
17-
flutter_html_math: '>=3.0.0-alpha.3 <4.0.0'
18-
flutter_html_svg: '>=3.0.0-alpha.3 <4.0.0'
19-
flutter_html_table: '>=3.0.0-alpha.3 <4.0.0'
20-
flutter_html_video: '>=3.0.0-alpha.3 <4.0.0'
14+
flutter_html: ^3.0.0-alpha.6
15+
flutter_html_audio: ^3.0.0-alpha.4
16+
flutter_html_iframe: ^3.0.0-alpha.4
17+
flutter_html_math: ^3.0.0-alpha.4
18+
flutter_html_svg: ^3.0.0-alpha.4
19+
flutter_html_table: ^3.0.0-alpha.4
20+
flutter_html_video: ^3.0.0-alpha.5
2121
# flutter_html_audio:
2222
# path: ../flutter_html_audio
2323
# flutter_html_iframe:
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
## 3.0.0-alpha.4
2+
3+
- **FIX**: Change CSSBoxWidget to CssBoxWidget. (a62449a7)
4+
15
## [3.0.0-alpha.2] - January 5, 2022:
26
* Initial modularized flutter_html release; use flutter_html_audio if you need support for the `<audio>` tag

packages/flutter_html_audio/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_html_audio
22
description: This extension package allows the <audio> tag to be rendered using the flutter_html package
3-
version: 3.0.0-alpha.3
3+
version: 3.0.0-alpha.4
44
homepage: https://github.com/Sub6Resources/flutter_html
55

66
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
html: '>=0.15.0 <1.0.0'
14-
flutter_html: '>=3.0.0-alpha.3 <4.0.0'
14+
flutter_html: ^3.0.0-alpha.6
1515
# flutter_html:
1616
# path: ../..
1717

packages/flutter_html_iframe/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.0-alpha.4
2+
3+
- **FIX**: Change CSSBoxWidget to CssBoxWidget. (a62449a7)
4+
15
## [3.0.0-alpha.3] - April 14, 2022:
26
* Fixed crash when iframe or video tags used unsupported/incorrect height or width
37

packages/flutter_html_iframe/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_html_iframe
22
description: This extension package allows the <iframe> tag to be rendered using the flutter_html package
3-
version: 3.0.0-alpha.3
3+
version: 3.0.0-alpha.4
44
homepage: https://github.com/Sub6Resources/flutter_html
55

66
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
html: '>=0.15.0 <1.0.0'
14-
flutter_html: '>=3.0.0-alpha.3 <4.0.0'
14+
flutter_html: ^3.0.0-alpha.6
1515
# flutter_html:
1616
# path: ../..
1717

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
## 3.0.0-alpha.4
2+
3+
- Update a dependency to the latest release.
4+
15
## [3.0.0-alpha.2] - January 5, 2022:
26
* Initial modularized flutter_html release; use flutter_html_math if you need support for the `<math>` tag and its children

packages/flutter_html_math/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_html_math
22
description: This extension package allows the <math> tag to be rendered using the flutter_html package
3-
version: 3.0.0-alpha.3
3+
version: 3.0.0-alpha.4
44
homepage: https://github.com/Sub6Resources/flutter_html
55

66
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
html: '>=0.15.0 <1.0.0'
14-
flutter_html: '>=3.0.0-alpha.3 <4.0.0'
14+
flutter_html: ^3.0.0-alpha.6
1515
# flutter_html:
1616
# path: ../..
1717

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
## 3.0.0-alpha.4
2+
3+
- Update a dependency to the latest release.
4+
15
## [3.0.0-alpha.2] - January 5, 2022:
26
* Initial modularized flutter_html release; use flutter_html_svg if you need support for svg support via `<svg>` tag, base64-encoded inline svgs or network svg images

0 commit comments

Comments
 (0)