콘텐츠로 이동

Upgrade: 0.1.0-beta.22

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

다음 명령을 실행하여 최신 버전으로 빠르게 업데이트하세요.
Terminal window
npx @studiocms/upgrade
  • Remove deprecated @astrojs/web-vitals support in favor of new @studiocms/web-vitals package. See the Web Vitals Guide for more information.
  • studiocms:component-proxy has been replaced by studiocms:component-registry.
  • Added studiocms:component-registry/runtime virtual module which exports types, and the following helpers, getRegistryComponents and getRendererComponents used for getting Components with props, and the renderer components respectively.
  • importComponentKeys has been carried over but deprecated in favor for the new getRendererComponents function.
  • All internal base included pageTypes have been removed, allowing even more flexibility when it comes to how studiocms works for the user. This change also means that you will be required to install at least one rendering plugin for studiocms.
  • The @studiocms/html and @studiocms/md plugins have been introduced to handle HTML and MD support respectively. See the HTML Plugin and MD Plugin documentation for more details.
    • If you were using the studiocms/markdown or studiocms/html pageTypes, you will need to install the respective plugin and update your configuration accordingly.
  • Remove Deprecated SDK functions and refactor SDK to make it easier to modify/read.
  • Remove previously deprecated functions and old password hashing system.
  • Markdown and HTML page types have been modularized into separate plugins.
  • Added a new configuration utilities package for improved configuration management.
  • Refactored component registry and SDK for improved maintainability and easier modification.
  • OAuth endpoints streamlined for better authentication handling.
  • New componentRegistry system for handling user-defined components, allowing for more flexibility in how components are registered and used within StudioCMS.
  • Add support for the SDK folder getter to get by name or ID instead of just ID, and add jsdoc comments to missing functions for the SDK.
  • Fix: Correct exports for components, layouts, and add export for styles