v2.15.0
版本发布时间: 2024-03-26 20:58:11
nuxt/ui最新发布版本:v3.0.0-alpha.6(2024-10-09 22:34:23)
Read our updated documentation on https://ui.nuxt.com/.
This is a smaller update than usual but as you might know we're hard at work making the next major release of Nuxt UI, you can read more about it in #1289.
:warning: Breaking Changes
- forms: normalize input emits (#1560)
This PR includes a small breaking change on the URange
, USelect
and UCheckbox
components: the @change
event's payload is now the input's value instead of the HTML event to match other inputs.
:rocket: Features
-
Accordion: emit
open
event with index (#1559) (224ec3c) -
Alert: add
icon
&avatar
slots (#1401) (cee3e12) - Slideover: open programmatically (#1465) (e769759)
-
Toggle: add
loading
prop (#1546) (e1e05af)
:bug: Bug Fixes
- ButtonGroup: nested group elements (#1530) (7658211)
- Carousel: add tab-based ARIA roles (#1516) (e736eca)
-
Checkbox: bind
data-n-ids
to root element (#1495) (a2b8b70) - forms: normalize input emits (#1560) (92e7362)
- InputMenu: trigger alignement on safari (f4a48f6), closes #1505
-
module: opt in to
import.meta.*
properties (#1561) (cc62e34) -
Popover/Dropdown: use
@touchstart.passive
instead of@touchstart.prevent
(#1520) (a563d8f) -
SelectMenu:
filteredOptions
might be undefined (#1541) (b0ecac5) -
SelectMenu: handle
Boolean
type as model value (#1550) (c49f899)
:wave: New Contributors
- @nmggithub made their first contribution in https://github.com/nuxt/ui/pull/1516
- @danielohling made their first contribution in https://github.com/nuxt/ui/pull/1520
- @angsanley made their first contribution in https://github.com/nuxt/ui/pull/1541
- @genu made their first contribution in https://github.com/nuxt/ui/pull/1465
- @YIngChenIt made their first contribution in https://github.com/nuxt/ui/pull/1549
- @aminmokhtari94 made their first contribution in https://github.com/nuxt/ui/pull/1546
Full Changelog: https://github.com/nuxt/ui/compare/v2.14.2...v2.15.0