- 430519d: Fix Vite dev server error by moving cachebust to start of URLSearchParams
- 410d14c: Focus body after navigation
- Update
startViewTransitionlogic
- 9b8e241: Revert previous patch
- f84618e: Treat entire navigation as a transition
-
cbcaa44: Automatically add
route-announcerelement, supportdata-router-ignoreanddata-router-noscrollattributes to optalinks out of SPA routing orscrollToTopbehavior.Updates default export of
micromorph/spaentrypoint to return an instance ofRouterfor programatic control.Updates default export of
micromorph/naventrypoint to return an instance ofRouterfor programatic control.
- f969b64: Update code to support View Transitions by default
- 08cd7b5: Await
beforeDiffandafterDiff
- f472e4f: remove logs, support scrollToTop option
- 5502cd9: Add
micromorph/naventrypoint, which uses the upcoming Navigation API
- a8cab71: Add license (MIT)
- Oops, actually publish the
distfolder
-
d56bca8: Adds the
includeoption to control which anchor tags trigger a SPA navigation. Supports either a filter-like callback function or a selector string.Adds the
scrollToTopoption to control if SPA navigation should reset scroll on navigation.