Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 2.65 KB

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 2.65 KB

CHANGELOG

Changelog for react-native-ios-context-menu.


v2.5.0

  • 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 from 4.3.x to 4.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 to RNICleanableViewDelegate, and use RNICleanableViewRegistry to trigger cleanup logic.

v2.5.0-4

  • Release: v2.5.0-4 | changes | all changes
  • Summary: Update for [email protected] - Refactor types - Update to use RNIViewCleanupModeProp to define internalViewCleanupMode for RNIContextMenuView and RNIContextMenuButton.

v2.5.0-3


v2.4.4

  • Release: v2.4.4 | changes | branch v2.4.x
  • Summary: Contains a bugfix for touch events being blocked during the aux. preview entrance transition.