콘텐츠로 이동

Upgrade: 0.1.0-beta.27

이 콘텐츠는 아직 번역되지 않았습니다.

다음 명령을 실행하여 최신 버전으로 빠르게 업데이트하세요.
Terminal window
npx @studiocms/upgrade
  • Refactor CLI to utilize new Effect-ful clack module from @withstudiocms/effect
  • Migrate CLI to new @withstudiocms/auth-kit package
  • Setup initial testing for StudioCMS.
  • Enable the “Draft” toggle on the Edit Page for all pages (including the index page) so the draft field is submitted with the form. Previously the disabled control omitted this field from the payload, preventing changes to draft status.
  • Ensure slug is not an empty string, or an invalid slug.
  • Rename internal file to avoid confusion with tests during development.
  • Correct parameter in CLI add command.