Skip to content

Latest commit

 

History

History
161 lines (81 loc) · 3.89 KB

CHANGELOG.md

File metadata and controls

161 lines (81 loc) · 3.89 KB

@sveltejs/package

2.3.5

Patch Changes

  • fix: use input tsconfig when calling emitDts (#12612)

  • chore(deps): update dependency chokidar to v4 (#12671)

2.3.4

Patch Changes

  • chore: configure provenance in a simpler manner (#12570)

2.3.3

Patch Changes

  • chore: package provenance (#12567)

2.3.2

Patch Changes

  • chore: add keywords for discovery in npm search (#12330)

2.3.1

Patch Changes

  • fix: don't strip lang="ts" tag in Svelte 5 (#12080)

2.3.0

Minor Changes

  • feat: add option to specify the tsconfig/jsconfig (#11698)

2.2.7

Patch Changes

  • chore: update chokidar to 3.6.0 (#11811)

2.2.6

Patch Changes

  • chore: bump svelte2tsx dependency to support generating types for .svelte.js/ts files (#11619)

2.2.5

Patch Changes

  • fix: improve warning when encountering import.meta.env (#11440)

2.2.4

Patch Changes

2.2.3

Patch Changes

  • fix: overwrite nodenext option when transpiling (#11092)

2.2.2

Patch Changes

  • fix: prevent crash on errors in watch mode (#10628)

2.2.1

Patch Changes

  • fix: delay emptying dist/ folder (#10514)

2.2.0

Minor Changes

  • feat: use Svelte 4 typings when packaging if dependencies allow it (#10328)

2.1.0

Minor Changes

  • feat: support Svelte 4 (#10225)

2.0.2

Patch Changes

  • fix: don't emit false positive export condition warning (#9109)

2.0.1

Patch Changes

  • fix: print version when running svelte-package --version (#9078)

2.0.0

Major Changes

  • breaking: remove package.json generation and package options from svelte.config.js. New default output directory is dist. Read the migration guide at #8922 to learn how to update (#8922)

1.0.2

Patch Changes

1.0.1

Patch Changes

  • fix: explicitly mark Node 17.x as not supported (#8174)

1.0.0

Major Changes

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

1.0.0-next.6

Patch Changes

  • feat: warn if svelte not found in dependencies or peerDependencies (#7685)

1.0.0-next.5

Patch Changes

  • fix check for undefined on application/ strip (#6932)

1.0.0-next.4

Patch Changes

  • fix: don't strip type="application/.." tags (#6887)

1.0.0-next.3

Patch Changes

  • feat: Support aliases set through kit.alias (#6350)

1.0.0-next.2

Patch Changes

  • breaking: require Node 16.14 (#6388)