v2.2.0
Highlight
The biggest change in this release is the new experimental standalone Rozenite app. It runs your plugin panels in their own window instead of inside React Native DevTools, so your panels stay connected and keep their state across JS reloads instead of getting torn down. Read more in the standalone app docs.
What's Changed
- perf(runtime): skip JSON.parse for non-rozenite binding traffic by @V3RON in #405
- perf(shell): route pluginId messages only to that plugin's panels by @V3RON in #406
- feat(rhf-plugin): migrate DevTools panel to @rozenite/ui, add remote reset by @V3RON in #409
- docs: update compatibility table with specific versions by @V3RON in #414
- ci: deploy website automatically as part of the release workflow by @V3RON in #413
- chore: remove deprecated @rozenite/mmkv-plugin package by @V3RON in #416
- feat(ui): add tone tokens for the design system (Phase 0) by @V3RON in #419
- feat(ui): add seven design system primitives (Phase 1) by @V3RON in #420
- feat(ui): add polymorphism and compound fixes to the design system (Phase 2) by @V3RON in #421
- feat(ui)!: the breaking batch — size scale, tone/variant split, danger rename (Phase 3) by @V3RON in #423
- feat(ui): add useConfirmDialog and migrate plugin panels to it by @V3RON in #425
- fix(agent-bridge): strip real implementation from production Metro bundles by @V3RON in #412
- feat(app): add a standalone Rozenite app by @V3RON in #422
- chore: release @rozenite/ui breaking batch as minor instead of major by @V3RON in #426
- feat(performance-monitor-plugin): migrate DevTools panel to @rozenite/ui, consolidate IA by @V3RON in #417
- feat(file-system-plugin): migrate DevTools panel to @rozenite/ui by @V3RON in #418
Full Changelog: v2.1.0...v2.2.0