Skip to content

Releases: tailwindlabs/tailwindcss

v1.0.5

Choose a tag to compare

@adamwathan adamwathan released this 11 Jul 12:16
  • 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

Choose a tag to compare

@adamwathan adamwathan released this 11 Jun 13:08
  • Increase precision of percentage width values to avoid 1px rounding issues in grid layouts (#961)

v1.0.3

Choose a tag to compare

@adamwathan adamwathan released this 01 Jun 19:52
  • 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

Choose a tag to compare

@adamwathan adamwathan released this 27 May 06:18
  • Fixes a bug where @screen rules weren't bubbled properly when nested in plugins (#941)

v1.0.1

Choose a tag to compare

@adamwathan adamwathan released this 13 May 17:37
  • Fixes a bug where global variants weren't properly merged (#911)

v1.0.0

Choose a tag to compare

@adamwathan adamwathan released this 13 May 13:57
1.0.0

v1.0.0-beta.9

v1.0.0-beta.9 Pre-release
Pre-release

Choose a tag to compare

@adamwathan adamwathan released this 12 May 13:57
  • 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

v1.0.0-beta.10 Pre-release
Pre-release

Choose a tag to compare

@adamwathan adamwathan released this 12 May 13:58
  • Use 9999 and -9999 for order-last and order-first utilities respectively (#906)

v1.0.0-beta.8

v1.0.0-beta.8 Pre-release
Pre-release

Choose a tag to compare

@adamwathan adamwathan released this 28 Apr 12:57
  • Adds responsive variants for the new order utilities by default, should have been there all along

v1.0.0-beta.7

v1.0.0-beta.7 Pre-release
Pre-release

Choose a tag to compare

@adamwathan adamwathan released this 27 Apr 20:56
  • Fixes a bug where you couldn't extend the margin config (aac25d6)