Skip to content

Commit 2a93c87

Browse files
committed
chore: release v3.0.0
1 parent 0eb65ba commit 2a93c87

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [3.0.0](https://github.com/heroui-inc/tailwind-variants/compare/v2.1.0...v3.0.0) (2025-08-24)
2+
3+
4+
### Features
5+
6+
* split tv into original and lite versions ([#264](https://github.com/heroui-inc/tailwind-variants/issues/264)) ([0eb65ba](https://github.com/heroui-inc/tailwind-variants/commit/0eb65bab81842f27dc9fc09c04f12eb2b5584cc9))
7+
8+
9+
110
# [2.1.0](https://github.com/heroui-inc/tailwind-variants/compare/v2.0.1...v2.1.0) (2025-07-31)
211

312

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,14 @@ npm i tailwind-merge
5858
pnpm add tailwind-merge
5959
```
6060

61-
> **⚠️ Upgrading from v1?** Please read the [migration guide](./MIGRATION-V2.md) for breaking changes and performance improvements.
61+
> **💡 Lite mode (v3):** For smaller bundle size and faster runtime without conflict resolution, use the `/lite` import:
62+
> ```js
63+
> import {tv} from "tailwind-variants/lite";
64+
> ```
65+
66+
> **⚠️ Upgrading?**
67+
> - From v2 to v3: See the [v3 migration guide](./MIGRATION-V3.md)
68+
> - From v1 to v2: See the [v2 migration guide](./MIGRATION-V2.md)
6269
6370
2. Usage:
6471

0 commit comments

Comments
 (0)