v1.8.5
版本发布时间: 2024-06-24 14:07:58
unovue/radix-vue最新发布版本:v1.9.7(2024-10-07 22:46:21)
🚀 Features
- Editable: Expose editable functions - by @epr3 and @zernonia in https://github.com/radix-vue/radix-vue/issues/1025 (2f55f)
🐞 Bug Fixes
-
Calendar:
- Sometimes first day of next month is missing - by @xollaborator and @epr3 in https://github.com/radix-vue/radix-vue/issues/1029 (3d3e3)
-
Combobox:
- When backspacing searchterm highlight the first available option from filteredOptions - by @gasparrobi in https://github.com/radix-vue/radix-vue/issues/1009 (17425)
-
Editable:
- Allow space inputs when submitMode is enter - by @ricketyBridges and @epr3 in https://github.com/radix-vue/radix-vue/issues/1013 (87cfc)
- Handle blur on submit mode both - by @epr3 in https://github.com/radix-vue/radix-vue/issues/1023 (c5532)
-
Menu:
- Don’t scroll menus in response to hover - by @sadeghbarati in https://github.com/radix-vue/radix-vue/issues/1030 (5ec7f)
- Prevent scroll on initial menu focus - by @sadeghbarati in https://github.com/radix-vue/radix-vue/issues/1031 (b3070)
-
MenuRadioGroup:
- Update:modelValue payload type - by @tristandubbeld in https://github.com/radix-vue/radix-vue/issues/1018 (b5d19)
-
NumberField:
- Increment reset if value is from
min
- by @zernonia (b292e)
- Increment reset if value is from
-
Pagination:
- Add conditions for 2 siblings edge case - by @epr3 in https://github.com/radix-vue/radix-vue/issues/1024 (de134)
-
Progress:
- Allow undefined as indeterminate - by @zernonia (0d68a)
-
VisuallyHiddenInput:
- Parsing
null
value wrongly - by @true-andrew in https://github.com/radix-vue/radix-vue/issues/1015 (ba96d)
- Parsing