Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 20:26
· 10 commits to main since this release
1d5b797

Minor Changes

  • eb3b55a: Export Octane hooks from segment-state, make Octane required, retain the renderer-free segment-state/core entry point, and remove segment-state/octane.

  • 82fd047: Move SSR serialization and port attachment to tree-shakeable entry points with
    standalone dehydrate, hydrate, and attachPort functions.

    Import SSR helpers from segment-state/ssr and migrate
    store.dehydrate(options) to dehydrate(store, options) and
    store.hydrate(payload, options) to hydrate(store, payload, options). Import
    attachPort from segment-state/ports and migrate store.attach(port) to
    attachPort(store, port).