Skip to content

Releases: koukibadr/Motion-Toast

v2.15.0

Choose a tag to compare

@koukibadr koukibadr released this 24 Dec 08:35

Changes

  • Rename closeOverlay() method to dismiss() for better API clarity PR#156

v2.14.0

Choose a tag to compare

@koukibadr koukibadr released this 19 May 08:36

Changes

  • Remove deprecated position attribute PR#154

v2.13.0

Choose a tag to compare

@koukibadr koukibadr released this 10 May 09:55

Changes

  • Enable slide animation for bottom and top for bottom and top centered toasts PR#150
  • Refactor deprecated color opacity PR#151

v2.12.1

Choose a tag to compare

@koukibadr koukibadr released this 17 Mar 08:36

Bug Fix

  • Resolve compilation error with wihValues when setting opacity value Issue #134

v2.12.0

Choose a tag to compare

@koukibadr koukibadr released this 16 Mar 09:09

Bug Fix

  • Update toast overlay height to support app usage when the toast is displayed PR Issue #134

Enhancement

  • Update alignment, MotionToastPosition is refactored to use Alignment object PR Issue #126
  • Support for custom alignment values

Changes

  • Refactor: AnimationTypes values are renamed PR

v2.11.0

Choose a tag to compare

@koukibadr koukibadr released this 07 Aug 20:53

Enhancement

  • Remove content padding effect on motion toast sidebar widget
  • Replace EdgeInsets type with EdgeInsetsGeometry type for wider options (Support of EdgeInsets and EdgeInsetsDirectional) PR
  • Update custom motion toast rendering to support width and height constraints for large screens

Changes

  • Update layoutDirection from LayoutDirection enum to TextDirection dart class

v2.10.0

Choose a tag to compare

@koukibadr koukibadr released this 25 May 21:03

Enhancement

  • Replace backgroundType with opacity double attribute
  • Updated predefined themes colors, themes now have different primary and secondary colors

Changes

  • Remove motion toast type parameter and replace it with direct theme initialization
  • Remove iconType parameter
  • MotionToast.delete marked as deprecated and will be removed in the next version

Test deploy github action script

Choose a tag to compare

@koukibadr koukibadr released this 14 Oct 08:40
d32c990
Create package_deploy.yml (#110)

* Create package_deploy.yml

* update target branch in package deploy action