Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sub6Resources committed May 12, 2023
1 parent 330ca63 commit 7ea3667
Show file tree
Hide file tree
Showing 16 changed files with 129 additions and 21 deletions.
83 changes: 83 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,86 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2023-05-11

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_html` - `v3.0.0-beta.1`](#flutter_html---v300-beta1)
- [`flutter_html_all` - `v3.0.0-beta.1`](#flutter_html_all---v300-beta1)
- [`flutter_html_audio` - `v3.0.0-beta.1`](#flutter_html_audio---v300-beta1)
- [`flutter_html_iframe` - `v3.0.0-beta.1`](#flutter_html_iframe---v300-beta1)
- [`flutter_html_math` - `v3.0.0-beta.1`](#flutter_html_math---v300-beta1)
- [`flutter_html_svg` - `v3.0.0-beta.1`](#flutter_html_svg---v300-beta1)
- [`flutter_html_table` - `v3.0.0-beta.1`](#flutter_html_table---v300-beta1)
- [`flutter_html_video` - `v3.0.0-beta.1`](#flutter_html_video---v300-beta1)

---

#### `flutter_html` - `v3.0.0-beta.1`

- Migrates from customRender to Extension

- **FIX**: Aspect ratio exception when height is 0 ([#1222](https://github.com/sub6resources/flutter_html/issues/1222)). ([ed75f8fe](https://github.com/sub6resources/flutter_html/commit/ed75f8fef779e920ecc1f27719a4150a29e3ebee))
- **FIX**: Fix issue with font scaling introduced in 3.0.0-alpha.6 ([#1173](https://github.com/sub6resources/flutter_html/issues/1173)). ([c75e0dfb](https://github.com/sub6resources/flutter_html/commit/c75e0dfb1be6cb79748f719487043d12bc330c60))
- **FIX**: Fix various issues with list rendering. ([520ff3c3](https://github.com/sub6resources/flutter_html/commit/520ff3c326d5dc8f5a601022c2a32d58e2e83cbb))
- **FIX**: Apply margins to <table> properly. ([7581ea79](https://github.com/sub6resources/flutter_html/commit/7581ea798744b2830affaaf75bbdff016b03f7af))
- **FIX**: Use enum instead of const int internally in length.dart. ([9dc7f08c](https://github.com/sub6resources/flutter_html/commit/9dc7f08ca238ff6a93314be5de716ad4e3baebb8))
- **FIX**: Change CSSBoxWidget to CssBoxWidget. ([a62449a7](https://github.com/sub6resources/flutter_html/commit/a62449a77c18701a0faf8ffd650f9c535b2d006c))
- **FEAT**: Support mmultiscripts. ([#1175](https://github.com/sub6resources/flutter_html/issues/1175)). ([a999a300](https://github.com/sub6resources/flutter_html/commit/a999a30027eff0aabb2825ffdbe383f9affab7f6))
- **FEAT**: Support mfenced. ([#1174](https://github.com/sub6resources/flutter_html/issues/1174)). ([9ca23084](https://github.com/sub6resources/flutter_html/commit/9ca230848beb15332f96294083ed4989831130d7))
- **FEAT**: Upgrade list-style-type to CSS3. ([deb726ae](https://github.com/sub6resources/flutter_html/commit/deb726ae2776f45305026c0aa081d4a5b5a1c71d))
- **FEAT**: Support mtable, mtd, mtr for draw matrix. ([#1164](https://github.com/sub6resources/flutter_html/issues/1164)). ([e99e2cc1](https://github.com/sub6resources/flutter_html/commit/e99e2cc1553ab17b4ceff08f784e99283b28dff4))

#### `flutter_html_all` - `v3.0.0-beta.1`

#### `flutter_html_audio` - `v3.0.0-beta.1`

- **FIX**: Change CSSBoxWidget to CssBoxWidget. ([a62449a7](https://github.com/sub6resources/flutter_html/commit/a62449a77c18701a0faf8ffd650f9c535b2d006c))

#### `flutter_html_iframe` - `v3.0.0-beta.1`

- **FIX**: Change CSSBoxWidget to CssBoxWidget. ([a62449a7](https://github.com/sub6resources/flutter_html/commit/a62449a77c18701a0faf8ffd650f9c535b2d006c))

#### `flutter_html_math` - `v3.0.0-beta.1`

- **FEAT**: Support mmultiscripts. ([#1175](https://github.com/sub6resources/flutter_html/issues/1175)). ([a999a300](https://github.com/sub6resources/flutter_html/commit/a999a30027eff0aabb2825ffdbe383f9affab7f6))
- **FEAT**: Support mfenced. ([#1174](https://github.com/sub6resources/flutter_html/issues/1174)). ([9ca23084](https://github.com/sub6resources/flutter_html/commit/9ca230848beb15332f96294083ed4989831130d7))
- **FEAT**: Support mtable, mtd, mtr for draw matrix. ([#1164](https://github.com/sub6resources/flutter_html/issues/1164)). ([e99e2cc1](https://github.com/sub6resources/flutter_html/commit/e99e2cc1553ab17b4ceff08f784e99283b28dff4))

#### `flutter_html_svg` - `v3.0.0-beta.1`

#### `flutter_html_table` - `v3.0.0-beta.1`

- **FIX**: Apply margins to <table> properly. ([7581ea79](https://github.com/sub6resources/flutter_html/commit/7581ea798744b2830affaaf75bbdff016b03f7af))
- **FIX**: Change CSSBoxWidget to CssBoxWidget. ([a62449a7](https://github.com/sub6resources/flutter_html/commit/a62449a77c18701a0faf8ffd650f9c535b2d006c))

#### `flutter_html_video` - `v3.0.0-beta.1`

## 3.0.0-beta.1

- Migrates from customRender to Extension

- **FIX**: Aspect ratio exception when height is 0 ([#1222](https://github.com/sub6resources/flutter_html/issues/1222)). ([ed75f8fe](https://github.com/sub6resources/flutter_html/commit/ed75f8fef779e920ecc1f27719a4150a29e3ebee))
- **FIX**: Fix issue with font scaling introduced in 3.0.0-alpha.6 ([#1173](https://github.com/sub6resources/flutter_html/issues/1173)). ([c75e0dfb](https://github.com/sub6resources/flutter_html/commit/c75e0dfb1be6cb79748f719487043d12bc330c60))
- **FIX**: Fix various issues with list rendering. ([520ff3c3](https://github.com/sub6resources/flutter_html/commit/520ff3c326d5dc8f5a601022c2a32d58e2e83cbb))
- **FIX**: Apply margins to <table> properly. ([7581ea79](https://github.com/sub6resources/flutter_html/commit/7581ea798744b2830affaaf75bbdff016b03f7af))
- **FIX**: Use enum instead of const int internally in length.dart. ([9dc7f08c](https://github.com/sub6resources/flutter_html/commit/9dc7f08ca238ff6a93314be5de716ad4e3baebb8))
- **FIX**: Change CSSBoxWidget to CssBoxWidget. ([a62449a7](https://github.com/sub6resources/flutter_html/commit/a62449a77c18701a0faf8ffd650f9c535b2d006c))
- **FEAT**: Support mmultiscripts. ([#1175](https://github.com/sub6resources/flutter_html/issues/1175)). ([a999a300](https://github.com/sub6resources/flutter_html/commit/a999a30027eff0aabb2825ffdbe383f9affab7f6))
- **FEAT**: Support mfenced. ([#1174](https://github.com/sub6resources/flutter_html/issues/1174)). ([9ca23084](https://github.com/sub6resources/flutter_html/commit/9ca230848beb15332f96294083ed4989831130d7))
- **FEAT**: Upgrade list-style-type to CSS3. ([deb726ae](https://github.com/sub6resources/flutter_html/commit/deb726ae2776f45305026c0aa081d4a5b5a1c71d))
- **FEAT**: Support mtable, mtd, mtr for draw matrix. ([#1164](https://github.com/sub6resources/flutter_html/issues/1164)). ([e99e2cc1](https://github.com/sub6resources/flutter_html/commit/e99e2cc1553ab17b4ceff08f784e99283b28dff4))

## 3.0.0-alpha.6 - *September 2022*

- **FIX** #731 Resolve newline `<br>` issue
Expand Down
2 changes: 2 additions & 0 deletions packages/flutter_html_all/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 3.0.0-beta.1

## 3.0.0-alpha.6

- Update a dependency to the latest release.
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.6
version: 3.0.0-beta.1
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.6
flutter_html_audio: ^3.0.0-alpha.4
flutter_html_iframe: ^3.0.0-alpha.4
flutter_html_math: ^3.0.0-alpha.4
flutter_html_svg: ^3.0.0-alpha.4
flutter_html_table: ^3.0.0-alpha.4
flutter_html_video: ^3.0.0-alpha.5
flutter_html: ^3.0.0-beta.1
flutter_html_audio: ^3.0.0-beta.1
flutter_html_iframe: ^3.0.0-beta.1
flutter_html_math: ^3.0.0-beta.1
flutter_html_svg: ^3.0.0-beta.1
flutter_html_table: ^3.0.0-beta.1
flutter_html_video: ^3.0.0-beta.1
# flutter_html_audio:
# path: ../flutter_html_audio
# flutter_html_iframe:
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_html_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.0-beta.1

- **FIX**: Change CSSBoxWidget to CssBoxWidget. ([a62449a7](https://github.com/sub6resources/flutter_html/commit/a62449a77c18701a0faf8ffd650f9c535b2d006c))

## 3.0.0-alpha.4

- **FIX**: Change CSSBoxWidget to CssBoxWidget. (a62449a7)
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: This extension package allows the <audio> tag to be rendered using the flutter_html package
version: 3.0.0-alpha.4
version: 3.0.0-beta.1
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.6
flutter_html: ^3.0.0-beta.1
video_player: '>=2.2.8 <3.0.0'
chewie_audio: '>=1.3.0 <2.0.0'

Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_html_iframe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.0-beta.1

- **FIX**: Change CSSBoxWidget to CssBoxWidget. ([a62449a7](https://github.com/sub6resources/flutter_html/commit/a62449a77c18701a0faf8ffd650f9c535b2d006c))

## 3.0.0-alpha.4

- **FIX**: Change CSSBoxWidget to CssBoxWidget. (a62449a7)
Expand Down
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: This extension package allows the <iframe> tag to be rendered using the flutter_html package
version: 3.0.0-alpha.4
version: 3.0.0-beta.1
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.6
flutter_html: ^3.0.0-beta.1
webview_flutter: '>=4.0.0 <5.0.0'

dev_dependencies:
Expand Down
6 changes: 6 additions & 0 deletions packages/flutter_html_math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.0.0-beta.1

- **FEAT**: Support mmultiscripts. ([#1175](https://github.com/sub6resources/flutter_html/issues/1175)). ([a999a300](https://github.com/sub6resources/flutter_html/commit/a999a30027eff0aabb2825ffdbe383f9affab7f6))
- **FEAT**: Support mfenced. ([#1174](https://github.com/sub6resources/flutter_html/issues/1174)). ([9ca23084](https://github.com/sub6resources/flutter_html/commit/9ca230848beb15332f96294083ed4989831130d7))
- **FEAT**: Support mtable, mtd, mtr for draw matrix. ([#1164](https://github.com/sub6resources/flutter_html/issues/1164)). ([e99e2cc1](https://github.com/sub6resources/flutter_html/commit/e99e2cc1553ab17b4ceff08f784e99283b28dff4))

## 3.0.0-alpha.4

- Update a dependency to the latest release.
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: This extension package allows the <math> tag to be rendered using the flutter_html package
version: 3.0.0-alpha.4
version: 3.0.0-beta.1
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.6
flutter_html: ^3.0.0-beta.1
flutter_math_fork: '>=0.6.0 <1.0.0'

dev_dependencies:
Expand Down
2 changes: 2 additions & 0 deletions packages/flutter_html_svg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 3.0.0-beta.1

## 3.0.0-alpha.4

- Update a dependency to the latest release.
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: This extension package allows the <svg> tag and svg-based img sources to be rendered using the flutter_html package
version: 3.0.0-alpha.4
version: 3.0.0-beta.1
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.6
flutter_html: ^3.0.0-beta.1
flutter_svg: '>=1.0.0 <3.0.0'

dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions packages/flutter_html_table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0.0-beta.1

- **FIX**: Apply margins to <table> properly. ([7581ea79](https://github.com/sub6resources/flutter_html/commit/7581ea798744b2830affaaf75bbdff016b03f7af))
- **FIX**: Change CSSBoxWidget to CssBoxWidget. ([a62449a7](https://github.com/sub6resources/flutter_html/commit/a62449a77c18701a0faf8ffd650f9c535b2d006c))

## 3.0.0-alpha.4

- **FIX**: Apply margins to <table> properly. (7581ea79)
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,7 +1,7 @@
name: flutter_html_table
description: This extension package allows the <table> tag to be rendered using the flutter_html package

version: 3.0.0-alpha.4
version: 3.0.0-beta.1
homepage: https://github.com/Sub6Resources/flutter_html

environment:
Expand All @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter
html: '>=0.15.0 <1.0.0'
flutter_html: ^3.0.0-alpha.6
flutter_html: ^3.0.0-beta.1
flutter_layout_grid: '>=1.0.1 <3.0.0'

dev_dependencies:
Expand Down
2 changes: 2 additions & 0 deletions packages/flutter_html_video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 3.0.0-beta.1

## 3.0.0-alpha.5

- Update a dependency to the latest release.
Expand Down
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: This extension package allows the <video> tag to be rendered using the flutter_html package
version: 3.0.0-alpha.5
version: 3.0.0-beta.1
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.6
flutter_html: ^3.0.0-beta.1
video_player: '>=2.2.8 <3.0.0'
chewie: '>=1.1.0 <2.0.0'

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.6
version: 3.0.0-beta.1
homepage: https://github.com/Sub6Resources/flutter_html

environment:
Expand Down

0 comments on commit 7ea3667

Please sign in to comment.