- docs: update URLs for new svelte.dev site (#12857)
- docs: demonstrate sv migrate over prior commands (#12840)
-
fix: use input tsconfig when calling emitDts (#12612)
-
chore(deps): update dependency chokidar to v4 (#12671)
- chore: configure provenance in a simpler manner (#12570)
- chore: package provenance (#12567)
- chore: add keywords for discovery in npm search (#12330)
- fix: don't strip
lang="ts"
tag in Svelte 5 (#12080)
- feat: add option to specify the tsconfig/jsconfig (#11698)
- chore: update chokidar to 3.6.0 (#11811)
- chore: bump svelte2tsx dependency to support generating types for
.svelte.js/ts
files (#11619)
- fix: improve warning when encountering import.meta.env (#11440)
- chore: update primary branch from master to main (
47779436c5f6c4d50011d0ef8b2709a07c0fec5d
)
- fix: overwrite nodenext option when transpiling (#11092)
- fix: prevent crash on errors in watch mode (#10628)
- fix: delay emptying
dist/
folder (#10514)
- feat: use Svelte 4 typings when packaging if dependencies allow it (#10328)
- feat: support Svelte 4 (#10225)
- fix: don't emit false positive export condition warning (#9109)
- fix: print version when running
svelte-package --version
(#9078)
- breaking: remove
package.json
generation and package options fromsvelte.config.js
. New default output directory isdist
. Read the migration guide at #8922 to learn how to update (#8922)
- chore: update svelte2tsx (
50a3c5a6
)
- fix: explicitly mark Node 17.x as not supported (#8174)
First major release, see below for the history of changes that lead up to this. Starting from now all releases follow semver and changes will be listed as Major/Minor/Patch
- feat: warn if svelte not found in dependencies or peerDependencies (#7685)
- fix check for undefined on application/ strip (#6932)
- fix: don't strip
type="application/.."
tags (#6887)
- feat: Support aliases set through
kit.alias
(#6350)
- breaking: require Node 16.14 (#6388)