v5.51.1
📦 strapiView on GitHub →
🐛 8 fixes🔧 9 symbols
Summary
This release addresses several bugs, including respecting field length constraints, preserving sorting, and fixing serialization issues. It also includes dependency updates and migration of unit tests for email and upload modules.
🐛 Bug Fixes
- Respect field length constraints in AI localizations and isolate them.
- Corrected wording and merging of sort options.
- Preserve sorting when changing views.
- Scoped audit logs user filter to log authors in the admin panel.
- Fixed serialization of recent-document dates on the content manager homepage to not be empty objects.
- Enforce required media and relations via `api.documents.strictRelations` in the core.
- Return an empty array `[]` for empty `morphMany` relations on read from the database.
- Prevent duplicate public assets in Vite builds for Strapi.