Skip to content

v0.1.0-dev21

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 06:56
· 7 commits to master since this release

What's new

[FEAT] Added logic to show What's new.

[FEAT] Replaced layouts in NavigationSuiteScaffold with measurePolicies.

  • This will ensure the state of expendables, etc., will be preserved during orientation changes.

[FEAT] Enhanced Toast with new features.

  • Toast now handles the back-button.
  • Supports expanded state; click to expand.
  • Supports swipe to dismiss.
  • Fixed toast now using mutex.
  • Renders at the top of everything during shared transition.

[FEAT] Introduced showPlatformToast in context.

  • Now everything depends on the Context.showPlatformToast for showing Android toasts.
  • It also supports Duration.

Full Changelog: v0.1.0-dev19...v0.1.0-dev21