Skip to content

Conversation

@Kosai106
Copy link
Contributor

No description provided.

@dcastil dcastil added documentation Improvements or additions to documentation context-v2 Related to tailwind-merge v2 labels Nov 20, 2023
Copy link
Owner

@dcastil dcastil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix! 🙏

@dcastil dcastil merged commit d93fe6f into dcastil:main Nov 20, 2023
@github-actions
Copy link

github-actions bot commented Dec 2, 2023

This was addressed in release v2.1.0.

diegohaz referenced this pull request in ariakit/ariakit Dec 2, 2023
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [tailwind-merge](https://togithub.com/dcastil/tailwind-merge) |
[`2.0.0` ->
`2.1.0`](https://renovatebot.com/diffs/npm/tailwind-merge/2.0.0/2.1.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/tailwind-merge/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tailwind-merge/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tailwind-merge/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tailwind-merge/2.0.0/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dcastil/tailwind-merge (tailwind-merge)</summary>

###
[`v2.1.0`](https://togithub.com/dcastil/tailwind-merge/releases/tag/v2.1.0)

[Compare
Source](https://togithub.com/dcastil/tailwind-merge/compare/v2.0.0...v2.1.0)

##### New Features

- Add `ClassValidator` type to package exports by
[@&#8203;dcastil](https://togithub.com/dcastil) in
[https://github.com/dcastil/tailwind-merge/pull/348](https://togithub.com/dcastil/tailwind-merge/pull/348)

##### Bug Fixes

- Fix display class not removed when it precedes line-clamp class by
[@&#8203;dcastil](https://togithub.com/dcastil) in
[https://github.com/dcastil/tailwind-merge/pull/347](https://togithub.com/dcastil/tailwind-merge/pull/347)

##### Documentation

- Fix curly bracket typo in config docs by
[@&#8203;Kosai106](https://togithub.com/Kosai106) in
[https://github.com/dcastil/tailwind-merge/pull/349](https://togithub.com/dcastil/tailwind-merge/pull/349)

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

Thanks to
[@&#8203;brandonmcconnell](https://togithub.com/brandonmcconnell),
[@&#8203;manavm1990](https://togithub.com/manavm1990),
[@&#8203;ErwinAI](https://togithub.com/ErwinAI) and
[@&#8203;langy](https://togithub.com/langy) for sponsoring
tailwind-merge! ❤️

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ariakit/ariakit).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
sebald referenced this pull request in sebald/pattern-analyzer Jan 8, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [tailwind-merge](https://togithub.com/dcastil/tailwind-merge) |
[`2.0.0` ->
`2.2.0`](https://renovatebot.com/diffs/npm/tailwind-merge/2.0.0/2.2.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/tailwind-merge/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tailwind-merge/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tailwind-merge/2.0.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tailwind-merge/2.0.0/2.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>dcastil/tailwind-merge (tailwind-merge)</summary>

###
[`v2.2.0`](https://togithub.com/dcastil/tailwind-merge/releases/tag/v2.2.0)

[Compare
Source](https://togithub.com/dcastil/tailwind-merge/compare/v2.1.0...v2.2.0)

##### New Features

- Add support for Tailwind CSS v3.4 by
[@&#8203;dcastil](https://togithub.com/dcastil) in
[https://github.com/dcastil/tailwind-merge/pull/360](https://togithub.com/dcastil/tailwind-merge/pull/360)

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

Thanks to
[@&#8203;brandonmcconnell](https://togithub.com/brandonmcconnell),
[@&#8203;manavm1990](https://togithub.com/manavm1990),
[@&#8203;ErwinAI](https://togithub.com/ErwinAI) and
[@&#8203;langy](https://togithub.com/langy) for sponsoring
tailwind-merge! ❤️

###
[`v2.1.0`](https://togithub.com/dcastil/tailwind-merge/releases/tag/v2.1.0)

[Compare
Source](https://togithub.com/dcastil/tailwind-merge/compare/v2.0.0...v2.1.0)

##### New Features

- Add `ClassValidator` type to package exports by
[@&#8203;dcastil](https://togithub.com/dcastil) in
[https://github.com/dcastil/tailwind-merge/pull/348](https://togithub.com/dcastil/tailwind-merge/pull/348)

##### Bug Fixes

- Fix display class not removed when it precedes line-clamp class by
[@&#8203;dcastil](https://togithub.com/dcastil) in
[https://github.com/dcastil/tailwind-merge/pull/347](https://togithub.com/dcastil/tailwind-merge/pull/347)

##### Documentation

- Fix curly bracket typo in config docs by
[@&#8203;Kosai106](https://togithub.com/Kosai106) in
[https://github.com/dcastil/tailwind-merge/pull/349](https://togithub.com/dcastil/tailwind-merge/pull/349)

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

Thanks to
[@&#8203;brandonmcconnell](https://togithub.com/brandonmcconnell),
[@&#8203;manavm1990](https://togithub.com/manavm1990),
[@&#8203;ErwinAI](https://togithub.com/ErwinAI) and
[@&#8203;langy](https://togithub.com/langy) for sponsoring
tailwind-merge! ❤️

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

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

♻ **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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/sebald/pattern-analyzer).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

context-v2 Related to tailwind-merge v2 documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants