Skip to content

Releases: muhammadsammy/tailwindcss-classnames

tailwindcss-classnames v2.2.5

15 Oct 14:15
b424d77
Compare
Choose a tag to compare

Bug Fixes

  • stop using default config when input arg is provided (#290) (#291) (a25a815)

tailwindcss-classnames v2.2.4

07 Oct 17:20
1e6dac1
Compare
Choose a tag to compare

Bug Fixes

  • add condition when generating backdropHueRotate (9557847)
  • add condition when generating borderColor (3192ea8)
  • add condition when generating hueRotate (89c0b2e)

tailwindcss-classnames v2.2.3

21 Jul 16:48
b082157
Compare
Choose a tag to compare

Bug Fixes

tailwindcss-classnames v2.2.2

21 Jul 16:38
ae3123e
Compare
Choose a tag to compare

Bug Fixes

  • add self-baseline utility (6f3a05f)

tailwindcss-classnames v2.2.1

23 Jun 15:50
b571d76
Compare
Choose a tag to compare

Bug Fixes

tailwindcss-classnames v2.2.0

23 Jun 15:35
f55a6dc
Compare
Choose a tag to compare

Features

  • add 'content' utilities in JIT mode (47c04bd)
  • add blur-none by default (Closes #230) (7d317b7)
  • add caret-color utilities (5ecbcf3), closes #235
  • add exhaustive pseudo-class and pseudo-element variant support (#252) (9cb18e6)
  • add per-side border color utilities for JIT mode enabled configs (6ec97b9)
  • add support for the new background origin utils (2bc9840), closes #241
  • add universal shorthand color opacity syntax (38f27dd)

Bug Fixes

  • add missing classnames that does not have the opacity short hand suffix (a48e16b)
  • only generate classnames opacity short hand when JIT mode is enabled (75902d9)

tailwindcss-classnames v2.1.3

19 May 03:53
4fa1b4b
Compare
Choose a tag to compare

Bug Fixes

  • Fixed issues with theme.extend configurations are ignored for specific properties (c780aaa)

tailwindcss-classnames v2.1.2

06 May 21:48
87edfcb
Compare
Choose a tag to compare

Bug Fixes

  • performance: using clsx in place of classnames package (611a0f4), closes #126

tailwindcss-classnames v2.1.1

28 Apr 15:22
eabebb1
Compare
Choose a tag to compare

Bug Fixes

  • pseudoClasses formatted incorrectly with prefix (#213) (240476d)

tailwindcss-classnames v2.1.0

11 Apr 20:08
Compare
Choose a tag to compare

Features

  • jit: generate important (!) modifier before classnames (9a3b64f)
  • add box-decoration-break utilities (65416ca), closes #193
  • add isolation utilities (0529a87), closes #194
  • add mix-blend-mode and background-blend-mode utilities (#200) (a6c8e87), closes #195
  • add CSS Filters classnames (#198) (84a8c48)
  • add support for display : inline-table, list-item utilities (6a500af), closes #192
  • generate all variants when JIT mode is enabled (c95cef5)