Skip to content

Releases: runtime-labs/vue-composable-observer

@runtime-labs/composable-plugin@1.2.0

07 Jun 12:02
30f9275

Choose a tag to compare

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

07 Jun 08:50

Choose a tag to compare

Patch Changes

  • Fix devtools inspector IDs format and add debug logging for event tracking.

@runtime-labs/observer-core@1.1.1

06 Jun 17:54

Choose a tag to compare

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

06 Jun 17:43

Choose a tag to compare

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-core to read the snapshots. State history is also visible in the Vue DevTools inspector under "State History".

@runtime-labs/composable-plugin@1.1.1

06 Jun 17:54

Choose a tag to compare

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

06 Jun 17:43

Choose a tag to compare

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-core to 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