v5.43.0
📦 strapiView on GitHub →
✨ 2 features🐛 16 fixes🔧 5 symbols
Summary
This release introduces the new strapi.ai namespace and completes Dutch translations for the admin panel. It also includes numerous bug fixes across admin, content manager, upload, and data transfer modules, alongside dependency upgrades.
✨ New Features
- Introduce strapi.ai namespace in core/*.
- Complete Dutch (nl) translations for the admin panel in i18n.
🐛 Bug Fixes
- Date picker now sends date-only format to avoid deprecation warning.
- Fixed bulk publish validation on required components in dynamic zones (dz).
- Use admin basename for 401 redirect path.
- Auth providers now generate unique usernames on conflict.
- Webpack public path was missing a slash at the end.
- Handle potential null userPermissions in Protect component.
- Admin: Added cursor pointer and fixed click behavior on sortable table headers.
- Admin: Eliminated several browser race conditions.
- Content Manager: Fixed blocks editor errors when an image has formats: null.
- Content Manager: Use RBAC-aware populate in countDraftRelations.
- Content Manager: Prevent locale from overwriting list view settings.
- Content Manager: Render ID column without number grouping.
- Content Manager: Apply i18n translations to dynamic zone component names.
- Data Transfer: Fixed large transfer crashes and added transfer progress display.
- Upload: Content-API was not returning signed URLs.
- Upload AWS S3: Support root-level credentials and updated AWS SDK.