|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +- Nothing yet! |
| 11 | + |
| 12 | +## [0.1.10] - 2021-03-25 |
| 13 | + |
| 14 | +### Fixed |
| 15 | + |
| 16 | +- Fix divide-style not generating, and divide-width not handling '0' properly ([#157](https://github.com/tailwindlabs/tailwindcss-jit/pull/157)) |
| 17 | + |
| 18 | +## [0.1.9] - 2021-03-25 |
| 19 | + |
| 20 | +### Fixed |
| 21 | + |
| 22 | +- Respect order of sibling declarations when mixing `@apply` with regular CSS properties ([#155](https://github.com/tailwindlabs/tailwindcss-jit/pull/155)) |
| 23 | + |
| 24 | +## [0.1.8] - 2021-03-24 |
| 25 | + |
| 26 | +### Added |
| 27 | + |
| 28 | +- Direct support for @import 'tailwindcss/{layer}' syntax ([#145](https://github.com/tailwindlabs/tailwindcss-jit/pull/145)) |
| 29 | +- Support for custom extractors ([#125](https://github.com/tailwindlabs/tailwindcss-jit/pull/125)) |
| 30 | + |
| 31 | +### Fixed |
| 32 | + |
| 33 | +- Fix `@apply` with animation utilities stripping keyframe names ([#150](https://github.com/tailwindlabs/tailwindcss-jit/pull/150)) |
| 34 | +- Fix using `@apply` multiple times within a single rule ([#151](https://github.com/tailwindlabs/tailwindcss-jit/pull/151)) |
| 35 | + |
| 36 | +## [0.1.7] - 2021-03-22 |
| 37 | + |
| 38 | +### Fixed |
| 39 | + |
| 40 | +- Clone nodes to prevent bugs related to rule cache mutation ([#141](https://github.com/tailwindlabs/tailwindcss-jit/pull/141)) |
| 41 | + |
| 42 | + |
| 43 | +## [0.1.6] - 2021-03-22 |
| 44 | + |
| 45 | +### Fixed |
| 46 | + |
| 47 | +- Add initial support for recursive `@apply` ([#136](https://github.com/tailwindlabs/tailwindcss-jit/pull/136)) |
| 48 | + |
| 49 | +## [0.1.5] - 2021-03-20 |
| 50 | + |
| 51 | +### Fixed |
| 52 | + |
| 53 | +- Fix extending gradient colors directly ([#127](https://github.com/tailwindlabs/tailwindcss-jit/pull/127)) |
| 54 | + |
| 55 | +## [0.1.4] - 2021-03-19 |
| 56 | + |
| 57 | +### Added |
| 58 | + |
| 59 | +- Support arbitrary values for `transition-duration` ([#99](https://github.com/tailwindlabs/tailwindcss-jit/pull/99)) |
| 60 | +- Support completely arbitrary values for `margin` ([#105](https://github.com/tailwindlabs/tailwindcss-jit/pull/105)) |
| 61 | +- Support CSS custom properties in arbitrary values ([d628fbc](https://github.com/tailwindlabs/tailwindcss-jit/commit/d628fbc3d393267ce3d1a1d11eed6c3025e6b8f0)) |
| 62 | +- Support completely arbitrary values for `inset` ([3ea5421](https://github.com/tailwindlabs/tailwindcss-jit/commit/3ea542170c8631afbfaf5ea341e9860178cf9843) |
| 63 | +- Support completely arbitrary `width`/`height`/`min-width`/`max-width`/`min-height`/`max-height` ([76ba529](https://github.com/tailwindlabs/tailwindcss-jit/commit/76ba529d3b120481d153066d348b5dc316cc581f), [6e55976](https://github.com/tailwindlabs/tailwindcss-jit/commit/6e55976ed9c86cc749509c239c751af066d57152)) |
| 64 | + |
| 65 | +### Fixed |
| 66 | + |
| 67 | +- Fix issues when project paths have spaces ([#106](https://github.com/tailwindlabs/tailwindcss-jit/pull/106)) |
| 68 | +- Fix negative classes when using a prefix ([#114](https://github.com/tailwindlabs/tailwindcss-jit/pull/114)) |
| 69 | +- Fix issues with Windows-style paths ([#118](https://github.com/tailwindlabs/tailwindcss-jit/pull/118)) |
| 70 | +- Ensure commas are escaped when applying variants ([#119](https://github.com/tailwindlabs/tailwindcss-jit/pull/119) |
| 71 | + |
| 72 | +## [0.1.3] - 2021-03-17 |
| 73 | + |
| 74 | +### Fixed |
| 75 | + |
| 76 | +- Escape commas in class names to workaround minifier bug ([#91](https://github.com/tailwindlabs/tailwindcss-jit/pull/91)) |
| 77 | + |
| 78 | +## [0.1.2] - 2021-03-17 |
| 79 | + |
| 80 | +### Fixed |
| 81 | + |
| 82 | +- Don't apply !important to direct children of at-rules or in keyframes ([#69](https://github.com/tailwindlabs/tailwindcss-jit/pull/69)) |
| 83 | +- Fix handling of outline offsets ([#89](https://github.com/tailwindlabs/tailwindcss-jit/pull/89)) |
| 84 | + |
| 85 | +## [0.1.1] - 2021-03-15 |
| 86 | + |
| 87 | +### Fixed |
| 88 | + |
| 89 | +- Don't collapse adjacent `@font-face` rules ([#30](https://github.com/tailwindlabs/tailwindcss-jit/pull/30)) |
| 90 | + |
| 91 | +## [0.1.0] - 2021-03-15 |
| 92 | + |
| 93 | +### Added |
| 94 | + |
| 95 | +- Everything! |
| 96 | + |
| 97 | +[unreleased]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.10...HEAD |
| 98 | +[0.1.10]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.9...v0.1.10 |
| 99 | +[0.1.9]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.8...v0.1.9 |
| 100 | +[0.1.8]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.7...v0.1.8 |
| 101 | +[0.1.7]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.6...v0.1.7 |
| 102 | +[0.1.6]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.5...v0.1.6 |
| 103 | +[0.1.5]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.4...v0.1.5 |
| 104 | +[0.1.4]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.3...v0.1.4 |
| 105 | +[0.1.3]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.2...v0.1.3 |
| 106 | +[0.1.2]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.1...v0.1.2 |
| 107 | +[0.1.1]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.0...v0.1.1 |
| 108 | +[0.1.0]: https://github.com/tailwindlabs/tailwindcss-jit/releases/tag/v0.1.0 |
0 commit comments