Skip to content

Releases: tailwindlabs/tailwindcss

v1.0.6

01 Aug 00:05
Compare
Choose a tag to compare
  • Fixes issue where modifiers would mutate nested rules (#1053)

v1.0.5

11 Jul 12:16
Compare
Choose a tag to compare
  • 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

11 Jun 13:08
Compare
Choose a tag to compare
  • Increase precision of percentage width values to avoid 1px rounding issues in grid layouts (#961)

v1.0.3

01 Jun 19:52
Compare
Choose a tag to compare
  • 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

27 May 06:18
Compare
Choose a tag to compare
  • Fixes a bug where @screen rules weren't bubbled properly when nested in plugins (#941)

v1.0.1

13 May 17:37
Compare
Choose a tag to compare
  • Fixes a bug where global variants weren't properly merged (#911)

v1.0.0

13 May 13:57
Compare
Choose a tag to compare
1.0.0

v1.0.0-beta.9

12 May 13:57
Compare
Choose a tag to compare
v1.0.0-beta.9 Pre-release
Pre-release
  • 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

12 May 13:58
Compare
Choose a tag to compare
v1.0.0-beta.10 Pre-release
Pre-release
  • Use 9999 and -9999 for order-last and order-first utilities respectively (#906)

v1.0.0-beta.8

28 Apr 12:57
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release
  • Adds responsive variants for the new order utilities by default, should have been there all along