Skip to content

v2.0.0-next.22

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Sep 17:09
· 0 commits to main since this release
36f2f94

Patch Changes

  • 8edac15: Require the async flash decoder (solidjs/solid#3239): the flash cookie is now encrypted, so the runtime's decodeFlashCookie returns a Promise and the provideFlashDecoder slot takes only that shape. The submissions seed carries the in-flight decode through the not-ready protocol from a lazy, hydration-transparent memo — a request that never reads submissions never decodes, the decode runs at most once, and the server-only memo consumes no hydration-id slot.

    Requires @solidjs/web 2.0.0-rc.7 (the release that ships the async, encrypted codec and records the unbound function base as the flash url, so a .with()-bound no-JS post matches its useSubmission again); the solid-js / @solidjs/web peer floor is raised to ^2.0.0-rc.7.

  • 720f98c: Require solid-js 2.0.0-rc.6: earlier rcs wedge navigation forever when a lazy route reads a query gated behind another still-pending query (#595, fixed in core by solidjs/solid#3226). Adds a regression spec covering the gated-query navigation shape.