Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisermann committed Dec 10, 2022
1 parent 537b975 commit 83ee372
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# [5.0.0](https://github.com/sveltejs/svelte-preprocess/compare/v4.10.5...v5.0.0) (2022-12-10)


### Bug Fixes

* 🐛 add sugarss v3 and v4 as supported ([3f2687b](https://github.com/sveltejs/svelte-preprocess/commit/3f2687bc2c3036c96a95a0d491a9491f18e5c28f))
* 🐛 remove support for 'type' attribute ([07bc8aa](https://github.com/sveltejs/svelte-preprocess/commit/07bc8aae571300413c52af05554b08451d338443))
* 🐛 remove support for custom default languages ([3d60856](https://github.com/sveltejs/svelte-preprocess/commit/3d6085611120895b5527f4e17868105d6ec81c4d))
* add pug const mixin ([#518](https://github.com/sveltejs/svelte-preprocess/issues/518)) ([0551a9b](https://github.com/sveltejs/svelte-preprocess/commit/0551a9b557ee18bb05a3e9021a8c9aa1f7b8c665)), closes [#467](https://github.com/sveltejs/svelte-preprocess/issues/467)
* map .sss as .css to support sugarss extension ([2c0bd45](https://github.com/sveltejs/svelte-preprocess/commit/2c0bd4561fc3dd53ff525509925bcc9c5f7b436b))
* paths in postcss sourcemap sources array ([#500](https://github.com/sveltejs/svelte-preprocess/issues/500)) ([2027375](https://github.com/sveltejs/svelte-preprocess/commit/2027375969255d11708340ee40eb2e3ded7ddb35))
* preserve `[@font-face](https://github.com/font-face)` inside `:global` block ([#486](https://github.com/sveltejs/svelte-preprocess/issues/486)) ([8064473](https://github.com/sveltejs/svelte-preprocess/commit/8064473ae107f6e2d34eb9590e4befa70ce4618c)), closes [#236](https://github.com/sveltejs/svelte-preprocess/issues/236)
* stylus - handle relative sourcemap sources([#513](https://github.com/sveltejs/svelte-preprocess/issues/513)) ([77bd3bf](https://github.com/sveltejs/svelte-preprocess/commit/77bd3bf69554afbc45d6f1e34a4eb5abf398a933))


### Features

* 🎸 bump minimum node version to 14 ([2806ada](https://github.com/sveltejs/svelte-preprocess/commit/2806ada4659b11a1f37c987e2b52d47864cca305))
* drop Node 10 and 12. Add 16 and 18 ([#561](https://github.com/sveltejs/svelte-preprocess/issues/561)) ([ba4299d](https://github.com/sveltejs/svelte-preprocess/commit/ba4299de98a2f7daba5b2a58ce4c39b2a66f2c41))


### Performance Improvements

* ⚡️ remove support for deprecated node-sass ([a617fe1](https://github.com/sveltejs/svelte-preprocess/commit/a617fe13b0922188346775475325ab8af83c56f7))


### BREAKING CHANGES

* 🧨 Languages must be explicitly defined via the lang attribute.
* 🧨 Minimum node version was bumped from 9 to 14
* 🧨 Cannot use "type" attribute to identify the language of a style or
script tag anymore. Use `lang` instead
* 🧨 node-sass is not supported anymore. Use `sass` instead
* minimum node version changed to v14



# [5.0.0-alpha.1](https://github.com/sveltejs/svelte-preprocess/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2022-12-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-preprocess",
"version": "5.0.0-alpha.1",
"version": "5.0.0",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 83ee372

Please sign in to comment.