Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lukeed/clsx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.1
Choose a base ref
...
head repository: lukeed/clsx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 8 commits
  • 5 files changed
  • 4 contributors

Commits on Jan 18, 2023

  1. chore: add Tailwind readme section (#65)

    * Add usage with Tailwind documentation
    
    Add documentation on how to enable Tailwind IntelliSense inside `clsx` functions
    
    Fixes #64
    
    * Update readme.md
    
    Co-authored-by: Luke Edwards <luke.edwards05@gmail.com>
    
    * Update readme.md
    
    Co-authored-by: Luke Edwards <luke.edwards05@gmail.com>
    edgarlr and lukeed authored Jan 18, 2023
    Configuration menu
    Copy the full SHA
    496db1d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    4a4eadd View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. break: include "exports" map w/ "types" conditions (#57)

    The non-standard `package.json` field `module` was used. This pointed to
    a faux ESM file (Uses ESM syntax, but has a `.js` file extension in a
    package which doesn’t specify `"type": "module"`.
    
    ESM support was fixed by using the `.mjs` file extension for the ESM
    export and defining a proper `exports` field in `package.json.
    
    The types reflected a package that has the `module.exports.default`
    field. This was incorrect. The CommonJS types have now been fixed to use
    `export =`, which is the correct way to type modules that use
    `module.exports` assignments.
    
    Additional types were added for ESM support.
    remcohaszing authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    3ec8e9f View commit details
    Browse the repository at this point in the history
  2. chore: update pkg size

    - Closes #53
    lukeed committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    03e1cf9 View commit details
    Browse the repository at this point in the history
  3. chore: add numbers tests;

    - related #23
    lukeed committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    c520353 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0949868 View commit details
    Browse the repository at this point in the history
  5. 2.0.0-next.0

    lukeed committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    23b2ced View commit details
    Browse the repository at this point in the history
  6. 2.0.0

    lukeed committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    6232a9e View commit details
    Browse the repository at this point in the history
Loading