@rozenite/tanstack-query-plugin 1.7.0-rc.2 → 1.7.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 +10 -0
- package/dist/devtools/assets/{CXEL7IU7-DJlSmt0p.js → CXEL7IU7-OLImOSaA.js} +1 -1
- package/dist/devtools/assets/{tanstack-query-_leiFatc.js → tanstack-query-Dk7i2Fss.js} +12 -12
- package/dist/devtools/tanstack-query.html +1 -1
- package/dist/react-native/chunks/useTanStackQueryDevTools.require.cjs +1 -1
- package/dist/react-native/chunks/useTanStackQueryDevTools.require.js +103 -91
- package/dist/rozenite.json +1 -1
- package/package.json +5 -5
- package/src/react-native/agent/__tests__/tanstack-query-agent.test.ts +65 -27
- package/src/react-native/devtools-actions.ts +17 -3
- package/src/react-native/useHandleDevToolsMessages.ts +14 -11
- package/src/shared/hydrate.ts +16 -13
- package/src/shared/messaging.ts +3 -0
- package/src/shared/query-data-sync.test.ts +93 -0
- package/src/shared/query-data-sync.ts +156 -0
- package/src/shared/types.ts +1 -0
- package/src/ui/tanstack-query.tsx +12 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @rozenite/tanstack-query-plugin
|
|
2
2
|
|
|
3
|
+
## 1.7.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#220](https://github.com/callstackincubator/rozenite/pull/220) [`66bcf5a`](https://github.com/callstackincubator/rozenite/commit/66bcf5a6e032fb62b751fe7b227279e3c256c2fe) Thanks [@V3RON](https://github.com/V3RON)! - Fix TanStack Query devtools data edits so query data changes made in the panel sync back to the device without breaking existing loading and error actions.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`a826e35`](https://github.com/callstackincubator/rozenite/commit/a826e35ffadcf79b9d2f1bb033666d3b27d40752)]:
|
|
10
|
+
- @rozenite/agent-bridge@1.7.0
|
|
11
|
+
- @rozenite/plugin-bridge@1.7.0
|
|
12
|
+
|
|
3
13
|
## 1.6.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|