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/adapter-auto@5.0.0
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/adapter-auto@6.0.0
Choose a head ref
  • 16 commits
  • 77 files changed
  • 5 contributors

Commits on Mar 21, 2025

  1. fix: allow non-prerendered API endpoint calls during reroute when pre…

    …rendering (#13616)
    
    * fix: allow non-prerendered API endpoint calls during reroute when prerendering
    
    * test
    
    * tweak
    
    * fix other prerendering bug
    
    * lint
    dummdidumm authored Mar 21, 2025
    Copy the full SHA
    c9198a3 View commit details
  2. Version Packages (#13619)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 21, 2025
    Copy the full SHA
    6df1496 View commit details
  3. fix and changeset (#13622)

    eltigerchino authored Mar 21, 2025
    Copy the full SHA
    c158d2c View commit details

Commits on Mar 22, 2025

  1. Version Packages (#13623)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Mar 22, 2025
    Copy the full SHA
    fc9017c View commit details

Commits on Mar 23, 2025

  1. fix: only call afterNavigate once on start when SSR is disabled (#1…

    …3593)
    
    * add fix and test
    
    * changeset
    
    * format
    eltigerchino authored Mar 23, 2025
    Copy the full SHA
    370e9f9 View commit details

Commits on Mar 24, 2025

  1. chore: move esbuild to devDependencies (#13633)

    eltigerchino authored Mar 24, 2025
    Copy the full SHA
    b54e6b2 View commit details

Commits on Mar 25, 2025

  1. docs: flesh out icons section and make standalone page (#13555)

    * docs: flesh out icons section and make standalone page
    
    * Update documentation/docs/40-best-practices/06-icons.md
    
    Co-authored-by: Tee Ming <chewteeming01@gmail.com>
    
    ---------
    
    Co-authored-by: Tee Ming <chewteeming01@gmail.com>
    benmccann and eltigerchino authored Mar 25, 2025
    Copy the full SHA
    6c582b6 View commit details

Commits on Mar 31, 2025

  1. chore: upgrade minizlib to remove rimraf dependency (#13657)

    benmccann authored Mar 31, 2025
    Copy the full SHA
    f4ce185 View commit details

Commits on Apr 2, 2025

  1. feat: deprecate adapter-cloudflare-workers in favour of `adapter-cl…

    …oudflare` (#13634)
    
    * merge adapters
    
    * changeset
    
    * it's valid to not specify a main entry if the user is only deploying static assets
    
    * format
    
    * adjust docs
    
    * also use cf pages env var
    
    * fix migration guide link
    
    * try to fix doc build error
    
    * Update index.d.ts
    
    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    
    * Update kind-carrots-deliver.md
    
    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    
    * validate assets key if main key is set
    
    * delete adapter-cloudflare-workers
    
    * adjust docs and workspace for removing cloudflare workers
    
    * fix docs title
    
    * clarify _routes.json belongs to cloudflare pages
    
    * Update packages/adapter-cloudflare/src/worker.js
    
    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    
    * changes according to feedback
    
    * revert type change
    
    * fix lock file
    
    * fixes
    
    * tests
    
    * fix lockfile
    
    * format
    
    ---------
    
    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    eltigerchino and benmccann authored Apr 2, 2025
    Copy the full SHA
    ebec1e9 View commit details
  2. chore(deps): update dependency vite to v6.0.13 [security] (#13643)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 2, 2025
    Copy the full SHA
    a9805ee View commit details
  3. docs: escape underscore so it is not rendered as italic

    benmccann committed Apr 2, 2025
    Copy the full SHA
    12925fb View commit details
  4. docs: avoid using titles that have _ in them (#13660)

    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    eltigerchino and benmccann authored Apr 2, 2025
    Copy the full SHA
    564500b View commit details
  5. Version Packages (#13632)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 2, 2025
    Copy the full SHA
    fa29a79 View commit details
  6. docs: shorten header

    benmccann committed Apr 2, 2025
    Copy the full SHA
    d59d78c View commit details
  7. chore: upgrade @sveltejs/adapter-cloudflare to version 7 (#13661)

    benmccann authored Apr 2, 2025
    Copy the full SHA
    01a2681 View commit details
  8. Version Packages (#13662)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 2, 2025
    Copy the full SHA
    84eb6c2 View commit details
Loading