Skip to content

Releases: tailwindlabs/tailwindcss

v2.0.0-alpha.16

12 Nov 13:48

Choose a tag to compare

v2.0.0-alpha.16 Pre-release
Pre-release

Added

  • Enable focus, focus-within, and dark variants (when enabled) for all ring utilities by default (e0788ef)

v2.0.0-alpha.15

12 Nov 03:02

Choose a tag to compare

v2.0.0-alpha.15 Pre-release
Pre-release

Added

  • Added ring-inset utility for rendering rings as inset shadows (879f088)

Changed

  • ringWidth utilities always reset ring styles to ensure no accidental variable inheritance through the cascade (879f088)

v2.0.0-alpha.14

12 Nov 03:02

Choose a tag to compare

v2.0.0-alpha.14 Pre-release
Pre-release

Added

  • Enable focus-within for outline utilities by default (f6923b1)
  • Enable focus-within for ringWidth utilities by default (f6923b1)
  • Enable group-hover for boxShadow utilities by default (f6923b1)
  • Enable group-hover and focus-within for textDecoration utilities by default (f6923b1)

v2.0.0-alpha.13

11 Nov 13:30

Choose a tag to compare

v2.0.0-alpha.13 Pre-release
Pre-release

Added

  • Add support for default duration and timing function values whenever enabling transitions (#2755)

v2.0.0-alpha.12

10 Nov 19:27

Choose a tag to compare

v2.0.0-alpha.12 Pre-release
Pre-release

Fixed

  • Prevent boxShadow utilities from overriding ring shadows added by components like in the custom forms plugin (c3dd3b6)

v2.0.0-alpha.11

10 Nov 00:13

Choose a tag to compare

v2.0.0-alpha.11 Pre-release
Pre-release

Fixed

  • Convert none to 0 0 #0000 when used for shadows to ensure compatibility with ring utilities (4eecc27)

v2.0.0-alpha.10

09 Nov 21:44

Choose a tag to compare

v2.0.0-alpha.10 Pre-release
Pre-release

Added

  • Added new ring utilities (#2747)
  • Added 5 and 95 to opacity scale (#2747)

Changed

  • Removed shadow-outline, shadow-solid, and shadow-xs in favor of new ring API (#2747)

v2.0.0-alpha.9

07 Nov 20:17

Choose a tag to compare

v2.0.0-alpha.9 Pre-release
Pre-release

Added

  • Added shadow-solid utility, a 2px solid shadow that uses the current text color (369cfae)
  • Enable focus-within where useful by default (1a21f072)

Changed

  • Update shadow-outline to use the new blue (b078238)

v2.0.0-alpha.8

06 Nov 14:44

Choose a tag to compare

v2.0.0-alpha.8 Pre-release
Pre-release

Added

  • Add 11 to spacing scale (7f05204)
  • Add percentage-based height values (5259560)
  • Add indigo to the color palette by default (700866c)

Changed

  • Use coolGray as the default gray (700866c)

v2.0.0-alpha.7

05 Nov 12:43

Choose a tag to compare

v2.0.0-alpha.7 Pre-release
Pre-release

Changed

  • Revert upgrading to PostCSS 8 lol (we'll still migrate to PostCSS 8 before release... maybe.)