v2.0.0-next.22
Pre-releasePatch Changes
-
8edac15: Require the async flash decoder (solidjs/solid#3239): the flash cookie is now encrypted, so the runtime's
decodeFlashCookiereturns a Promise and theprovideFlashDecoderslot 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/web2.0.0-rc.7 (the release that ships the async, encrypted codec and records the unbound function base as the flashurl, so a.with()-bound no-JS post matches itsuseSubmissionagain); thesolid-js/@solidjs/webpeer 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.