|
| 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.13] - 2021-03-27 |
| 13 | + |
| 14 | +### Fixed |
| 15 | + |
| 16 | +- Fix infinite recursion issue with TypeScript syntax ([#167](https://github.com/tailwindlabs/tailwindcss-jit/pull/167)) |
| 17 | + |
| 18 | +## [0.1.12] - 2021-03-26 |
| 19 | + |
| 20 | +### Fixed |
| 21 | + |
| 22 | +- Support custom modifiers with double dashes ([#164](https://github.com/tailwindlabs/tailwindcss-jit/pull/164)) |
| 23 | + |
| 24 | +## [0.1.11] - 2021-03-26 |
| 25 | + |
| 26 | +### Added |
| 27 | + |
| 28 | +- Add explicit errors for unsupported `@apply` in nested CSS ([#161](https://github.com/tailwindlabs/tailwindcss-jit/pull/161)) |
| 29 | +- Add `TAILWIND_DISABLE_TOUCH` environment flag for using native bundler dependency tracking for template files (very experimental/unstable, only works in webpack 5) ([#162](https://github.com/tailwindlabs/tailwindcss-jit/pull/162)) |
| 30 | +- Add `TAILWIND_TOUCH_ROOT` environment variable for overriding default touch file location (advanced) ([#152](https://github.com/tailwindlabs/tailwindcss-jit/pull/152)) |
| 31 | + |
| 32 | +## [0.1.10] - 2021-03-25 |
| 33 | + |
| 34 | +### Fixed |
| 35 | + |
| 36 | +- Fix divide-style not generating, and divide-width not handling '0' properly ([#157](https://github.com/tailwindlabs/tailwindcss-jit/pull/157)) |
| 37 | + |
| 38 | +## [0.1.9] - 2021-03-25 |
| 39 | + |
| 40 | +### Fixed |
| 41 | + |
| 42 | +- Respect order of sibling declarations when mixing `@apply` with regular CSS properties ([#155](https://github.com/tailwindlabs/tailwindcss-jit/pull/155)) |
| 43 | + |
| 44 | +## [0.1.8] - 2021-03-24 |
| 45 | + |
| 46 | +### Added |
| 47 | + |
| 48 | +- Direct support for @import 'tailwindcss/{layer}' syntax ([#145](https://github.com/tailwindlabs/tailwindcss-jit/pull/145)) |
| 49 | +- Support for custom extractors ([#125](https://github.com/tailwindlabs/tailwindcss-jit/pull/125)) |
| 50 | + |
| 51 | +### Fixed |
| 52 | + |
| 53 | +- Fix `@apply` with animation utilities stripping keyframe names ([#150](https://github.com/tailwindlabs/tailwindcss-jit/pull/150)) |
| 54 | +- Fix using `@apply` multiple times within a single rule ([#151](https://github.com/tailwindlabs/tailwindcss-jit/pull/151)) |
| 55 | + |
| 56 | +## [0.1.7] - 2021-03-22 |
| 57 | + |
| 58 | +### Fixed |
| 59 | + |
| 60 | +- Clone nodes to prevent bugs related to rule cache mutation ([#141](https://github.com/tailwindlabs/tailwindcss-jit/pull/141)) |
| 61 | + |
| 62 | + |
| 63 | +## [0.1.6] - 2021-03-22 |
| 64 | + |
| 65 | +### Fixed |
| 66 | + |
| 67 | +- Add initial support for recursive `@apply` ([#136](https://github.com/tailwindlabs/tailwindcss-jit/pull/136)) |
| 68 | + |
| 69 | +## [0.1.5] - 2021-03-20 |
| 70 | + |
| 71 | +### Fixed |
| 72 | + |
| 73 | +- Fix extending gradient colors directly ([#127](https://github.com/tailwindlabs/tailwindcss-jit/pull/127)) |
| 74 | + |
| 75 | +## [0.1.4] - 2021-03-19 |
| 76 | + |
| 77 | +### Added |
| 78 | + |
| 79 | +- Support arbitrary values for `transition-duration` ([#99](https://github.com/tailwindlabs/tailwindcss-jit/pull/99)) |
| 80 | +- Support completely arbitrary values for `margin` ([#105](https://github.com/tailwindlabs/tailwindcss-jit/pull/105)) |
| 81 | +- Support CSS custom properties in arbitrary values ([d628fbc](https://github.com/tailwindlabs/tailwindcss-jit/commit/d628fbc3d393267ce3d1a1d11eed6c3025e6b8f0)) |
| 82 | +- Support completely arbitrary values for `inset` ([3ea5421](https://github.com/tailwindlabs/tailwindcss-jit/commit/3ea542170c8631afbfaf5ea341e9860178cf9843) |
| 83 | +- 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)) |
| 84 | + |
| 85 | +### Fixed |
| 86 | + |
| 87 | +- Fix issues when project paths have spaces ([#106](https://github.com/tailwindlabs/tailwindcss-jit/pull/106)) |
| 88 | +- Fix negative classes when using a prefix ([#114](https://github.com/tailwindlabs/tailwindcss-jit/pull/114)) |
| 89 | +- Fix issues with Windows-style paths ([#118](https://github.com/tailwindlabs/tailwindcss-jit/pull/118)) |
| 90 | +- Ensure commas are escaped when applying variants ([#119](https://github.com/tailwindlabs/tailwindcss-jit/pull/119) |
| 91 | + |
| 92 | +## [0.1.3] - 2021-03-17 |
| 93 | + |
| 94 | +### Fixed |
| 95 | + |
| 96 | +- Escape commas in class names to workaround minifier bug ([#91](https://github.com/tailwindlabs/tailwindcss-jit/pull/91)) |
| 97 | + |
| 98 | +## [0.1.2] - 2021-03-17 |
| 99 | + |
| 100 | +### Fixed |
| 101 | + |
| 102 | +- Don't apply !important to direct children of at-rules or in keyframes ([#69](https://github.com/tailwindlabs/tailwindcss-jit/pull/69)) |
| 103 | +- Fix handling of outline offsets ([#89](https://github.com/tailwindlabs/tailwindcss-jit/pull/89)) |
| 104 | + |
| 105 | +## [0.1.1] - 2021-03-15 |
| 106 | + |
| 107 | +### Fixed |
| 108 | + |
| 109 | +- Don't collapse adjacent `@font-face` rules ([#30](https://github.com/tailwindlabs/tailwindcss-jit/pull/30)) |
| 110 | + |
| 111 | +## [0.1.0] - 2021-03-15 |
| 112 | + |
| 113 | +### Added |
| 114 | + |
| 115 | +- Everything! |
| 116 | + |
| 117 | +[unreleased]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.13...HEAD |
| 118 | +[0.1.13]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.12...v0.1.13 |
| 119 | +[0.1.12]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.11...v0.1.12 |
| 120 | +[0.1.11]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.10...v0.1.11 |
| 121 | +[0.1.10]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.9...v0.1.10 |
| 122 | +[0.1.9]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.8...v0.1.9 |
| 123 | +[0.1.8]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.7...v0.1.8 |
| 124 | +[0.1.7]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.6...v0.1.7 |
| 125 | +[0.1.6]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.5...v0.1.6 |
| 126 | +[0.1.5]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.4...v0.1.5 |
| 127 | +[0.1.4]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.3...v0.1.4 |
| 128 | +[0.1.3]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.2...v0.1.3 |
| 129 | +[0.1.2]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.1...v0.1.2 |
| 130 | +[0.1.1]: https://github.com/tailwindlabs/tailwindcss-jit/compare/v0.1.0...v0.1.1 |
| 131 | +[0.1.0]: https://github.com/tailwindlabs/tailwindcss-jit/releases/tag/v0.1.0 |
0 commit comments