Skip to content

Releases: tailwindlabs/tailwindcss

v2.0.0-alpha.20

15 Nov 21:16
Compare
Choose a tag to compare
v2.0.0-alpha.20 Pre-release
Pre-release

Changed

  • Remove clearfix utility, recommend flow-root instead (#2766)

v2.0.0-alpha.19

14 Nov 00:53
Compare
Choose a tag to compare
v2.0.0-alpha.19 Pre-release
Pre-release

Fixed

  • Don't crash when color palette is empty (278c203)

v2.0.0-alpha.18

14 Nov 00:45
Compare
Choose a tag to compare
v2.0.0-alpha.18 Pre-release
Pre-release

Changed

  • black and white have been added to colors.js (b3ed724)

Fixed

  • Add support for colors as closures to ringColor and ringOffsetColor, previously would crash build (62a47f9)

v2.0.0-alpha.17

13 Nov 14:47
Compare
Choose a tag to compare
v2.0.0-alpha.17 Pre-release
Pre-release

Changed

  • Remove grid-gap fallbacks needed for old versions of Safari (5ec45fa)

v2.0.0-alpha.16

12 Nov 13:48
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)