File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.21.1] ( https://github.com/nuxt/ui/compare/v2.21.0...v2.21.1 ) (2025-03-08)
4
+
5
+ ### Features
6
+
7
+ * ** Form:** add standard schema support ([ #2880 ] ( https://github.com/nuxt/ui/issues/2880 ) ) ([ 9c36d37] ( https://github.com/nuxt/ui/commit/9c36d37b847468d1cbd76eea38ac00cbc22549ca ) )
8
+ * ** module:** add ` colorMode ` option ([ d2ceead] ( https://github.com/nuxt/ui/commit/d2ceeadae796254128697d94a3e317234bc2ecda ) ), closes [ #3143 ] ( https://github.com/nuxt/ui/issues/3143 )
9
+ * ** SelectMenu:** add inputTargetForm prop to handle input validation ([ #3107 ] ( https://github.com/nuxt/ui/issues/3107 ) ) ([ feb716c] ( https://github.com/nuxt/ui/commit/feb716c941f1e7315009b53861a4dc0c2f233052 ) )
10
+
11
+ ### Bug Fixes
12
+
13
+ * ** Alert/Notification:** allow description ui override ([ 125a281] ( https://github.com/nuxt/ui/commit/125a28190b1a83e2456457e7a4ec618384b2446c ) ), closes [ #2554 ] ( https://github.com/nuxt/ui/issues/2554 )
14
+ * ** Table:** revert [ #2600 ] ( https://github.com/nuxt/ui/issues/2600 ) to fix excessive column data slot re-renders ([ #3375 ] ( https://github.com/nuxt/ui/issues/3375 ) ) ([ 23d9b51] ( https://github.com/nuxt/ui/commit/23d9b51a5861f5d1f32f68a3141a600655a0598a ) )
15
+
3
16
## [ 2.21.0] ( https://github.com/nuxt/ui/compare/v2.20.0...v2.21.0 ) (2025-01-14)
4
17
5
18
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nuxt/ui" ,
3
3
"description" : " A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS." ,
4
- "version" : " 2.21.0 " ,
4
+ "version" : " 2.21.1 " ,
5
5
"packageManager" :
" [email protected] " ,
6
6
"repository" : " nuxt/ui" ,
7
7
"homepage" : " https://ui.nuxt.com" ,
You can’t perform that action at this time.
0 commit comments