Skip to content

Latest commit

 

History

History
124 lines (84 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

124 lines (84 loc) · 12.7 KB

0.3.5 (2024-11-05)

Bug Fixes

Features

  • upgrade command -w option support devDep detect n output optimization (#101) (5573805)

0.3.4 (2024-07-28)

Bug Fixes

  • add debug mode and tailwindcss content mess repair (#95) (57601eb)
  • fixing lint:fix script (#93) (54414d5)

Features

0.3.3 (2024-07-23)

Bug Fixes

Features

  • change to use pnpm 9 (#92) (d0552ac)
  • upgrade: add -w write option to upgrade command (#82) (39804e0)

0.3.2 (2024-06-14)

Bug Fixes

  • add command error in tailwind (#80) (455d6e0)
  • upgrade command select option cannot select @nextui-org/react pkg (#78) (93e5cdc)

Features

  • init command add invalid options check (#79) (1573e48)
  • optimize upgrade select options package name display (#76) (5c3c3f7)
  • upgrade command add setup pnpm (#77) (1beb52c)

0.3.1 (2024-06-01)

Bug Fixes

0.3.0 (2024-05-27)

Bug Fixes

  • add initCache in updateComponents script (#69) (b79e334)

Features

0.2.1 (2024-05-03)

Features

  • add upgrade version output (#58) (fe30335)
  • init: add package manager and use clack prompt instead (#59) (2a6d593)
  • optimize warn output (#57) (507bd6c)

0.2.0 (2024-04-26)

Bug Fixes

  • ci and compare vesion optimize cache (#26) (ea1ef59)
  • doctor: tailwind config error about content nextui plugin detech (#33) (5cfe1f8), closes #28 #27
  • output component lose alignment (#54) (b84f009)
  • upgrade: add bun commands (#34) (406138c)

Features

  • add bug report & feature request template (#24) (38e4c7c)
  • add eslint rule about use build-in import node module (#48) (2971a49)
  • add project name prompt to init-action (#25) (3166252)
  • add warn attention in add and remove command (#38) (5aa7d23)
  • docs: add logo, project title, and badges (#35) (06ac57e)
  • init command add guide (#36) (d4fd41a)
  • optimize getPackageManagerInfo type (#52) (10a6f56)
  • optimize output (#41) (f598bdc)
  • optimize removeDep type (#53) (faa34d8)
  • optimize runtime speed and add fetching state (#31) (ce57f30)
  • upgrade command add peerDep upgrade (#30) (d5931e8), closes #42

0.1.5 (2024-04-16)

Bug Fixes

Features