Upgrade: 0.1.0-beta.27
此内容尚不支持你的语言。
运行以下命令快速更新至最新版本: Terminal window Terminal window Terminal window
npx @studiocms/upgrade
pnpx @studiocms/upgrade
yarn dlx @studiocms/upgrade
New Features
Section titled “New Features”- 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.
Bug fixes
Section titled “Bug fixes”- 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.