Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency tailwind-merge to v2 #474

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tailwind-merge ^1.12.0 -> ^2.0.0 age adoption passing confidence

Release Notes

dcastil/tailwind-merge (tailwind-merge)

v2.5.4

Compare Source

Bug Fixes

Full Changelog: dcastil/tailwind-merge@v2.5.3...v2.5.4

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow and @​codecov for sponsoring tailwind-merge! ❤️

v2.5.3

Compare Source

Bug Fixes
Documentation
Other

Full Changelog: dcastil/tailwind-merge@v2.5.2...v2.5.3

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​xeger and @​MrDeatHHH for sponsoring tailwind-merge! ❤️

v2.5.2

Compare Source

v2.5.1

Compare Source

Bug Fixes

Full Changelog: dcastil/tailwind-merge@v2.5.0...v2.5.1

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco and @​jamaluddinrumi for sponsoring tailwind-merge! ❤️

v2.5.0

Compare Source

New Features
Bug Fixes

Full Changelog: dcastil/tailwind-merge@v2.4.0...v2.5.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy and @​jamesreaco for sponsoring tailwind-merge! ❤️

v2.4.0

Compare Source

New Features
Documentation
Other

Full Changelog: dcastil/tailwind-merge@v2.3.0...v2.4.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco and @​microsoft for sponsoring tailwind-merge! ❤️

v2.3.0

Compare Source

New Features
Documentation

Full Changelog: dcastil/tailwind-merge@v2.2.2...v2.3.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy and @​jamesreaco for sponsoring tailwind-merge! ❤️

v2.2.2

Compare Source

v2.2.1

Compare Source

Bug Fixes

Full Changelog: dcastil/tailwind-merge@v2.2.0...v2.2.1

Thanks to @​brandonmcconnell, @​manavm1990 and @​langy for sponsoring tailwind-merge! ❤️

v2.2.0

Compare Source

New Features

Full Changelog: dcastil/tailwind-merge@v2.1.0...v2.2.0

Thanks to @​brandonmcconnell, @​manavm1990, @​ErwinAI and @​langy for sponsoring tailwind-merge! ❤️

v2.1.0

Compare Source

New Features
Bug Fixes
Documentation

Full Changelog: dcastil/tailwind-merge@v2.0.0...v2.1.0

Thanks to @​brandonmcconnell, @​manavm1990, @​ErwinAI and @​langy for sponsoring tailwind-merge! ❤️

v2.0.0

Compare Source

The tailwind-merge v2 release has been sitting here almost finished for 2 months already. But the timing was never quite right, especially thinking about the increased support needed after the release. In the meantime, the product of the company I work at launched in public beta and I married. Thank you for your patience.

This release focuses on making it easier to configure the library for new users. Check out the migration guide and if you have any questions, feel free to create an issue.

Breaking Changes
New Features
Bug Fixes
Documentation

Full Changelog: dcastil/tailwind-merge@v1.14.0...v2.0.0

Thanks to @​quezlatch, @​brandonmcconnell, @​manavm1990 and @​ErwinAI for sponsoring tailwind-merge! ❤️

v1.14.0

Compare Source

New Features
  • Improve support for arbitrary values by @​dcastil in https://github.com/dcastil/tailwind-merge/pull/263
    • Previously, tailwind-merge checked the content of the arbitrary value portion of a class in most cases to understand whether the type of the arbitrary value is correct (e.g. it checked for number followed by length unit for the length type). That lead to the issue that a class like mt-[calc(theme(fontSize.4xl)/1.125)] would not be recognized correctly because no length unit is present in the arbitrary value.
    • I changed the check of the arbitrary value to also pass when a calc(), min(), max() and clamp() function is used in the arbitrary value.
    • In ambiguous cases, you can use data type labels to mark the type of a class. Read more
    • Moreover, I removed the check where the type of the arbitrary value is unambiguous. In the class mt-[…] the arbitrary value can only be a length, so I don't check for it. A consequence of this is that if you use non-Tailwind classes like mt-[this-is-totally-not-tailwind], tailwind-merge will recognize it as a Tailwind class from now on. Please don't use classes that look like Tailwind classes with arbitrary value but aren't Tailwind classes with tailwind-merge (in default config) to prevent incorrect merging behavior.
Bug Fixes
Documentation

Full Changelog: dcastil/tailwind-merge@v1.13.2...v1.14.0

v1.13.2

Compare Source

Bug Fixes
Documentation

Full Changelog: dcastil/tailwind-merge@v1.13.1...v1.13.2

Thanks to @​bluetch for sponsoring tailwind-merge! ❤️

v1.13.1

Compare Source

Bug Fixes

Full Changelog: dcastil/tailwind-merge@v1.13.0...v1.13.1

v1.13.0

Compare Source

This release focuses on improvements to the docs.

Bug Fixes
Documentation
Other

Full Changelog: dcastil/tailwind-merge@v1.12.0...v1.13.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 30, 2023
@renovate renovate bot changed the title fix(deps): update dependency tailwind-merge to v2 Update dependency tailwind-merge to v2 Jan 23, 2024
@renovate renovate bot changed the title Update dependency tailwind-merge to v2 fix(deps): update dependency tailwind-merge to v2 Feb 1, 2024
@renovate renovate bot changed the title fix(deps): update dependency tailwind-merge to v2 Update dependency tailwind-merge to v2 Feb 21, 2024
@renovate renovate bot changed the title Update dependency tailwind-merge to v2 fix(deps): update dependency tailwind-merge to v2 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/tailwind-merge-2.x branch from b57027c to f02c04f Compare April 14, 2024 09:25
@renovate renovate bot force-pushed the renovate/tailwind-merge-2.x branch from f02c04f to 2f0b0ed Compare April 17, 2024 07:18
@renovate renovate bot changed the title fix(deps): update dependency tailwind-merge to v2 Update dependency tailwind-merge to v2 May 7, 2024
@renovate renovate bot changed the title Update dependency tailwind-merge to v2 fix(deps): update dependency tailwind-merge to v2 Jun 11, 2024
@renovate renovate bot changed the title fix(deps): update dependency tailwind-merge to v2 Update dependency tailwind-merge to v2 Jun 30, 2024
@renovate renovate bot changed the title Update dependency tailwind-merge to v2 fix(deps): update dependency tailwind-merge to v2 Jul 7, 2024
@renovate renovate bot changed the title fix(deps): update dependency tailwind-merge to v2 Update dependency tailwind-merge to v2 Aug 10, 2024
@renovate renovate bot changed the title Update dependency tailwind-merge to v2 fix(deps): update dependency tailwind-merge to v2 Aug 15, 2024
@renovate renovate bot changed the title fix(deps): update dependency tailwind-merge to v2 Update dependency tailwind-merge to v2 Sep 3, 2024
@renovate renovate bot changed the title Update dependency tailwind-merge to v2 fix(deps): update dependency tailwind-merge to v2 Sep 25, 2024
@renovate renovate bot changed the title fix(deps): update dependency tailwind-merge to v2 Update dependency tailwind-merge to v2 Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants