⚠️ BREAKING CHANGES
- ColorPicker: migrate from
color
tocolortranslator
(#3097) - Form: include nested state in submit data (#3028)
- locale: remove emoji fallback for Chinese (#3134) (1a95104)
🚀 Features
- css: add
light
variant to reverse colors (75f7064) - FormField: set
aria-describedby
andaria-invalid
attributes (#3123) (b95b913) - Form: form validation properties (#3137) (c0b485d)
- locale: add Hebrew language (#3181) (f395877)
- locale: add Hindi language (#3170) (8e96daa)
- locale: add Hungarian language (#3129) (891ba1f)
- locale: add Khmer language (#3119) (64421a1)
- locale: add Norwegian Bokmål language (#3095) (9ccfe8f)
- NavigationMenu: add
collapsed
prop (3fc2210) - NavigationMenu: add
contentOrientation
prop (ac86ee0) - NavigationMenu: handle
label
type in items (27fdc8e), closes #2993
🐛 Bug Fixes
- Alert: allow actions wrap (#3083) (e7c10bc)
- Avatar: handle loading manually to support
@nuxt/image
(00c5f26), closes nuxt/ui-pro#727 - Avatar: hide fallback when image is loaded (36d7402), closes nuxt/ui-pro#727
- Button: wrong avatar size with
block
prop (ba1dd13) - colors: move css variables to
base
layer (533ccec), closes #3075 - components: prevent multiple
appConfig
identifier import (#3186) (cd16b95) - ContextMenu/DropdownMenu: remove unnecessary bindings in html (9b5a957)
- Form: include nested state in submit data (#3028) (de9ecb1)
- Form: standard schema validation no longer wrapped in
value
object (#3104) (8f7f579) - locale: remove emoji fallback for Chinese (#3134) (1a95104)
- locale: year translation missing
ñ
ines
(#3090) (1bf370e) - NavigationMenu: handle children recursively in vertical orientation (2b7ff3e), closes #3128
- NavigationMenu: highlight open items on
horizontal
orientation only (931211a) - useToast: add in queue and improve unique ids (aafddd8), closes #2686
👋 New Contributors
- @zAlweNy26 made their first contribution in #3087
- @IsraelOrtuno made their first contribution in #3090
- @sifferhans made their first contribution in #3095
- @nidexingg made their first contribution in #3119
- @outluch made their first contribution in #3160
- @nexoscreator made their first contribution in #3170
- @toto6038 made their first contribution in #3134
- @nandordudas made their first contribution in #3129
- @sagiv1996 made their first contribution in #3181
Full Changelog: v3.0.0-alpha.11...v3.0.0-alpha.12