Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #13316

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Version Packages #13316

merged 1 commit into from
Jan 17, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 15, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@sveltejs/kit@2.16.0

Minor Changes

  • feat: add ability to invalidate a custom identifier on goto() (#13256)

  • feat: remove the postinstall script to support pnpm 10 (#13304)

    NOTE: users should add "prepare": "svelte-kit sync" to their package.json in order to avoid the following warning upon first running Vite:

    ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
    
        tsconfig.json:2:12:
          2 │   "extends": "./.svelte-kit/tsconfig.json",
            ╵              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
  • feat: provide PageProps and LayoutProps types (#13308)

Patch Changes

  • perf: shorten chunk file names (#13003)

  • fix: strip internal data before passing URL to reroute (#13092)

  • fix: support absolute URLs and reroutes with data-sveltekit-preload-code="viewport" (#12217)

  • fix: use current window.fetch for server load fetch requests (#13315)

  • fix: resolve symlinks when handling routes (#12740)

  • fix: prevent infinite reload when using the hash router and previewing /index.html (#13296)

  • fix: service worker base path in dev mode (#12577)

  • chore: error during development when using use:enhance with +server (#13197)

  • chore: add most common status codes to redirect() JS documentation (#13301)

  • fix: correctly link to assets inlined by the inlineStyleThreshold option (#13068)

  • fix: fall back to importing dynamic dependencies relative to SvelteKit package (#12532)

  • fix: use arrow function types over bound funcs (#12955)

  • fix: correctly navigate when hash router is enabled and the browser encodes extra hashes (#13321)

@sveltejs/adapter-node@5.2.12

Patch Changes

@sveltejs/adapter-vercel@5.5.3

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch 14 times, most recently from 8a4af41 to 067f538 Compare January 16, 2025 19:49
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 00604d4 to 86a3aa2 Compare January 17, 2025 09:09
dummdidumm pushed a commit that referenced this pull request Jan 17, 2025
followup to #13321 / #13316

This PR ensures only the hash of the URL is decoded so that any encoded hash character in the query parameters remains encoded.
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from 39d870a to 4bd6174 Compare January 17, 2025 10:38
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4bd6174 to a7e4984 Compare January 17, 2025 10:41
@dummdidumm dummdidumm merged commit 537cd1b into main Jan 17, 2025
@dummdidumm dummdidumm deleted the changeset-release/main branch January 17, 2025 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant