Releases: tailwindlabs/tailwindcss
Releases · tailwindlabs/tailwindcss
v1.0.6
- Fixes issue where modifiers would mutate nested rules (#1053)
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
!important
directly 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 preflight
instead of @tailwind base
, this is the source of many support requests
v1.0.2
- Fixes a bug where
@screen
rules 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-beta.9
- Add
bg-repeat-round
and bg-repeat-space
utilities (#879)
- Add
select-all
and select-auto
utilities (#885, 0fac54f)
- Make all utilities responsive by default (#901)
v1.0.0-beta.10
- Use
9999
and -9999
for order-last
and order-first
utilities respectively (#906)
v1.0.0-beta.8
- Adds
responsive
variants for the new order
utilities by default, should have been there all along