From 7f8b6b3cb9ac5f07f5f099927210997b553c6e3f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 17:06:27 +0000 Subject: [PATCH] Version Packages (next) --- .changeset/pre.json | 2 ++ CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 4db0fd9b..890b8b05 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -8,6 +8,7 @@ "adopt-core-server-function-protocol", "adopt-hoisted-wire-protocols", "adopt-path-based-server-function-addressing", + "async-flash-decoder", "claims-registry-sweep", "claims-sweep-hydration-transparent", "compiler-claimed-anchors", @@ -47,6 +48,7 @@ "remove-legacy-apis", "renumber-next-line-two-x", "require-solid-beta-22", + "require-solid-rc-6", "response-stub-committed-type", "retry-failed-lazy-subtrees", "router-factory-typed-paths", diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a0959f4..e63301b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @solidjs/router +## 2.0.0-next.22 + +### 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. + ## 2.0.0-next.21 ### Patch Changes diff --git a/package.json b/package.json index 7e459cb7..61ea6a70 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "Ryan Turnquist" ], "license": "MIT", - "version": "2.0.0-next.21", + "version": "2.0.0-next.22", "homepage": "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/solidjs/solid-router#readme", "repository": { "type": "git",