Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sveltejs/kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @sveltejs/kit@2.25.2
Choose a base ref
...
head repository: sveltejs/kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @sveltejs/kit@2.26.0
Choose a head ref
  • 2 commits
  • 21 files changed
  • 4 contributors

Commits on Jul 24, 2025

  1. feat: typed route ids (#13864)

    * add `RouteId` to `$app/types`
    
    * more
    
    * create directory
    
    * hmm
    
    * fix
    
    * changeset
    
    * regenerate
    
    * some basic docs
    
    * oh wow that seemed to work
    
    * test
    
    * ouch
    
    * oh actually lets do this instead
    
    * fix
    
    * couple more, though still doesnt quite fix everything
    
    * forgive me
    
    * fix
    
    * fix
    
    * make url.pathname type safe as well
    
    * oops didnt mean to commit that
    
    * fix
    
    * page.url.pathname needs to account for base path
    
    * resolveRoute -> resolve
    
    * add `asset(...)` function, deprecate `base` and `assets`
    
    * fix
    
    * changesets
    
    * regenerate
    
    * Update packages/kit/src/core/sync/write_types/test/app-types/+page.ts
    
    Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
    
    * Update packages/kit/src/core/sync/write_types/test/app-types/+page.ts
    
    Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
    
    * chore: extract regexes into named functions
    
    * Update documentation/docs/98-reference/20-$app-types.md
    
    * Update documentation/docs/98-reference/20-$app-types.md
    
    Co-authored-by: Rich Harris <richard.a.harris@gmail.com>
    
    * empty
    
    * add an example
    
    * silence error
    
    * fix typo
    
    * link from deprecation notices
    
    * since
    
    ---------
    
    Co-authored-by: Elliott Johnson <sejohnson@torchcloudconsulting.com>
    Co-authored-by: Tee Ming <chewteeming01@gmail.com>
    3 people authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    a8cc450 View commit details
    Browse the repository at this point in the history
  2. Version Packages (#14040)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 24, 2025
    Configuration menu
    Copy the full SHA
    e1f9714 View commit details
    Browse the repository at this point in the history
Loading