Skip to content

Releases: tailwindlabs/tailwindcss

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

v1.0.0-beta.7

27 Apr 20:56
Compare
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
Compare
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)

v1.0.0-beta.5

18 Apr 19:38
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release
  • Fix a bug where stroke and fill plugins didn't properly handle the next object syntax for color definitions (#821)
  • Fix a bug where you couldn't have comments near @apply directives (#847)
  • Make it possible to disable all core plugins using corePlugins: false (#849)
  • Make it possible to configure a single list of variants that applies to all utility plugins (#852)
  • Make it possible to whitelist which core plugins should be enabled (#853)