You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 🐛 bump minimum node version to 9.11.2 ([0befa7f](https://github.com/sveltejs/svelte-preprocess/commit/0befa7f4ff2aa3ba9f0129c3ed3994dd29fb991b))
* 🎸 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.
0 commit comments