Skip to content

Bump flutter_widget_from_html from 0.10.5+3 to 0.14.4

Bumps flutter_widget_from_html from 0.10.5+3 to 0.14.4.

Release notes

Sourced from flutter_widget_from_html's releases.

v0.14.3

What's Changed

Full Changelog: https://github.com/daohoangson/flutter_widget_from_html/compare/v0.14.2...v0.14.3

942ad5d81bef3359bdc653e1e3dbc687d4e89aad APKs:

Web build has been deployed to https://example-jmmc0h8wq-flutter-widget-from-html.vercel.app. Quick links:

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 via customWidgetBuilder 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 #1049

Changes that require migration

  • Replace WidgetPlaceholder.generator with .debugLabel (#619)
  • Replace WidgetFactory.gestureTapCallback with .buildGestureRecognizer (#732)
  • Replace RebuildTriggers with List
  • Replace BuildBit.detach, .insertAfter and .insertBefore with returning a new tree in BuildOp.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)

... (truncated)

Commits


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

Merge request reports

Loading