v0.14.0
🚨 Breaking Changes
- useSelection: Renamed & improved useSelection (useGroupModel) - by @jd-solanki (62399)
🚀 Features
- test: Update vitest browser local dep - by @userquin in #164 (d46ad)
- textarea: Added auto-size prop - by @jd-solanki (ee27a)
- useAnu: Use official composable from vueuse for creating state - by @jd-solanki (0bc88)
- useSelection: Watch for initialValue changes - by @jd-solanki (6ef3d)
🐞 Bug Fixes
- ShortcutOverrides wasn't working as expected - by @jd-solanki (8248c)
- drawer,dialog:
- Handle persistent prop reactivity - by @IcetCode and @jd-solanki in #153 (8d75d)
- input:
- Fixed input type file styles - by @jd-solanki (1da7f)
- list:
- Use
model-value
instead ofvalue
bind - by @knoxnoe, goutongwang and @jd-solanki in #143 (cf83c)
- Use
- nuxt:
- Accept partial value for
themes
- by @jd-solanki (cd26b)
- Accept partial value for
- preset-theme-default:
- Allow overriding config like body color - by @jd-solanki (a0c3a)
- select:
- Use
cursor-pointer
for select - by @jd-solanki (bb923) - Unable to select an item - by @jd-solanki (62fee)
- Use
- tooltip:
- Middleware prop not working - by @IcetCode and @jd-solanki in #149 (dcf73)