React Native Modalfy Versions Save

🥞 Modal citizen of React Native.

v3.5.3

2 months ago

3.5.3 (2024-03-08)

Bug Fixes

  • export missing ModalClosingAction type (0973646)
  • call provided callback upon modal closure even with no currentModal (2d748b9), closes #121 #122
  • prevent "Sending onAnimatedValueUpdate with no listeners registered" RN 0.72+ warning (7d2866f), closes #124

v3.5.2

9 months ago

3.5.2 (2023-08-04)

Bug Fixes

  • prevent animations callback from being run only episodically (d5febf2), closes #120

v3.5.1

10 months ago

3.5.1 (2023-06-22)

Bug fixes

  • fix: revamp internal state update logic in ModalState (ca3a39b)

v3.5.0

10 months ago

3.5.0 (2023-06-20)

Bug Fixes

  • prevented replacement of ModalfyParams by non-expandable type (f3a39cd), in #114
  • properly apply 'current-modal-none/only' options of pointerEventsBehavior to the 1st visible modal only (8e733fd)
  • start animating out the last modal & the backdrop at the same time (9a067e7), closes #96 #103

Features

  • addModalState to library exports (1f147c1)
  • added ModalfyCustomParams type (a2e77e6), in #114
  • implement ModalProps type (1d2cefd)

v3.4.0

1 year ago

3.4.0 (2023-03-14)

Bug Fixes

  • fully animate last modal out before closing the stack (34879fb), closes #96

Features

  • implement new pointerEventsBehavior modal option (7015a2e), closes #97

v3.3.3

1 year ago

3.3.3 (2023-01-23)

Bug Fixes

v3.3.2

1 year ago

3.3.2 (2022-08-15)

Bug Fixes

  • prevent screen from being inactive when orientation changes (cd82e2e)

v3.3.1

1 year ago

3.3.1 (2022-06-18)

Bug Fixes

  • do not queue any closingAction if there are no opened modals (e08d7fe), closes #81

v3.3.0

1 year ago

3.3.0 (2022-06-04)

Bug Fixes

  • prevent app crash when internal state is being used while undefined (4c69102), closes #78
  • use ?? instead of || in getStackItemOptions() (2a90337)

Features

  • add new backdropAnimationDuration modal option (3de90ac), closes #79

v3.2.0

2 years ago

3.2.0 (2022-04-24)

Bug Fixes

  • animate backdrop out with last modal when it's being closed (25be221)
  • make currentModal return null instead of undefined when none exists (b375d12)
  • make getParam() use defaultValue only when param is undefined (#74) (cb76370)
  • prevent modal closing functions from crashing app if no modal was opened (28cf12b), closes #73

Features

  • add closingAction argument to onClose event listener (f4cf53f), closes #70