Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Jan 15:49
· 7 commits to main since this release

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 😂).