Skip to content

Releases: tailwindlabs/tailwindcss

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)

v1.0.0-beta.4

29 Mar 17:33
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release
  • Add the container key to the scaffolded config file when generated with --full (#792)
  • Fixes an issue where the user's config object was being mutated during processing (only affects @bradlc 😅)
  • Fixes an issue where you couldn't use a closure to define theme sections under extend (#803)
  • Removes SFMono-Regular from the beginning of the default monospace font stack, it has no italic support and Menlo looks better anyways (#805)
  • Bumps node dependency to 8.9.0 so we can keep our default config file clean, 6.9.0 is EOL next month anyways

v1.0.0-beta.3

18 Mar 17:23
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release
  • Support lazy evaluation in theme.extend: #775
  • Use lighter default border color: #780
  • Revert #745 and use bolder for strong tags by default instead of fontWeight.bold: #782

v1.0.0-beta.2

16 Mar 23:42
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release
  • Fix issue where @screen didn't work at all 🙃(#773)
  • Closures in the theme section of the config file are now passed a theme function instead of an object (#774)