Release list |
4.1.11 | RECENT | |
4.1.10 | | |
4.1.9 | | |
4.1.8 | | |
4.1.7 | | |
4.1.6 | | |
4.1.5 | | |
4.1.4 | | |
4.1.3 | | |
4.1.2 | | |
4.1.1 | | |
4.1.0 | | |
4.0.17 | | |
4.0.16 | | |
4.0.15 | | |
4.0.14 | | |
4.0.13 | | |
4.0.12 | | |
4.0.11 | | |
4.0.10 | | |
Release notes:
Added
- Improve error messages when
@apply
fails (#18059)
Fixed
- Upgrade: Do not migrate declarations that look like candidates in
<style>
blocks (#18057, 18068)
- Upgrade: Don't error when looking for
tailwindcss
in pnpm monorepos (#18065)
- Upgrade: Don't error when updating dependencies in pnpm monorepos (#18065)
- Upgrade: Migrate deprecated
order-none
to order-0
(#18126)
- Support Leptos
class:
attributes when extracting classes (#18093)
- Fix "Cannot read properties of undefined" crash on malformed arbitrary value (#18133)
- Upgrade: Migrate
-mt-[0px]
to mt-[0px]
instead of the other way around (#18154)
- Fix Haml pre-processing crash when there is no
\n
at the end of the file (#18155)
- Ignore
.pnpm-store
folders by default (can be overridden by @source …
rules) (#18163)
- Fix PostCSS crash when calling
toJSON()
(#18083)