Skip to content

Upgrade: v0.2.0

Quickly update to the latest version by running the following command
Terminal window
npx @studiocms/upgrade

None. This is a non-breaking release.

  • 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 draft set to true, would previously update the publishedAt date 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.