🚨 Breaking Changes
Do checkout Migration Guide for smooth transition! 😁
- New brand name - by @zernonia (98ea5)
- Arrow: Improve polygon - by @zernonia (ac8f3)
- Collapsible, Accordion: Add
unmount
prop to help SEO for hidden content - by @zernonia (a14f5) - Combobox: Drop dismissable prop. use Listbox instead - by @zernonia (83c51)
- NavigationMenu: Replace hardcoded CSS values with custom properties - by @gu-stav in #1481 (69348)
- Popover: Update aria, remove messy attribute - by @zernonia (de5cc)
- Select: Fix SSR, refactor the way SelectValue renders element - by @zernonia (6a623)
🚀 Features
- Expose useful types - by @zernonia (6785b)
- Expose combobox components - by @zernonia (9fb7f)
- Added codemods to docs - by @dfordp in #1258 (171dd)
- Bubble input/change for form component - by @zernonia (c66bb)
- Expose injectContext - by @zernonia (70fc8)
- Bundle with preserveModules, rollup types dts - by @zernonia (fb372)
- Include sourceMap, improve build - by @cyyynthia in #1432 (3efab)
- Expose more slotProps - by @zernonia (538ff)
- Support
null
value for all form components - by @zernonia (52028) - Expose state for RadioGrouoItem, StepperIndicator - by @zernonia (f0fbb)
- Calendar/DatePicker:
- Checkbox:
- Collapsible:
- Combobox:
- ConfigProvider:
- Listbox:
- Listbox, Combobox:
- NavigationMenu:
- Popper:
- Presence:
- RadioGroup:
- RangeCalendar:
- Select:
- SelectItem:
- Emit a select event when an option is selected - by @kilobyte2007 in #1513 (da489)
- TagsInput:
- Teleport:
- TimeField:
- ToggleGroup:
- useFilter:
- usePrimitiveElement:
🐞 Bug Fixes
- Patches, not-prose - by @zernonia (e7a3f)
- ComboboxEmpty render and nav menu - by @zernonia (82505)
- Generate scripts and results - by @zernonia (59237)
- Path to constant build entry - by @DamianGlowala in #1349 (78ac8)
- Missing export for inject - by @zernonia (5e901)
- Uncrypto works on https and localhost only - by @zernonia (47bad)
- Accordion:
- Checkbox:
- Update:modelValue typing - by @aguingand and aguingand in #1422 (efb28)
- Not clickable without v-model - by @zernonia (fbbf2)
- Combobox:
- Wrong groupId, group assignment wrong - by @zernonia (95505)
- Empty should based on search value - by @zernonia (27fb3)
- Initial search not working and virtualizer - by @zernonia (ca904)
- Revert
props.value
check - by @benjamincanac in #1459 (5c30c) - Some items not add into allItems map - by @RayGuo-ergou in #1368 (96eae)
- Better support for input within content - by @zernonia (eb600)
- Not highlighting item when input is missing - by @zernonia (8f581)
- Missing export of input emits - by @zernonia (3e150)
- Pressing enter selecting and deselect the value - by @zernonia (6f9e1)
- By props not being forwarded - by @zernonia (e9679)
- ContextMenu:
- DatePicker:
- Add missing parentheses to defineSlots - by @donaldxdonald in #1610 (b28a4)
- Listbox:
- Menu:
- Pass
positionStrategy
prop to PopperContent - by @aguingand in #1449 (3f52d) - Missing
reference
prop passed toPopperContent
- by @dermitzos in #1486 (0000b)
- Pass
- NavigationMenu:
- Popover:
- Popper:
- RovingFocusItem:
- Select:
- TimeField:
- VisuallyHidden:
- build: