|
1 | | -## [5.1.4](https://github.com/sveltejs/svelte-preprocess/compare/v5.1.3...v5.1.4) (2024-04-16) |
| 1 | +# [6.0.0](https://github.com/sveltejs/svelte-preprocess/compare/v5.1.4...v6.0.0) (2024-06-12) |
| 2 | + |
| 3 | +### BREAKING CHANGES |
2 | 4 |
|
| 5 | +- remove TS mixed imports support, require TS 5.0 or higher |
| 6 | +- remove `preserve` option as it's unnecessary |
| 7 | +- require Svelte 4+, Node 18+ |
| 8 | +- add exports map |
3 | 9 |
|
4 | 10 | ### Bug Fixes |
5 | 11 |
|
6 | | -* remove pnpm version restriction ([#629](https://github.com/sveltejs/svelte-preprocess/issues/629)) ([2713b82](https://github.com/sveltejs/svelte-preprocess/commit/2713b82d80cd6d40c1c12cebe31c4d25882bec13)) |
| 12 | +- adjust globalifySelector to not split selectors with parentheses. ([#632](https://github.com/sveltejs/svelte-preprocess/issues/632)) ([c435ebd](https://github.com/sveltejs/svelte-preprocess/commit/c435ebd633b9b5d461e8256b748a9f6b28680965)), closes [#501](https://github.com/sveltejs/svelte-preprocess/issues/501) |
| 13 | +- fix: allow TS filename to be undefined, fixes [#488](https://github.com/sveltejs/svelte-preprocess/issues/488) |
| 14 | +- fix: adjust Svelte compiler type import |
| 15 | +- fix: remove pug types and magic-string from dependencies |
| 16 | +- chore: bump peer deps, fixes [#553](https://github.com/sveltejs/svelte-preprocess/issues/553) |
7 | 17 |
|
| 18 | +## [5.1.4](https://github.com/sveltejs/svelte-preprocess/compare/v5.1.3...v5.1.4) (2024-04-16) |
8 | 19 |
|
| 20 | +### Bug Fixes |
9 | 21 |
|
10 | | -## [5.1.3](https://github.com/sveltejs/svelte-preprocess/compare/v5.1.2...v5.1.3) (2023-12-18) |
| 22 | +- remove pnpm version restriction ([#629](https://github.com/sveltejs/svelte-preprocess/issues/629)) ([2713b82](https://github.com/sveltejs/svelte-preprocess/commit/2713b82d80cd6d40c1c12cebe31c4d25882bec13)) |
11 | 23 |
|
| 24 | +## [5.1.3](https://github.com/sveltejs/svelte-preprocess/compare/v5.1.2...v5.1.3) (2023-12-18) |
12 | 25 |
|
13 | 26 | ### Bug Fixes |
14 | 27 |
|
15 | | -* sass dependency list referencing source file in win32 ([#621](https://github.com/sveltejs/svelte-preprocess/issues/621)) ([209312f](https://github.com/sveltejs/svelte-preprocess/commit/209312fe258fc1dc5eb6f0d81937c6962ca8bafc)) |
16 | | - |
17 | | - |
| 28 | +- sass dependency list referencing source file in win32 ([#621](https://github.com/sveltejs/svelte-preprocess/issues/621)) ([209312f](https://github.com/sveltejs/svelte-preprocess/commit/209312fe258fc1dc5eb6f0d81937c6962ca8bafc)) |
18 | 29 |
|
19 | 30 | ## [5.1.2](https://github.com/sveltejs/svelte-preprocess/compare/v5.1.1...v5.1.2) (2023-12-12) |
20 | 31 |
|
|
0 commit comments