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
- Upgrade: Automatically convert arbitrary values to named values when possible (e.g.
h-[1lh]
to h-lh
) (#17831, #17854)
- Upgrade: Update dependencies in parallel for improved performance (#17898)
- Add detailed logging about
@source
directives, discovered files and scanned files when using DEBUG=*
(#17906, #17952)
- Add support for generating source maps in development (#17775)
Fixed
- Ensure negative arbitrary
scale
values generate negative values (#17831)
- Fix HAML extraction with embedded Ruby (#17846)
- Don't scan files for utilities when using
@reference
(#17836)
- Fix incorrectly replacing
_
with
in arbitrary modifier shorthand bg-red-500/(--my_opacity)
(#17889)
- Don't scan
.log
files for classes by default (#17906)
- Ensure that custom utilities applying other custom utilities don't swallow nested
@apply
rules (#17925)
- Download platform specific package if
optionalDependencies
are skipped (#17929)