콘텐츠로 이동

Upgrade: 0.1.0-beta.19

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

다음 명령을 실행하여 최신 버전으로 빠르게 업데이트하세요.
Terminal window
npx @studiocms/upgrade
  • StudioCMS now only support NodeJS 20 and higher
  • New Config structure, please verify your studiocms.config.* file when updating. Config files can also end in .js, .mjs, .ts, .mts now! Allowing flexibility, and full type-safety.
    For more information related to these changes checkout the new Config Reference
  • Image Service has been migrated to the plugin system. If you were previously using the cloudinary-js image service you will need to migrate to utilizing the new @studiocms/cloudinary-image-service plugin, and configure your preferredImageService
  • Integrated Effect^, and migrated most of the codebase to an Effect based structure. (old functions have been deprecated to allow migration to new Effects)
  • Added support for @studiocms/web-vitals to replace @astrojs/web-vitals in the future. Note, Astro has deprecated @astrojs/web-vitals and asked us to maintain the package, please update to the new package to prevent future issues as we plan to remove support for the old package in a future update.
    For more information about web-vitals checkout our Web-Vitals plugin guide
  • Removed usage of remote google fonts for the dashboard, resolving potential network blocking issues.