Upgrade: 0.1.0-beta.24
이 콘텐츠는 아직 번역되지 않았습니다.
다음 명령을 실행하여 최신 버전으로 빠르게 업데이트하세요. Terminal window Terminal window Terminal window
npx @studiocms/upgradepnpx @studiocms/upgradeyarn dlx @studiocms/upgradeBreaking Changes
Section titled “Breaking Changes”- Added new
StudioCMSPluginDatatable to AstroDB for usage by StudioCMS plugins, as well as new SDK plugin utilities for dynamic table typing.
When updating, make sure to run astro db push --remote with your package manager to update your table schema before running the new version!
Bug fixes
Section titled “Bug fixes”- Added export for
component-registry/types. - Optimized
user-quick-toolswidget. - Introduced new middleware SDK module to ensure cache objects are initialized and not empty.
- Converted internal
robotstxtto proper Zod schema and cleaned up related code. - Updated editor page to also inject an id variable for the current page.