Skip to content

v1.4.0

Latest

Choose a tag to compare

@V3RON V3RON released this 09 Mar 11:53

1.4.0 (2026-03-09)

🚀 Features

  • @rozenite/redux-devtools-plugin: Redux DevTools now uses Rozenite CDP/bridge messaging instead of the previous relay-based flow. Better reliability for Redux DevTools controls in the plugin panel, works with Rozenite for Web by enabling the plugin runtime on web targets, supports naming store instances via rozeniteDevToolsEnhancer({ name }) for multi-store apps, and the playground now demonstrates two independent Redux stores and counters for easier validation. (#183)
  • @rozenite/storage-plugin: Introduce @rozenite/storage-plugin as a generic storage inspector for React Native devtools. Add useRozeniteStoragePlugin({ storages }) API for registering one or more adapters, support named storages across adapters so multiple independent stores can be inspected in a single plugin panel, provide built-in adapters for MMKV, AsyncStorage (including v2 and v3-style usage), and Expo SecureStore, improve entry workflows in the panel by prefilling the key when an entry is selected, and add official documentation for the new Storage plugin and guide users from MMKV docs toward the generic plugin path. (#184)

❤️ Thank You