Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 12:20
· 4 commits to main since this release
ac6fd0f

Minor Changes

  • 1ba7b25: Add a React binding at the new segment-state/react entry point: the same useValue, useStatus, and useDraft contract as the Octane binding, built on useSyncExternalStore and React 19's use(). The entry re-exports the whole application API, so a React application imports from one place and never loads Octane. The octane and react peer dependencies are both optional; an application installs only the renderer it uses.