| Release list |
| 4.1.16 | RECENT | |
| 4.1.15 | | |
| 4.1.14 | | |
| 3.4.18 | | |
| 4.1.13 | | |
| 4.1.12 | | |
| 4.1.11 | | |
| 4.1.10 | | |
| 4.1.9 | | |
| 4.1.8 | | |
| 4.1.7 | | |
| 4.1.6 | | |
| 4.1.5 | | |
| 4.1.4 | 6m+ | |
| 4.1.3 | 6m+ | |
| 4.1.2 | 6m+ | |
| 4.1.1 | 6m+ | |
| 4.1.0 | 6m+ | |
| 4.0.17 | 6m+ | |
| 4.0.16 | 6m+ | |
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)