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
- Add
col-<number>
and row-<number>
utilities for grid-column
and grid-row
(#15183)
Fixed
- Ensure
not-*
does not remove :is(…)
from variants (#16825)
- Ensure
@keyframes
are correctly emitted when using a prefix (#16850)
- Don't swallow
@utility
declarations when @apply
is used in nested rules (#16940)
- Ensure
outline-hidden
behaves like outline-none
outside of forced colors mode (#16943)
- Allow
!important
on CSS variables again (#16873)
- Vite: Do not crash when encountering an
.svg
file with #
or ?
in the filename (#16957)
- Ensure utilities are properly detected within square brackets (#16306)
- Ensure utilities are properly detected using Angular's conditional class binding syntax (#16306)
- Ensure utilities starting with numbers are properly extracted from Slim templates (#16306)
- Discard arbitrary property candidates that have guaranteed-invalid property names (#16306)
Changed
- Removed
max-w-auto
and max-h-auto
utilities as they generate invalid CSS (#16917)
- Replaced the existing candidate extractor with a brand new extractor to improve maintainability, correctness, and performance (#16306)