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
NavigationMenuLink
together withNuxtLink
according 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
Nuxt/4/Template Compilation Changes
This codemod removes lodash/template and related template utilities from Nuxt in favor of a more flexible and secure getContents() function for code generation in v3.
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Vue/3/Render Function Api
In Vue 3.x, h is now globally imported instead of being automatically passed as an argument. This codemod migrates the render function API to be compatible with Vue 3.x.
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Nuxt/4/Shallow Function Reactivity
This codemod transforms the
data
object returned fromuseAsyncData
,useFetch
,useLazyAsyncData
anduseLazyFetch
into ashallowRef
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community
Nuxt/4/File Structure
Updates the file structure of a Nuxt.js project when migrating from v3 to v4.
Codemod verified
Regularly tested and maintained by our engineers and codemod expert community