Releases: unovue/radix-vue
Releases · unovue/radix-vue
v1.2.0-beta.1
v1.2.0-beta.0
v1.1.3
v1.1.2
v1.1.1
v1.1.0
🚀 Features
🐞 Bug Fixes
- Type error when passing
as
with a component - by @zernonia in #487 (520d7) - Missing forwarded in MenuContent - by @zernonia in #488 (ef565)
- Hmr for presence component not working - by @zernonia in #490 (cbe4e)
- Change default html element of MenuLabel, SelectLabel, ComboboxLabel from
label
todiv
- by @madebyfabian in #486 (4ef66) - TabsContent appearance on SSR - by @MellKam and @zernonia in #491 (95263)
View changes on GitHub
v1.0.2
v1.0.1
v1.0.0
Finally! 🎉
After months of work for Radix Vue, and finally we are ready to release stable version 1.0!
It's a huge milestone, and we couldn't have done it without you!
Really appreciate all the support, bug ticket, suggestion, feature request, and most importantly your kind word of spreading it on social media!!!
🚀 Features
- ConfigProvider for direction - by @zernonia (ef7d1)
- Add scrollBody options - by @zernonia (7aeb2)
- Add disableClosingTrigger props to prevent closing tooltip on click - by @zernonia (aeedc)
- Introduce forceMount props - by @zernonia (3d516)
⚠️ Breaking changes:
- Replaced
ComboboxHeader
withComboboxAnchor
🐞 Bug Fixes
- Overflow when a toast is displayed on mobile - by @BayBreezy in #429 (d24dc)
- HideOthers undo throwing error - by @zernonia (e0507)
- Combobox input autofocus not focusing - by @zernonia (0038b)
- Missing disabled state for SelectTrigger - by @zernonia (482bd)
- ComboboxItem is throwing warning if no group is provided - by @zernonia (19433)
- UseVModel doesn't respect the props provided - by @zernonia (af39d)
- ToValue not available <3.2 - by @zernonia (5781a)
- Open value was auto casted to false - by @zernonia (0fec3)
- Select position wasn't correct - by @zernonia (d42db)
- Frozen pnpm - by @zernonia (c5409)
- Switch default props should be undefined - by @zernonia (54049)
- Combobox multiple should keep the list open after selecting one option - by @zernonia (1090c)
- Docs layout shifting - by @zernonia (12eaf)
- Combobox missing collection item - by @zernonia (03b18)
- Combobox selectedElement not checking correctly - by @zernonia (0e1c0)
- Lock body scroll on initial render - by @enkot and @zernonia in #456 (f2fa8)
- Naming of className - by @zernonia (a4180)
- Vue-tsc error - by @zernonia (1e382)
- ForceMount on scrollArea - by @zernonia (48b27)
- Combobox searchTerm not reactive - by @zernonia (e1c44)
- UseForwardProps should only forward given props - by @zernonia (a7eff)
Contributors
@zernonia @khairulhaaziq @mujahidfa @MellKam @onmax @mukundshah @BayBreezy @DamianGlowala @libondev @misbahansori @npldevfr @uyloal @aboubakrbm @D-Lite @DennisSmuda @edtorba @enkot @glennlaysonjr @lepture @kn0wn @pkrinesh @messenjer @steakscience @sadeghbarati @sdq-sts @tristandubbeld @owlnai
View changes on GitHub
v1.0.0-beta.3
🚀 Features
🐞 Bug Fixes
- Naming of className - by @zernonia (a4180)
- Vue-tsc error - by @zernonia (1e382)
- ForceMount on scrollArea - by @zernonia (48b27)
- Combobox searchTerm not reactive - by @zernonia (e1c44)
- UseForwardProps should only forward given props - by @zernonia (a7eff)