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: b6e9355
Choose a base ref
...
head repository: sveltejs/kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5bde191
Choose a head ref
  • 9 commits
  • 23 files changed
  • 7 contributors

Commits on Aug 6, 2025

  1. Configuration menu
    Copy the full SHA
    5d465d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1e60de View commit details
    Browse the repository at this point in the history
  3. docs: remote files can be in lib or routes dir (#14091)

    * docs: remote files can be in lib or routes dir
    
    * Update documentation/docs/20-core-concepts/60-remote-functions.md
    
    Co-authored-by: Tee Ming <chewteeming01@gmail.com>
    
    ---------
    
    Co-authored-by: Tee Ming <chewteeming01@gmail.com>
    jycouet and eltigerchino authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    bb6fc44 View commit details
    Browse the repository at this point in the history
  4. docs: correct .refresh() example (#14090)

    Seems like `.refresh()` returns a Promise and if you are not awaiting it the single-flight mutation does not work. Adding the await makes it work so might just be a typo in docs.
    Sendouc authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    2686789 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4d8002 View commit details
    Browse the repository at this point in the history
  6. docs: mention read works in edge environments (#14085)

    * docs
    
    * oops this should be deployments
    eltigerchino authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    6c13063 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. fix: use __SVELTEKIT_PAYLOAD__ to reference boot payload (#14127)

    * fix
    
    * changeset
    
    * reference the proxied object instead
    
    * use __SVELTEKIT_PAYLOAD__ to reference boot object
    
    * couple more comments
    
    * couple more comments
    
    * fix
    
    * remove unused property
    
    ---------
    
    Co-authored-by: Chew Tee Ming <chew.tee.ming@nindatech.com>
    Rich-Harris and eltigerchino authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    e7cd0c2 View commit details
    Browse the repository at this point in the history
  2. fix: use configured base path when calling remote functions from the …

    …client (#14106)
    
    * add tests
    
    * fix test
    
    * add base path to client remote functions
    
    * changeset
    
    * format
    
    * move tests to options-2 test app
    
    * prettier
    eltigerchino authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    1f50b99 View commit details
    Browse the repository at this point in the history
  3. Version Packages (#14133)

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