Skip to content

Commit 219e05c

Browse files
committed
chore(release): v0.3.0
1 parent edfa58c commit 219e05c

File tree

3 files changed

+329
-163
lines changed

3 files changed

+329
-163
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
# Changelog
22

3+
## 0.3.0 (2025-02-24)
4+
5+
### ⚠ BREAKING CHANGES
6+
7+
* **tailwindcss/vite:** improve for tailwindcss/vite v4.0.8
8+
9+
### Features
10+
* **DropdownMenu/InputMenu/Select:** add item attr `color`
11+
12+
### Bug Fixes
13+
* **components:** missing `$attrs` bind
14+
* **Switch:** use with Tooltip
15+
316
## 0.2.9 (2025-02-21)
417

518
### Features
619
* **Form:** add prop to disable state transformation
720
* **TableWrapper:** new component
821

9-
1022
### Docs
1123
* **Installation:** improve
1224
* **TableWrapper:** new component

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@bitrix24/b24ui-nuxt",
33
"description": "Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE",
4-
"version": "0.2.9",
4+
"version": "0.3.0",
55
"packageManager": "[email protected]",
66
"repository": {
77
"type": "git",
@@ -98,8 +98,8 @@
9898
"@nuxt/kit": "^3.15.4",
9999
"@nuxt/schema": "^3.15.4",
100100
"@nuxtjs/color-mode": "^3.5.2",
101-
"@tailwindcss/postcss": "^4.0.7",
102-
"@tailwindcss/vite": "^4.0.7",
101+
"@tailwindcss/postcss": "^4.0.8",
102+
"@tailwindcss/vite": "^4.0.8",
103103
"@tanstack/vue-table": "^8.21.2",
104104
"@unhead/vue": "^1.11.19",
105105
"@vueuse/core": "^12.7.0",
@@ -124,7 +124,7 @@
124124
"scule": "^1.3.0",
125125
"sirv": "^3.0.1",
126126
"tailwind-variants": "^0.3.1",
127-
"tailwindcss": "^4.0.7",
127+
"tailwindcss": "^4.0.8",
128128
"tinyglobby": "^0.2.11",
129129
"unplugin": "^2.2.0",
130130
"unplugin-auto-import": "^19.1.0",

0 commit comments

Comments
 (0)