decap-cms@3.14.0
📦 netlify-cmsView on GitHub →
✨ 4 features🐛 2 fixes🔧 1 symbols
Summary
This release introduces responsiveness improvements for the UI, adds Croatian and Serbian locales, and fixes issues related to GitLab LFS media loading and rich text editing behavior. It also updates several dependencies and switches to the native crypto.randomUUID().
Migration Steps
- If you were relying on the `uuid` package for UUID generation, note that it has been replaced by the web standard `crypto.randomUUID()`.
✨ New Features
- Added Croatian and Serbian locales.
- Made the media library responsive.
- Made collections and workflow views responsive.
- Allowed configuration pattern to be a RegExp.
🐛 Bug Fixes
- Fixed GitLab integration to correctly load LFS media content.
- Fixed rich text editor to create break nodes on Shift + Enter.