@rozenite/storage-plugin 1.9.0 → 1.10.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,20 @@
1
1
  # @rozenite/storage-plugin
2
2
 
3
+ ## 1.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#262](https://github.com/callstackincubator/rozenite/pull/262) [`ea2d273`](https://github.com/callstackincubator/rozenite/commit/ea2d273c7cdb53d3cc8ffc00874cfdacb0972d90) Thanks [@burczu](https://github.com/burczu)! - Add a hex-first UI for binary (`buffer`) storage entries.
8
+
9
+ The table cell now shows a short hex preview plus byte count, the detail dialog renders a standard hexdump with offsets and ASCII column, and the add/edit dialogs replace the JSON array textarea with a CodeMirror editor. The editor offers Hex (default) and Base64 modes, normalizes pasted content (raw hex, grouped hex, multiline hex, hexdump rows with offsets/ASCII columns) immediately, and surfaces byte count, ASCII preview, and validation errors below the input. The internal protocol is unchanged: `buffer` values still flow through the existing `number[]` write path.
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies []:
14
+ - @rozenite/agent-bridge@1.10.0
15
+ - @rozenite/agent-shared@1.10.0
16
+ - @rozenite/plugin-bridge@1.10.0
17
+
3
18
  ## 1.9.0
4
19
 
5
20
  ### Minor Changes