-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(web): update dependency tailwind-merge to v2 #90
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
📦 Next.js Bundle Analysis for webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
b1c9d75
to
17042a1
Compare
📦 Next.js Bundle Analysis for webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
17042a1
to
fffbcef
Compare
📦 Next.js Bundle Analysis for webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
fffbcef
to
066b22c
Compare
066b22c
to
bf44c2e
Compare
bf44c2e
to
4ed9269
Compare
4ed9269
to
bf67f75
Compare
bf67f75
to
b2432e3
Compare
b2432e3
to
7bc6d94
Compare
7bc6d94
to
160a164
Compare
160a164
to
5ec3274
Compare
5ec3274
to
2ff81c9
Compare
2ff81c9
to
0fe985a
Compare
This PR contains the following updates:
1.14.0
->2.6.0
Release Notes
dcastil/tailwind-merge (tailwind-merge)
v2.6.0
Compare Source
New Features
Full Changelog: dcastil/tailwind-merge@v2.5.5...v2.6.0
Thanks to @brandonmcconnell, @manavm1990, @langy, @jamesreaco, @roboflow, @syntaxfm, @getsentry, @codecov, @sourcegraph, a private sponsor and more via @thnxdev for sponsoring tailwind-merge! ❤️
v2.5.5
Compare Source
Bug Fixes
Documentation
Full Changelog: dcastil/tailwind-merge@v2.5.4...v2.5.5
Thanks to @brandonmcconnell, @manavm1990, @langy, @jamesreaco, @roboflow, @syntaxfm, @getsentry, @codecov and more via @thnxdev for sponsoring 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
experimentalParseClassName
property in the config that allows you to customize how tailwind-merge recognizes classes. If you're interested, you can read how to use it in the inline JSDocs and subscribe to https://github.com/dcastil/tailwind-merge/issues/385 for upcoming more powerful low-level functionality.@babel/runtime
dependency by @dcastil in https://github.com/dcastil/tailwind-merge/pull/431tailwind-merge/es5
bundle anyway which I don't optimize for.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
ClassValidator
type to package exports by @dcastil in https://github.com/dcastil/tailwind-merge/pull/348Bug 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
background-image
andbackground-position
being merged incorrectly by @dcastil in https://github.com/dcastil/tailwind-merge/pull/300background-position
andbackground-size
can look very similar and Tailwind CSS uses the samebg-
prefix for both groups. This results in some limitations for tailwind-merge. If you use background position or background size with arbitrary values, please read this section about how to use them.extendTailwindMerge
by @dcastil in https://github.com/dcastil/tailwind-merge/pull/294conflictingClassGroupModifiers
in config non-optional by @dcastil in https://github.com/dcastil/tailwind-merge/pull/291module
field from package.json by @dcastil in https://github.com/dcastil/tailwind-merge/pull/289New Features
extendTailwindMerge
by @dcastil in https://github.com/dcastil/tailwind-merge/pull/294conflictingClassGroupModifiers
in config non-optional by @dcastil in https://github.com/dcastil/tailwind-merge/pull/291module
field from package.json by @dcastil in https://github.com/dcastil/tailwind-merge/pull/289Bug Fixes
background-image
andbackground-position
being merged incorrectly by @dcastil in https://github.com/dcastil/tailwind-merge/pull/300true
for empty strings by @dcastil in https://github.com/dcastil/tailwind-merge/pull/295Documentation
bg-size
andbg-position
class groups in docs by @dcastil in https://github.com/dcastil/tailwind-merge/pull/328Full Changelog: dcastil/tailwind-merge@v1.14.0...v2.0.0
Thanks to @quezlatch, @brandonmcconnell, @manavm1990 and @ErwinAI for sponsoring tailwind-merge! ❤️
Configuration
📅 Schedule: Branch creation - "after 10pm every weekend,before 5am every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.