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:
Fixed
- Correctly parse custom properties with strings containing semicolons (#18251)
- Upgrade: Migrate arbitrary modifiers without percentage signs to bare values (e.g.
/[0.16]
→ /16
) (#18184)
- Upgrade: Migrate CSS variable shorthands where fallback value contains function call (#18184)
- Upgrade: Migrate negative arbitrary values to negative bare values (e.g.
mb-[-32rem]
→ -mb-128
) (#18212)
- Upgrade: Do not migrate
blur
in wire:model.blur
(#18216)
- Don't add spaces around CSS dashed idents when formatting math expressions (#18220)