React Native Modalfy Versions Save

๐Ÿฅž Modal citizen of React Native.

v3.1.1

2 years ago

3.1.1 (2022-03-10)

Bug Fixes

v3.1.0

2 years ago

3.1.0 (2022-02-28)

Bug Fixes

  • remove modal close animation hack on fling (fcd61bc)

Features

  • implement new onClose listener (89704e7)

v3.0.1

2 years ago

3.0.1 (2022-02-16)

Bug Fixes

  • correct TypeScript declaration files path for npm package (51823b4)

v3.0.0

2 years ago

3.0.0 (2022-02-15)

Read the ๐Ÿ“– blog post for more information on Modalfy v3!

Bug Fixes

  • animate backdrop out whenever stack is closed programmatically/via hardware back press ๐Ÿงน (091c9af)
  • animate modals out when closed via hooks/HOC/vanilla ๐ŸŒฌ (ce6040f)
  • prevent animateIn/animateOut in default options from overriding animateInConfig/animateOutConfig in specific modal options ๐Ÿž (3bdc9df)
  • remove support of deprecated shouldAnimateOut option ๐Ÿ‘‹ (4d31b1f)

Features

  • add Web support ๐Ÿ–ฅ๏ธ (bfa841a)
  • implement modal actions callback ๐ŸŒบ (e802dc1)

BREAKING CHANGES

  • shouldAnimateOut modal option deprecated since v2.0 is now being dropped completely. Use animateConfigOut or animationOut instead.
  • A new callback argument is provided to the animateOut function in the modal options and must be called whenever the animation is finished. If only animationOutConfig is used, calling callback is not required.

v2.1.3

2 years ago

Fixes/Changes ๐Ÿ›

v2.1.2

3 years ago

Fixes/Changes ๐Ÿ›

Miscellaneous ๐Ÿ› ๏ธ

v2.0.0

3 years ago

Read the ๐Ÿ“– blog post for more information on Modalfy 2!

New โœจ

  • Rewrite library in Hooks & TypeScript
  • Implement modalfy() allowing modals management from outside React
  • Implement fling gesture handler to close modal
  • Add support for modals params typing
  • Add new modal.getParam()
  • Add new backdropColor to modal options
  • Add support for backBehavior from the backdrop
  • Add support for backdropColor, backdropOpacity & backBehavior per modal

Breaking ๐Ÿ’ฅ

  • Drop Flow support
  • Remove modal.getParams()
  • Rename TypeScript types
  • Rename modal options backButtonBehavior into backBehavior

Miscellaneous ๐Ÿ› ๏ธ

  • Bump minimal supported React Native version to 0.59.0
  • Update Example to React Native 0.62.2 + TypeScript
  • Update Example demo
  • Add Example to Expo's Snack

v1.1.3

4 years ago

Fixes/Changes ๐Ÿ›

  • Fix TypeScript interface typo ๐Ÿ”ง (97749323f68eb73f28bb30970e39618353190536)