Upgrade: v0.2.0
Quickly update to the latest version by running the following command Terminal window Terminal window Terminal window
npx @studiocms/upgradepnpx @studiocms/upgradeyarn dlx @studiocms/upgradeBreaking changes
Section titled “Breaking changes”None. This is a non-breaking release.
Bug Fixes & Improvements
Section titled “Bug Fixes & Improvements”- Migrated to the updated cli-kit package for improved CLI functionality.
- Added regex and proper error handling to prevent illegal characters (non-url-safe) from being used for S3 objects.
- Fixed an issue where saving a page that does not have
draftset totrue, would previously update thepublishedAtdate value. - Reworked permission checks for dashboard routes to be at the middleware level to prevent unauthorized access.
- Updated various dependencies to their latest versions to ensure security and stability.