v1.11.0
Changes
New plugin added to generate routes types for Solid Router with generouted
conventions. The output is saved by default at src/router.ts
and gets updated by the add/change/delete at src/pages/*
.
It provides auto-completion for A
, useNavigate
, useParams
and more exported from src/router.ts
Check the plugin readme for to get started guide and usage examples.
Commits
- docs: replace link w/ a at solid components 6544951 by @oedotme
- docs: update readme for the new solid plugin 369c90e by @oedotme
- chore: add type-safe navigation plugin to solid example a046b64 by @oedotme
- chore: restructure conflicting example routes 3f99a3a by @oedotme
- feat: add solid router plugin for type-safe navigation 23d6957 by @oedotme in #70
- feat: apply optional pattern per segment 9c5be4c by @oedotme
- feat: add missing optional pattern in integrations glob 650e52e by @oedotme
Changelog: v1.10.0...v1.11.0