You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix defining colors as functions when color opacity plugins are disabled ([#5470](https://github.com/tailwindlabs/tailwindcss/pull/5470))
26
+
27
+
## [2.2.15] - 2021-09-10
28
+
29
+
### Fixed
30
+
31
+
- Ensure using CLI without `-i` for input file continues to work even though deprecated ([#5464](https://github.com/tailwindlabs/tailwindcss/pull/5464))
32
+
33
+
## [2.2.14] - 2021-09-08
34
+
35
+
### Fixed
36
+
37
+
- Only use `@defaults` in JIT, switch back to `clean-css` in case there's any meaningful differences in the output ([bf248cb](https://github.com/tailwindlabs/tailwindcss/commit/bf248cb0de889d48854fbdd26536f4a492556efd))
38
+
39
+
## [2.2.13] - 2021-09-08
40
+
41
+
### Fixed
42
+
43
+
- Replace `clean-css` with `cssnano` for CDN builds to fix minified builds ([75cc3ca](https://github.com/tailwindlabs/tailwindcss/commit/75cc3ca305aedddc8a85f3df1a420fefad3fb5c4))
44
+
45
+
## [2.2.12] - 2021-09-08
46
+
47
+
### Fixed
48
+
49
+
- Ensure that divide utilities inject a default border color ([#5438](https://github.com/tailwindlabs/tailwindcss/pull/5438))
50
+
51
+
## [2.2.11] - 2021-09-07
52
+
53
+
### Fixed
54
+
55
+
- Rebundle to fix missing CLI peer dependencies
26
56
27
57
## [2.2.10] - 2021-09-06
28
58
@@ -47,13 +77,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
77
### Fixed
48
78
49
79
- Improve accessibility of default link focus styles in Firefox ([#5082](https://github.com/tailwindlabs/tailwindcss/pull/5082))
0 commit comments