Skip to content

v2.0.0-next.19

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 28 Aug 22:37
· 0 commits to main since this release
1ee8a1f

Patch Changes

  • 31ea11b: Adopt path-based server function addressing (solidjs/solid#3076). Action urls are now <endpoint>/<id>[?args=...] — the id in the path, bound arguments staying in the query. The generic form-action fallback reads the id back through the runtime's parseServerFunctionUrl instead of parsing ?id= by hand, so the router no longer hard-codes the addressing scheme. Requires @solidjs/web 2.0.0-rc.4; the peer floor is raised to ^2.0.0-rc.4.