|
1 | 1 | # CHANGELOG |
2 | 2 |
|
3 | | -Changelog for `react-native-ios-context-menu`. |
| 3 | +Changelog for [`react-native-ios-context-menu`](https://github.com/dominicstop/react-native-ios-context-menu). |
4 | 4 |
|
5 | 5 | <br><br> |
6 | 6 |
|
7 | | -* `2024-03-12-20:27 PST` - **Release**: [2.5.0-4](https://github.com/dominicstop/react-native-ios-context-menu/releases/tag/v2.5.0-4) | [changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.5.0-3...v2.5.0-4) | [all changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.5.0-0...v2.5.0-4) |
8 | | - * **Desc **: Update for `[email protected]` - Refactor types - Update to use `RNIViewCleanupModeProp` to define `internalViewCleanupMode` for `RNIContextMenuView` and `RNIContextMenuButton`.< br>< br> |
| 7 | +* `TBA` - **Release**: [2.5.0](https://github.com/dominicstop/react-native-ios-context-menu/releases/tag/v2.5.0-4) | [changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.5.0-4...v2.5.0) | [all changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.4.4...v2.5.0) |
| 8 | + * **Summary**: Finalized release of `2.5.0` - Refactor of cleanup logic |
| 9 | + * Fix for [issue #94](https://github.com/dominicstop/react-native-ios-context-menu/issues/94) |
| 10 | + * Raise min. version dependency to `react-native-ios-utilities` from `4.3.x` to `4.4.x`. |
| 11 | + * Remove `RNICleanupMode` usage. |
| 12 | + * Update to use new cleanup logic - Refactor `RNIContextMenuView` + `RNIContextMenuButton` to conform to `RNICleanableViewDelegate`, and use `RNICleanableViewRegistry` to trigger cleanup logic.<br><br> |
9 | 13 |
|
10 | | -* `2024-03-12-16:03 PST` - **Release**: [2.5.0-3](https://github.com/dominicstop/react-native-ios-context-menu/releases/tag/v2.5.0-3) | [changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.5.0-2...v2.5.0-3) | [all changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.5.0-0...v2.5.0-3) |
11 | | - * **Desc**: Merge changes from branch [branch v2.4.x](https://github.com/dominicstop/react-native-ios-context-menu/tree/v2.4.x)<br><br> |
| 14 | +* `2024-03-12-20:27 PST` - **Release**: [2.5.0-4](https://github.com/dominicstop/react-native-ios-context-menu/releases/tag/v2.5.0-4) | [changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.5.0-3...v2.5.0-4) | [all changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.4.4...v2.5.0-4) |
| 15 | + * **Summary **: Update for `[email protected]` - Refactor types - Update to use `RNIViewCleanupModeProp` to define `internalViewCleanupMode` for `RNIContextMenuView` and `RNIContextMenuButton`.< br>< br> |
| 16 | +* `2024-03-12-16:03 PST` - **Release**: [2.5.0-3](https://github.com/dominicstop/react-native-ios-context-menu/releases/tag/v2.5.0-3) | [changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.5.0-2...v2.5.0-3) | [all changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.4.4...v2.5.0-3) |
| 17 | + * **Summary**: Merge changes from branch [branch v2.4.x](https://github.com/dominicstop/react-native-ios-context-menu/tree/v2.4.x)<br><br> |
12 | 18 | * `2024-03-09-09:55 PST` - **Release**: [v2.4.4](https://github.com/dominicstop/react-native-ios-context-menu/releases/tag/v2.4.4) | [changes](https://github.com/dominicstop/react-native-ios-context-menu/compare/v2.4.3...v2.4.4) | [branch v2.4.x](https://github.com/dominicstop/react-native-ios-context-menu/tree/v2.4.x) |
13 | | - * **Desc**: Contains a bugfix for touch events being blocked during the aux. preview entrance transition. |
| 19 | + * **Summary**: Contains a bugfix for touch events being blocked during the aux. preview entrance transition. |
14 | 20 |
|
0 commit comments