Upgrade: 0.1.0-beta.27
Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.
Aktualisiere schnell auf die neueste Version, indem du den folgenden Befehl ausführst Terminal-Fenster Terminal-Fenster Terminal-Fenster
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.