Skip to content

Commit 8ac444b

Browse files
Migrate CustomRender to HtmlExtension (#1176)
1 parent ed75f8f commit 8ac444b

File tree

81 files changed

+3998
-4303
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+3998
-4303
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
command: melos run analyze
3838
- run:
3939
name: Check That Flutter Code is Formatted Correctly
40-
command: flutter format -o none --set-exit-if-changed .
40+
command: dart format -o none --set-exit-if-changed .

.github/flutter_html_screenshot.png

-182 KB
Binary file not shown.

.github/flutter_html_screenshot2.png

-132 KB
Binary file not shown.

.github/flutter_html_screenshot3.png

-258 KB
Binary file not shown.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,6 @@ modules.xml
154154

155155
packages/**/pubspec_overrides.yaml
156156
./pubspec_overrides.yaml
157-
/example/pubspec_overrides.yaml
157+
/example/pubspec_overrides.yaml
158+
159+
coverage/

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Change Log
2+
3+
4+
#### 3.0.0-beta.1 - *May 2023*
5+
6+
- Several Breaking Changes. See the [migration guide](https://github.com/Sub6Resources/flutter_html/wiki/Migration-Guides#300)
7+
8+
- **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))
9+
- **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))
10+
- **FIX**: Fix various issues with list rendering. ([520ff3c3](https://github.com/sub6resources/flutter_html/commit/520ff3c326d5dc8f5a601022c2a32d58e2e83cbb))
11+
- **FIX**: Apply margins to <table> properly. ([7581ea79](https://github.com/sub6resources/flutter_html/commit/7581ea798744b2830affaaf75bbdff016b03f7af))
12+
- **FIX**: Use enum instead of const int internally in length.dart. ([9dc7f08c](https://github.com/sub6resources/flutter_html/commit/9dc7f08ca238ff6a93314be5de716ad4e3baebb8))
13+
- **FIX**: Change CSSBoxWidget to CssBoxWidget. ([a62449a7](https://github.com/sub6resources/flutter_html/commit/a62449a77c18701a0faf8ffd650f9c535b2d006c))
14+
- **FEAT**: Support mmultiscripts. ([#1175](https://github.com/sub6resources/flutter_html/issues/1175)). ([a999a300](https://github.com/sub6resources/flutter_html/commit/a999a30027eff0aabb2825ffdbe383f9affab7f6))
15+
- **FEAT**: Support mfenced. ([#1174](https://github.com/sub6resources/flutter_html/issues/1174)). ([9ca23084](https://github.com/sub6resources/flutter_html/commit/9ca230848beb15332f96294083ed4989831130d7))
16+
- **FEAT**: Upgrade list-style-type to CSS3. ([deb726ae](https://github.com/sub6resources/flutter_html/commit/deb726ae2776f45305026c0aa081d4a5b5a1c71d))
17+
- **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))
18+
119
## 3.0.0-alpha.6 - *September 2022*
220

321
- **FIX** #731 Resolve newline `<br>` issue

README.md

Lines changed: 153 additions & 586 deletions
Large diffs are not rendered by default.

example/lib/generated_plugin_registrant.dart

Lines changed: 0 additions & 19 deletions
This file was deleted.

example/lib/main.dart

Lines changed: 139 additions & 145 deletions
Large diffs are not rendered by default.
Loading
88.2 KB
Loading
Loading
85.1 KB
Loading
87.8 KB
Loading

0 commit comments

Comments
 (0)