-
-
Notifications
You must be signed in to change notification settings - Fork 160
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: lukeed/clsx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 5 files changed
- 4 contributors
Commits on Jan 18, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 496db1d - Browse repository at this point
Copy the full SHA 496db1dView commit details
Commits on Feb 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4a4eadd - Browse repository at this point
Copy the full SHA 4a4eaddView commit details
Commits on Jul 15, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3ec8e9f - Browse repository at this point
Copy the full SHA 3ec8e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03e1cf9 - Browse repository at this point
Copy the full SHA 03e1cf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c520353 - Browse repository at this point
Copy the full SHA c520353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0949868 - Browse repository at this point
Copy the full SHA 0949868View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23b2ced - Browse repository at this point
Copy the full SHA 23b2cedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6232a9e - Browse repository at this point
Copy the full SHA 6232a9eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.1...v2.0.0