v3.0.0-alpha.6
版本发布时间: 2024-10-09 22:34:23
nuxt/ui最新发布版本:v3.0.0-alpha.6(2024-10-09 22:34:23)
:sparkles: Highlights
Introduced in #2298 , Nuxt UI v3 now embraces a full design system for its components. It brings more breaking changes but will let you customize your entire app at once through CSS variables.
I'd recommend reading the pull request and the updated documentation on https://ui3.nuxt.dev/getting-started/theme#design-system.
:rocket: Features
- Carousel: implement component (#2288) (68ee3f1)
- Form: add Standard Schema support (#2303) (0955c07)
-
module: implement
--ui-radius
CSS variable (#2341) (057e86c) - module: implement design system with CSS variables (#2298)
-
module: set
disableTransition
option on@nuxtjs/color-mode
(b82af02)
:bug: Bug Fixes
-
Accordion: use
text-left break-words
instead oftruncate
on label (6c7c2f0) -
Alert: default variant to
solid
for consistency (3a7c5c2) -
Button: center text with
block
prop (3cf5535), closes nuxt/ui#2317
:wave: New Contributors
- @sandros94 made their first contribution in https://github.com/nuxt/ui/pull/2341
Full Changelog: https://github.com/nuxt/ui/compare/v3.0.0-alpha.5...v3.0.0-alpha.6