Skip to content

v0.22.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 17:10
· 269 commits to main since this release
6361137

BREAKING CHANGES

importMode

syncIndex option is removed and importMode is now default to syncIndexResolver, which will resolve root index route as sync route.

New importMode is now the default importMode of React and Solid, if you want to stay with old importMode, manually set it to async.

  • use syncIndexResolver, remove syncIndex option (c0c7a67)

Bug Fixes

Features

  • add parent route name when no child index (#186) (c5b5421)