Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 981 Bytes

CHANGELOG.md

File metadata and controls

44 lines (30 loc) · 981 Bytes

[2.0.3] - 12 Oct 2023

  • pubspec.yaml updated sdk constraint
  • Updated support link in Readme
  • Version bump

[2.0.2] - 06 August 2021

  • Fixed docs

[2.0.1] - 06 August 2021

  • Updated docs

[2.0.0] - 08 March 2021

  • Stable release for null safety
  • Example updated to null safety
  • Update SDK constraints to >=2.12.0-0 <3.0.0 based on guidelines

[1.2.0] - 27 December 2020

  • Now UIBlock.Block can return data on dismiss/unblock
  • Docs updated
  • Examples updated

[1.1.0] - 24 December 2020

  • Added fade transition to block modal
  • Switch between fade/slide transitions using isSlideTransitionDefault
  • Ability to create custom transitions using customBuildBlockModalTransitions
  • Docs updated

[1.0.0] - 16 December 2020

  • Version bump to 1.0
  • Added ability to disable or customize 'SafeArea'
  • Docs updated

[0.2.0] - 17 May 2020

  • You can now use UIBlock as a widget as well
  • Docs updated

[0.1.0] - 17 May 2020

  • Initial Release