Improved
3.0.0-beta.2
What's Changed
- Fix image source matcher tests so they actually run correctly by @Sub6Resources in https://github.com/Sub6Resources/flutter_html/pull/1086
- Feature/add font family fallback by @kaiquegazola in https://github.com/Sub6Resources/flutter_html/pull/1079
- Fix issues brought up by pub.dev score analyzer by @Sub6Resources in https://github.com/Sub6Resources/flutter_html/pull/1088
- Support inferred mrow for msqrt. by @RyosukeFukatani in https://github.com/Sub6Resources/flutter_html/pull/1108
- Add support for auto horizontal margins by @zbarbuto in https://github.com/Sub6Resources/flutter_html/pull/879
- New CSSBoxWidget and lots of bug fixes by @Sub6Resources in https://github.com/Sub6Resources/flutter_html/pull/1135
- Add basic melos support by @Sub6Resources in https://github.com/Sub6Resources/flutter_html/pull/1147
- Fix analysis and code format issues by @Sub6Resources in https://github.com/Sub6Resources/flutter_html/pull/1148
- Release Version 3.0.0-alpha.6 by @Sub6Resources in https://github.com/Sub6Resources/flutter_html/pull/1149
- flutter_html_math: escape braces by @fukatani in https://github.com/Sub6Resources/flutter_html/pull/1163
- feat: Support mtable, mtd, mtr for draw matrix. by @fukatani in https://github.com/Sub6Resources/flutter_html/pull/1164
- Fix Lists and upgrade List support to CSS3 by @Sub6Resources in https://github.com/Sub6Resources/flutter_html/pull/1161
- fix: Fix issue with font scaling introduced in 3.0.0-alpha.6 by @Sub6Resources in https://github.com/Sub6Resources/flutter_html/pull/1173
- feat: Support mfenced. by @fukatani in https://github.com/Sub6Resources/flutter_html/pull/1174
- feat: Support mmultiscripts. by @fukatani in https://github.com/Sub6Resources/flutter_html/pull/1175
- fix SelectableHtml not rebuild when data change by @docaohuynh in https://github.com/Sub6Resources/flutter_html/pull/1111
- Correct margin collapse by @arjanmels in https://github.com/Sub6Resources/flutter_html/pull/1237
- Adding tests for SVG and fixing height/width bug by @jlyonsmith in https://github.com/Sub6Resources/flutter_html/pull/1202
- Fix missing headers parameter by @ndelanou in https://github.com/Sub6Resources/flutter_html/pull/1203
- Improve video by @arjanmels in https://github.com/Sub6Resources/flutter_html/pull/1236
- Fix: Aspect ratio exception when height is 0 by @ib-8 in https://github.com/Sub6Resources/flutter_html/pull/1222
- Migrate
CustomRendertoHtmlExtensionby @Sub6Resources in https://github.com/Sub6Resources/flutter_html/pull/1176 - feat: Add WrapperExtension helper by @Sub6Resources in https://github.com/Sub6Resources/flutter_html/pull/1264
- fix: a tag should not style as link if href is not provided by @Sub6Resources in https://github.com/Sub6Resources/flutter_html/pull/1265
- feat: support vertical-align in inline styles by @Sub6Resources in https://github.com/Sub6Resources/flutter_html/pull/1266
- fix: Cleaned up whitespace processing and added whitespace tests by @Sub6Resources in https://github.com/Sub6Resources/flutter_html/pull/1267
- Use proper
<figure>stylesheet by @Sub6Resources in https://github.com/Sub6Resources/flutter_html/pull/1269 - Corrected accessibility text scaling by @arjanmels in https://github.com/Sub6Resources/flutter_html/pull/1259
- fix: improve API for ExtensionContext and export marker.dart by @Sub6Resources in https://github.com/Sub6Resources/flutter_html/pull/1273
- Added "display: Display.block" to table by @arjanmels in https://github.com/Sub6Resources/flutter_html/pull/1278
- fix: start list items on a new line by @nico-famedly in https://github.com/Sub6Resources/flutter_html/pull/1281
- feat: Update CssBoxWidget to handle rtl marker boxes by @Sub6Resources in https://github.com/Sub6Resources/flutter_html/pull/1270
- Mark Summary and Details as block items by @arjanmels in https://github.com/Sub6Resources/flutter_html/pull/1276
New Contributors
- @RyosukeFukatani made their first contribution in https://github.com/Sub6Resources/flutter_html/pull/1108
- @fukatani made their first contribution in https://github.com/Sub6Resources/flutter_html/pull/1163
- @docaohuynh made their first contribution in https://github.com/Sub6Resources/flutter_html/pull/1111
- @jlyonsmith made their first contribution in https://github.com/Sub6Resources/flutter_html/pull/1202
- @ndelanou made their first contribution in https://github.com/Sub6Resources/flutter_html/pull/1203
- @ib-8 made their first contribution in https://github.com/Sub6Resources/flutter_html/pull/1222
- @nico-famedly made their first contribution in https://github.com/Sub6Resources/flutter_html/pull/1281
Full Changelog: https://github.com/Sub6Resources/flutter_html/compare/3.0.0-alpha.5...flutter_html-v3.0.0-beta.2