Skip to content

Releases: macklinu/cx

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Feb 16:16

Major Changes

  • 1b4668d: Upgrade tailwind-merge@^3 and Node 24

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Jan 15:49

Major Changes

  • 77d0ac5: Replace implementation with clsx and tailwind-merge

    Major changes:

    • Only support Node.js >=18
    • Replace default export with named export
    - import cx from '@macklinu/cx'
    + import { cx } from '@macklinu/cx'
    • Replace implementation with clsx and tailwind-merge, which may result in some minor breaking changes (at least according to me running the unit tests 4 years later 😂).

v1.0.4

Choose a tag to compare

@macklinu macklinu released this 12 Aug 22:30
8d59443
  • Fix incorrect source entry point d02e5b1

v1.0.3...vpatch

v1.0.3

v1.0.3 Pre-release
Pre-release

Choose a tag to compare

@macklinu macklinu released this 12 Aug 22:27
4dfbe22
  • Try to publish with np again dc8f419

v1.0.2...v1.0.3

v1.0.2

v1.0.2 Pre-release
Pre-release

Choose a tag to compare

@macklinu macklinu released this 12 Aug 22:22
6486d2c

Still learning how to use np 😅

v1.0.1...v1.0.2

v1.0.1

v1.0.1 Pre-release
Pre-release

Choose a tag to compare

@macklinu macklinu released this 12 Aug 22:20
7ee52a9

v1.0.0 didn't publish properly, so trying again.