@rozenite/storage-plugin 2.1.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @rozenite/storage-plugin
2
2
 
3
+ ## 2.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#425](https://github.com/callstackincubator/rozenite/pull/425) [`8b373d9`](https://github.com/callstackincubator/rozenite/commit/8b373d929f7bb64438bc63e516e8ad31966f61ba) Thanks [@V3RON](https://github.com/V3RON)! - Add `useConfirmDialog()` to `@rozenite/ui`: an imperative alternative to `ConfirmDialog` that resolves a promise with the user's choice instead of driving `open` from local state. `PluginShell` now mounts `Toast` and `ConfirmDialog.Provider` automatically, so plugin panels no longer need to wrap themselves in `<Toast.Provider>` to use `useToast()`.
8
+
9
+ Migrate the feature-flags, storage, and React Hook Form DevTools panels to `useConfirmDialog()`, replacing their declarative confirm/alert dialogs.
10
+
11
+ - [#416](https://github.com/callstackincubator/rozenite/pull/416) [`f7bfa9c`](https://github.com/callstackincubator/rozenite/commit/f7bfa9c37bf0d3861cad740afb49d215ac8cad5e) Thanks [@V3RON](https://github.com/V3RON)! - Remove the deprecated `@rozenite/mmkv-plugin` package. It has been superseded by `@rozenite/storage-plugin`, which covers MMKV, AsyncStorage, and Expo SecureStore in a single panel and has been the recommended path for MMKV inspection since `@rozenite/storage-plugin` shipped. Migrate by installing `@rozenite/storage-plugin` and registering an MMKV storage adapter.
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`dffeda5`](https://github.com/callstackincubator/rozenite/commit/dffeda53c57f491a303108937d4b4ce68054226f), [`8b373d9`](https://github.com/callstackincubator/rozenite/commit/8b373d929f7bb64438bc63e516e8ad31966f61ba), [`4f5fe74`](https://github.com/callstackincubator/rozenite/commit/4f5fe747ca0c6e93d0bf05076c7e2e2ad25fd744), [`db0a792`](https://github.com/callstackincubator/rozenite/commit/db0a79283562dfd889e8e0f478b384ba21cfe5bf), [`b409250`](https://github.com/callstackincubator/rozenite/commit/b409250480260b793c504d536755a5ba933de4fe), [`850e455`](https://github.com/callstackincubator/rozenite/commit/850e45576c41d52e24d6c239ff2947a612406fae), [`0565227`](https://github.com/callstackincubator/rozenite/commit/0565227761c0f52df0f7fbf30d0ac5833ccc4039), [`15f31f0`](https://github.com/callstackincubator/rozenite/commit/15f31f0091c0bf3bbf48a192925f57c20efd8951), [`9f7581e`](https://github.com/callstackincubator/rozenite/commit/9f7581e8a1e4d506a93c30876231fbe21147c0de)]:
16
+ - @rozenite/agent-bridge@2.2.0
17
+ - @rozenite/ui@2.2.0
18
+ - @rozenite/plugin-bridge@2.2.0
19
+ - @rozenite/agent-shared@2.2.0
20
+
3
21
  ## 2.1.0
4
22
 
5
23
  ### Patch Changes