v1.0.0
1.0.0 (2025-11-14)
Hey folks!
It's been a long time, and the number of issues preventing Rozenite from working has been minimal. That's why it's time to drop the alpha tag 馃帀
馃殌 Features
- @rozenite/middleware: Include prerelease versions in the React Native version compatibility check. (#136)
- @rozenite/mmkv-plugin: Introduce the necessary updates to support react-native-mmkv v4. Both v3 and v4 are now supported, though a minor change is required in userland code: switching from a storage array to a record, since IDs are no longer accessible. (#133)
- @rozenite/mmkv-plugin: You can now view detailed previews of values, including an interactive JSON preview when the stored string is valid JSON. (#142)
- @rozenite/network-activity-plugin: Users can now adjust how paths are reported in the DevTools UI, choosing between the Chrome-like last-segment style and the full path. (#129)
- @rozenite/redux-devtools-plugin: Fixed a race condition that occurred in certain scenarios by inlining the require call to the redux-devtools/remote package. (#127)
- @rozenite/redux-devtools-plugin: Expose an additional composeWithRozeniteDevTools function, which should be used with certain libraries, such as Rematch, to correctly support their async actions. (#135)
鉂わ笍 Thank You
- Andrei Xavier de Oliveira Calazans @AndreiCalazans
- David Prevost @dprevost-LMI
- Szymon Chmal