• Reka Ui/Remove Calendar Step Prop

    Use prevPage/nextPage props for greater control.

  • I18n/23/I18next Replace Keyswithseparator With Joinkeys

    Renaming types or functions can be part of an effort to clarify the library's API, deprecate old functionality, or introduce new features. In this case, KeysWithSeparator has been renamed to JoinKeys. This means wherever KeysWithSeparator was used in the codebase, it needs to be replaced with JoinKeys.

  • Next/15/Add Experimental Stale Times

    Configure staleTimes in next.config.js

  • Next/15/Update Fetch Requests To Handle Caching

    Update Fetch Requests to Handle Caching

  • Next/15/Update Route Handlers

    Update Route Handlers to Handle Caching

  • Next/15/Migration Recipe

    This recipe is a set of codemods that will help migrate to next 15.

  • Next/15/Refactor Experimental.ServerComponentsExternalPackages To ServerExternalPackages

    Refactor experimental.serverComponentsExternalPackages to serverExternalPackages

  • Next/15/Refactor Imports From @Next/Font To Next/Font

    Refactor Imports from @next/font to next/font

  • Fastify/4/Remove App Use

    This codemod removes app.use() and the use of middleware is no longer supported.

  • Vue 3 Update Navigation Menu Link Emits And Handle Click

    When using NavigationMenuLink together with NuxtLink according to the documentation the menu does not dismiss when clicking on a link.

  • NextAuth/4/UseSession Array To Object Destructuring

    The useSession hook has been updated to return an object. This allows you to test states much more cleanly with the new status option.

  • Vue V1.9.4 Tab Tabs Indicator Position Bug Fix

    Recalculates tabs indicator position on direction change in the Tab Component

  • Next/13/App Router Recipe

    The App Router Recipe is a set of codemods that assist you with the pages-to-app migration process.

  • Next I18next/Copy Keys

    This codemod copies specific keys from one translation namespace to another, for each of the supported languages.

  • Next/14/Next Og Import

    This codemod moves transforms imports from next/server to next/og for usage of Dynamic OG Image Generation.

  • Next/14/Metadata To Viewport Export

    This codemod migrates certain viewport metadata to viewport export.

  • Next/13/Upsert Use Client Directive

    Since Next.js 13.4, you can mark the files that contain only client-side code with the use client directive at the top.

  • Next/13/Replace Use Search Params

    A recent update in Next.js brought a breaking change: the useSearchParams hook no longer includes params. To ease the migration, the new useCompatSearchParams hook can be used. This hook mimics the behavior of the old useSearchParams in two ways:

  • Next/13/Replace Next Router

    Since Next.js 13.4, you can use the following hooks from the next/navigation module:

  • Next/13/Replace Next Head

    This codemod generates a static metadata object based on meta tags managed by next/head.