Skip to content

Commit 763d46f

Browse files
committed
chore(release): v4.0.0-alpha.2 🎉
1 parent 4426bbf commit 763d46f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# [4.0.0-alpha.2](https://github.com/sveltejs/svelte-preprocess/compare/v3.9.12...v4.0.0-alpha.2) (2020-07-06)
2+
3+
4+
### Bug Fixes
5+
6+
* 🐛 bump minimum node version to 9.11.2 ([0befa7f](https://github.com/sveltejs/svelte-preprocess/commit/0befa7f4ff2aa3ba9f0129c3ed3994dd29fb991b))
7+
* 🐛 prevent globalify to wrongly split escaped selectors ([f461320](https://github.com/sveltejs/svelte-preprocess/commit/f461320ec05a534021afbe20de0fe097d1016871)), closes [#191](https://github.com/sveltejs/svelte-preprocess/issues/191)
8+
* 🐛 rename scss prepend option from `data` to `prependData` ([16b1325](https://github.com/sveltejs/svelte-preprocess/commit/16b13253bdf19073c084cb1590ed527695133836))
9+
10+
11+
### Code Refactoring
12+
13+
* 💡 remove deprecated autoProcess props ([3dce7e4](https://github.com/sveltejs/svelte-preprocess/commit/3dce7e432fb15fc27914f5e1524b46929d84bd2c))
14+
15+
16+
### Features
17+
18+
* 🎸 add sourceMap prop to configuration object ([a2505da](https://github.com/sveltejs/svelte-preprocess/commit/a2505da88ba025040d7069fd499c4d759a1fcb72))
19+
* 🎸 support defining default languages ([d86122f](https://github.com/sveltejs/svelte-preprocess/commit/d86122f41a5616b7053dce26d7cf7c58ee025e1d)), closes [#189](https://github.com/sveltejs/svelte-preprocess/issues/189)
20+
* 🎸 support markup preprocessing with no tags ([290ef98](https://github.com/sveltejs/svelte-preprocess/commit/290ef98aad8a218880f5c511d11ad562e1869b35))
21+
* 🎸 support prependData for almost every preprocessor ([ef5272e](https://github.com/sveltejs/svelte-preprocess/commit/ef5272eceae1237af26d18aaf209ec68c6c43c6e))
22+
23+
24+
### BREAKING CHANGES
25+
26+
* 🧨 This is a general evolution of the specific `scss.data` property that
27+
was used to prepend data to components written in scss.
28+
`{preprocessorOptions}.prependData` is now the way to prepend some
29+
string to any preprocessor.
30+
* 🧨 Node versions below 9.11.2 won't be supported anymore
31+
* 🧨 Uses Lookbehind assertions, so Node 9.11.2+ is needed
32+
* 🧨 Content passed through the `data` property won't be prepended anymore.
33+
* 🧨 `onBefore` and `transformers` were removed
34+
35+
36+
137
<<<<<<< HEAD
238
## [3.9.12](https://github.com/kaisermann/svelte-preprocess/compare/v3.9.11...v3.9.12) (2020-07-05)
339
=======

0 commit comments

Comments
 (0)