All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Nothing yet!
0.1.18 - 2021-03-31
- Add support Svelte's
class:
syntax (#183)
0.1.17 - 2021-03-28
- Add support for prefix as a function (#177)
0.1.16 - 2021-03-28
- Add support for selectors in
important
option (#175)
0.1.15 - 2021-03-27
- Add
!font-bold
-style important modifier (#174)
0.1.14 - 2021-03-27
0.1.13 - 2021-03-27
- Fix infinite recursion issue with TypeScript syntax (#167)
0.1.12 - 2021-03-26
- Support custom modifiers with double dashes (#164)
0.1.11 - 2021-03-26
- Add explicit errors for unsupported
@apply
in nested CSS (#161) - Add
TAILWIND_DISABLE_TOUCH
environment flag for using native bundler dependency tracking for template files (very experimental/unstable, only works in webpack 5) (#162) - Add
TAILWIND_TOUCH_DIR
environment variable for overriding default touch file location (advanced) (#152)
0.1.10 - 2021-03-25
- Fix divide-style not generating, and divide-width not handling '0' properly (#157)
0.1.9 - 2021-03-25
- Respect order of sibling declarations when mixing
@apply
with regular CSS properties (#155)
0.1.8 - 2021-03-24
- Fix
@apply
with animation utilities stripping keyframe names (#150) - Fix using
@apply
multiple times within a single rule (#151)
0.1.7 - 2021-03-22
- Clone nodes to prevent bugs related to rule cache mutation (#141)
0.1.6 - 2021-03-22
- Add initial support for recursive
@apply
(#136)
0.1.5 - 2021-03-20
- Fix extending gradient colors directly (#127)
0.1.4 - 2021-03-19
- Support arbitrary values for
transition-duration
(#99) - Support completely arbitrary values for
margin
(#105) - Support CSS custom properties in arbitrary values (d628fbc)
- Support completely arbitrary values for
inset
(3ea5421 - Support completely arbitrary
width
/height
/min-width
/max-width
/min-height
/max-height
(76ba529, 6e55976)
- Fix issues when project paths have spaces (#106)
- Fix negative classes when using a prefix (#114)
- Fix issues with Windows-style paths (#118)
- Ensure commas are escaped when applying variants (#119
0.1.3 - 2021-03-17
- Escape commas in class names to workaround minifier bug (#91)
0.1.2 - 2021-03-17
- Don't apply !important to direct children of at-rules or in keyframes (#69)
- Fix handling of outline offsets (#89)
0.1.1 - 2021-03-15
- Don't collapse adjacent
@font-face
rules (#30)
0.1.0 - 2021-03-15
- Everything!