Bump flutter_widget_from_html from 0.10.5+3 to 0.14.3
Bumps flutter_widget_from_html from 0.10.5+3 to 0.14.3.
Release notes
Sourced from flutter_widget_from_html's releases.
v0.14.2
Features and bug fixes
- Add support for
display: table-cell
without row (#905)- Add supporf for
BuildTree.getNonInherited
and.setNonInherited
(#948)- Add support for
InlineCustomWidget
viacustomWidgetBuilder
to render simple widget inline (#1056)- Add support for
BuildOp.inline
to render complicated widget inline (#1056)- Fix incorrect cursor inside a
SelectionArea
(#902)- Fix border radius does not clip contents (#903)
- Fix anchor doesn't work with
baseUrl
specified (#904)- Fix padding is ignored on empty P tag (#906)
- Fix
border-radius
error if border is not uniform (#910)- Fix inline
white-space: nowrap
(#944)- Fix
TR
background color doesn't fill the whole row by #1049Changes that require migration
- Replace
WidgetPlaceholder.generator
with.debugLabel
(#619)- Replace
WidgetFactory.gestureTapCallback
with.buildGestureRecognizer
(#732)- Replace
RebuildTriggers
withList
- Replace
BuildBit.detach
,.insertAfter
and.insertBefore
with returning a new tree inBuildOp.onParsed
(#732)Breaking changes
- Remove
HtmlWidget.webViewXxx
properties #615- Remove support for
box-sizing
(#903)- Remove
WidgetPlaceholder.autoUnwrap
(#906).getDependency<MediaQueryData>()
no longer works (#911)- Append
defaultStyles
instead of prepend (#1055)- Change default alignment of inline widget from
bottom
tobaseline
(#1056)Full Changelog: https://github.com/daohoangson/flutter_widget_from_html/compare/v0.10.6...v0.14.2
c3c4afa23d5f39790f7b24c18e875236b90a2501 APKs:
- app-armeabi-v7a-release.apk
- app-arm64-v8a-release.apk
- app-x86_64-release.apk
- Debug APK via https://appetize.io
Web build has been deployed to https://example-ckdwsyd7j-flutter-widget-from-html.vercel.app. Quick links:
v0.10.6
What's Changed
- Fix border 0 is still being rendered. by
@daohoangson
in daohoangson/flutter_widget_from_html#1045
... (truncated)
Commits
- See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts