Skip to content

Releases: custardcream98/utility-class-components

v0.2.5

16 Apr 19:33
Compare
Choose a tag to compare

Published on npmjs

  • fixed issue not able to use parenthesis inside arbitarary values

v0.2.4

26 Jun 01:31
Compare
Choose a tag to compare

Published on npmjs

  • Changed React peerDependency version to be ">=17.0.0"
  • Refactored some codes

v0.2.3

20 Jun 14:38
Compare
Choose a tag to compare

Published on npmjs

  • Experimental Feature: Grouping Variants now can be nested

v0.2.2

20 Jun 14:37
Compare
Choose a tag to compare

Published on npmjs

  • Fixed some type issues

v0.2.1

18 Jun 18:12
Compare
Choose a tag to compare

Published on npmjs

  • Improved bundle size to be smaller (353KB -> 70.8KB)

v0.2.0

14 Jun 12:41
Compare
Choose a tag to compare

Published on npmjs

  • Added "Make sure certain props are not passed or rendered" feature.
    • example:
      const Box = utld.div<{ $isRed: boolean }>`
        ${({ $isRed }) => $isRed && "bg-red-500"}
        w-[100px]
        h-[100px]
      `;
      // `$isRed` prop will not be rendered in the DOM

v0.1.4

01 Jun 03:05
Compare
Choose a tag to compare

Published on npmjs

  • fixed some dependency issues

v0.1.3

30 May 05:57
Compare
Choose a tag to compare

Published on npmjs

v0.1.2

29 May 17:06
Compare
Choose a tag to compare

Published on npmjs

v0.1.1

29 May 15:44
Compare
Choose a tag to compare

Published on npmjs