File tree Expand file tree Collapse file tree 3 files changed +329
-163
lines changed Expand file tree Collapse file tree 3 files changed +329
-163
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
16
## 0.2.9 (2025-02-21)
4
17
5
18
### Features
6
19
* ** Form:** add prop to disable state transformation
7
20
* ** TableWrapper:** new component
8
21
9
-
10
22
### Docs
11
23
* ** Installation:** improve
12
24
* ** TableWrapper:** new component
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bitrix24/b24ui-nuxt" ,
3
3
"description" : " Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE" ,
4
- "version" : " 0.2.9 " ,
4
+ "version" : " 0.3.0 " ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"repository" : {
7
7
"type" : " git" ,
98
98
"@nuxt/kit" : " ^3.15.4" ,
99
99
"@nuxt/schema" : " ^3.15.4" ,
100
100
"@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 " ,
103
103
"@tanstack/vue-table" : " ^8.21.2" ,
104
104
"@unhead/vue" : " ^1.11.19" ,
105
105
"@vueuse/core" : " ^12.7.0" ,
124
124
"scule" : " ^1.3.0" ,
125
125
"sirv" : " ^3.0.1" ,
126
126
"tailwind-variants" : " ^0.3.1" ,
127
- "tailwindcss" : " ^4.0.7 " ,
127
+ "tailwindcss" : " ^4.0.8 " ,
128
128
"tinyglobby" : " ^0.2.11" ,
129
129
"unplugin" : " ^2.2.0" ,
130
130
"unplugin-auto-import" : " ^19.1.0" ,
You can’t perform that action at this time.
0 commit comments