콘텐츠로 이동

Upgrade: v0.3.0

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

다음 명령을 실행하여 최신 버전으로 빠르게 업데이트하세요.
Terminal window
npx @studiocms/upgrade
  • Removes the following deprecated and unused virtual modules.
    • studiocms:astro-config/adapter
    • studiocms:auth/utils/getLabelForPermissionLevel
    • virtual:studiocms/sdk/env
  • Replaces chalk with node:util’s styleText for StudioCMS CLI.
  • Updates StudioCMS dependencies.
  • Fixes issue with pg and mysql2 being required to be installed when they should be optional
  • Fixes client regex in frontend to allow for slashes within a slug, but not on the outside. This unblocks creating pages under sub-paths just using the slug (e.g., docs/getting-started) and only affects client-side validation.
  • Removes legacy email domain verification code
  • Fixes default 404 route rendering