26-01-2023

Version 1.4.1

  • Fixed: Dynamic block image rendering and SEO improvements [34ae135]
  • Implemented: SEO plugin to manage meta overrides [97f05f9]
  • Fixed: OG:image not rendering correctly for blog post images [800c40e]
  • Removed: Unused form submission collections [c790535]
  • Updated: Readme file [1d4436e]
  • Improved: Use of colour picker component in features grid block [ebcd5d2]
  • Migrated: From npm to pnpm monorepo [e9d16af]
  • Fixed: Document duplication and invalid slug issues [a9da3b1]
  • Removed: Experimental appDir feature [1a99254]

Note: The issue regarding invalid slugs and document duplication (a9da3b1) was caused by a unique constraint set by MongoDB. Removing this constraint resolves the issue experienced inside the CMS.

Note++: Migration from npm to pnpm (e9d16af), which means that all previous npm or npm run commands have been replaced with pnpm. This will require a slight adjustment in the development workflow, as commands for building the client and server will now be pnpm run [command] instead of npm run [command]. In addition, please make sure to update any scripts or configuration files that may reference npm with pnpm.

Next

06-12-2022