Use case
Framework
Owner
- Webpack To Rspack/Migration Recipe- This recipe is a set of codemods that will help migrate from webpack to rspack. 
- Reka Ui/Update Combobox Filter- Combobox has been refactored and improve to support better custom filtering 
- Reka Ui/Remove Calendar Step Prop- Use prevPage/nextPage props for greater control. 
- Reka Ui/Rename Controlled State- Replace searchTerm props of Root to Input's v-model. 
- Reka Ui/Import Update- The primary change in imports is replacing radix-vue with reka-ui. 
- Reka Ui/Migration Recipe- This recipe is a set of codemods that will help migrate to Style Dictionary 4. 
- Reka Ui/SearchTerm Props Of Root To Input'S V Model- Replace searchTerm props of Root to Input's v-model. 
- Vue 3 Update Navigation Menu Link Emits And Handle Click- When using - NavigationMenuLinktogether with- NuxtLinkaccording to the documentation the menu does not dismiss when clicking on a link.
- Jest Add Root And Assertions To Test- Added Input Root Test Cases to which handle the data disabled case 
- Vue V1.9.4 WatchPostEffect Placed Update- When floating-ui returned isPositioned=true, radix-vue immediately emitted an event to focus on the selected item in the Select component. However, at this point, the PopperContent element did not yet have the correct transform CSS property set, resulting in the Popper being positioned at coordinates (0, -200%). 
- Vue V1.9.4 Tab Tabs Indicator Position Bug Fix- Recalculates tabs indicator position on direction change in the Tab Component