Releases: runtime-labs/vue-composable-observer
Releases · runtime-labs/vue-composable-observer
@runtime-labs/composable-plugin@1.2.0
Minor Changes
-
cce9368: Improve the Vue Devtools experience for inspecting composables:
- Surface a "Composables" group directly in the standard Components inspector panel, so a component's composables and their state show up next to its own setup/props/data
- Show file paths as hoverable tags with tooltips instead of cluttering node labels
- Replace full State History snapshots with a recursive diff showing only what changed, as
from → to - Add search/filtering across the composable tree inspectors
- Fix Dependencies entries showing the dependency id as the key instead of its name
@runtime-labs/composable-plugin@1.1.2
Patch Changes
- Fix devtools inspector IDs format and add debug logging for event tracking.
@runtime-labs/observer-core@1.1.1
Patch Changes
- Update package READMEs with demo gif, correct API docs and full setup instructions. Expand npm keywords for better discoverability.
@runtime-labs/observer-core@1.1.0
Minor Changes
- Add state history tracking. Each composable now keeps a rolling snapshot of its last 10 state values. Use
getHistory(instanceId)from@runtime-labs/observer-coreto read the snapshots. State history is also visible in the Vue DevTools inspector under "State History".
@runtime-labs/composable-plugin@1.1.1
Patch Changes
- Update package READMEs with demo gif, correct API docs and full setup instructions. Expand npm keywords for better discoverability.
- Updated dependencies
- @runtime-labs/observer-core@1.1.1
@runtime-labs/composable-plugin@1.1.0
Minor Changes
- Add state history tracking. Each composable now keeps a rolling snapshot of its last 10 state values. Use
getHistory(instanceId)from@runtime-labs/observer-coreto read the snapshots. State history is also visible in the Vue DevTools inspector under "State History".
Patch Changes
- Updated dependencies
- @runtime-labs/observer-core@1.1.0