Skip to content

Releases: tailwindlabs/tailwindcss

v1.0.4

11 Jun 13:08

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

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

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

Choose a tag to compare

  • Fixes a bug where global variants weren't properly merged (#911)

v1.0.0

13 May 13:57

Choose a tag to compare

1.0.0

v1.0.0-beta.9

12 May 13:57

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

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

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

v1.0.0-beta.7

27 Apr 20:56

Choose a tag to compare

v1.0.0-beta.7 Pre-release
Pre-release
  • Fixes a bug where you couldn't extend the margin config (aac25d6)

v1.0.0-beta.6

27 Apr 15:59

Choose a tag to compare

v1.0.0-beta.6 Pre-release
Pre-release
  • Removed negativeMargin plugin, now the regular margin plugin supports generating negative classes (like -mx-6) by using negative keys in the config, like -6 (#865, upgrade guide)
  • Added support for negative inset (-top-6, -right-4) and z-index (-z-10) utilities, using the same negative key syntax supported by the margin plugin (#867, #875)
  • Add missing fractions as well as x/12 fractions to width scale (#646)
  • Add order utilities (#693)
  • Add cursor-text class by default (#795)
  • Make it possible to access your fully merged config file in JS (#877)