v2.0.0-next.19
Pre-release
Pre-release
·
0 commits
to main
since this release
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'sparseServerFunctionUrlinstead of parsing?id=by hand, so the router no longer hard-codes the addressing scheme. Requires@solidjs/web2.0.0-rc.4; the peer floor is raised to^2.0.0-rc.4.