Skip to content

v2.0.0-beta.7

Choose a tag to compare

@JeelGajera JeelGajera released this 29 Nov 15:39
· 10 commits to master since this release
7ecbdff

What's Changed

feat(devtools): add QuantaJS DevTools with real-time state inspection and action logging

  • Introduce new @quantajs/devtools package with a floating panel UI
  • Add devtools bridge in core to emit STORE_INIT, STATE_CHANGE, and ACTION_CALL events
  • Instrument reactive proxies and store actions to notify devtools on mutations
  • Provide store inspector with live state tree, getters, actions, persistence controls, and reset functionality
  • Include action log panel showing timestamp, store, action name, and payload
  • Add auto-mount helper with dev-mode detection and global QUANTA_DEVTOOLS bridge exposure
  • Wire up Tailwind + Preact UI with dark theme, collapsible panel, and smooth animations

chore(deps): update dev dependencies, updates tooling and linting dependencies to their latest patch/minor versions.

Full Changelog: v2.0.0-beta.6...v2.0.0-beta.7