Changelog for react-native-ios-context-menu
.
- Release: v2.5.0 | changes | all changes
- Related: Fix for issue #94
- Summary: Finalized release of
2.5.0
- Refactor of cleanup logic.- Fix for issue #94
- Raise min. version dependency to
react-native-ios-utilities
from4.3.x
to4.4.x
(see: changelog v4.4.0 entry for more details). - Remove
RNICleanupMode
usage. - Update to use new cleanup logic - Refactor
RNIContextMenuView
+RNIContextMenuButton
to conform toRNICleanableViewDelegate
, and useRNICleanableViewRegistry
to trigger cleanup logic.
- Release: v2.5.0-4 | changes | all changes
- Summary: Update for
[email protected]
- Refactor types - Update to useRNIViewCleanupModeProp
to defineinternalViewCleanupMode
forRNIContextMenuView
andRNIContextMenuButton
.
- Release: v2.5.0-3 | changes | all changes
- Summary: Merge changes from branch branch v2.4.x
- Release: v2.4.4 | changes | branch v2.4.x
- Summary: Contains a bugfix for touch events being blocked during the aux. preview entrance transition.