Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

24 lines (16 loc) · 1.63 KB

Changelog

This page lists highlights, releases, bug fixes, and progress for Codemod Registry.

Tip: If there are features you would like to see in the upcoming releases, please let us know though our feedback page, or directly through our Slack community.

December 1, 2023

Highlights

Notable Changes

Bug fixes & other changes

  • 🦗 Chore: Add 'type' to import statements when importing types in remove-get-static-props codemod (#495)
  • 🦗 Bug fix: Rename a function from buildLegacyContext to buildLegacyCtx in remove-get-static-props codemod (#497)
  • 🦗 Bug fix: Fix the order of arguments for buildLegacyCtx function in remove-get-static-props codemod (#501)
  • 🦗 Bug fix: Remove dependency on x-url header in generic remove-get-static-props codemod (#483)
  • 🦗 Bug fix: Make getData function an ArrowFunction in generic remove-get-static-props codemod (#473)