Releases: tailwindlabs/tailwindcss
Releases · tailwindlabs/tailwindcss
Release list
v1.0.5
- Support built-in variants for utilities that include pseudo-elements (#970)
- Update several dependencies, including postcss-js which fixes an issue with using
!importantdirectly in Tailwind utility plugins
v1.0.4
- Increase precision of percentage width values to avoid 1px rounding issues in grid layouts (#961)
v1.0.3
- Throws an error when someone tries to use
@tailwind preflightinstead of@tailwind base, this is the source of many support requests
v1.0.2
- Fixes a bug where
@screenrules weren't bubbled properly when nested in plugins (#941)
v1.0.1
- Fixes a bug where global variants weren't properly merged (#911)
v1.0.0
v1.0.0-beta.9
v1.0.0-beta.10
v1.0.0-beta.8
- Adds
responsivevariants for the neworderutilities by default, should have been there all along