You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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)