Skip to content

Releases: colorfy-software/react-native-modalfy

Release 3.5.4

23 Aug 11:09
Compare
Choose a tag to compare

3.5.4 (2024-08-23)

Bug Fixes

  • patch race condition when calling a modalfy method as the callback of another modalfy method (487802b), closes #147

Release 3.5.3

08 Mar 22:27
Compare
Choose a tag to compare

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

Release 3.5.2

04 Aug 13:54
Compare
Choose a tag to compare

3.5.2 (2023-08-04)

Bug Fixes

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

Release 3.5.1

22 Jun 15:20
Compare
Choose a tag to compare

3.5.1 (2023-06-22)

Bug fixes

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

Release 3.5.0

20 Jun 11:31
Compare
Choose a tag to compare

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)

Release 3.4.0

14 Mar 09:47
Compare
Choose a tag to compare

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

Release 3.3.3

23 Jan 09:46
Compare
Choose a tag to compare

3.3.3 (2023-01-23)

Bug Fixes

  • do not queue any closingAction if there are no opened modals (154a6d9), closes #90

Release 3.3.2

15 Aug 09:26
Compare
Choose a tag to compare

3.3.2 (2022-08-15)

Bug Fixes

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

Release 3.3.1

18 Jun 06:03
Compare
Choose a tag to compare

3.3.1 (2022-06-18)

Bug Fixes

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

Release 3.3.0

04 Jun 07:08
Compare
Choose a tag to compare

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