·
22 commits
to next
since this release
strapi-plugin-translate 2.0.0-next.1 (2025-02-02)
Bug Fixes
- admin: cannot use useStrapi outside of StrapiApp (498f14a)
- admin: migrate direct translation to a header action (dfc0723)
- admin: select default locale by default in translation (1200472)
- admin: show alert on translation error again (d295583)
- batch translation stopping directly after setup (ee34052)
- batch-update: tables and hooks (25e1754)
- batchUpdate: correctly handle updating in batch (8bd01d0)
- export types from shared (bb2b185)
- populate rule (3b8e1e8)
- populate-all: break early if attributeSchema is empty (5303220)
- route for deleting updated entries (31789d5)
- translate: cleaning data (8996eef)
- translateEntity: creating and updating of entities (855fd82)
- update config.get usage (f1f9c18)
- updated entry subscription (86215b3)
- utils: incorrect populate-all rule for dynamiczone and components (519370d)
Features
- create translateEntity service (c8df746)
- plugin: migrate plugin to strapi v5 (76f3455), closes #404 #412
- provider: migrate providers to typescript (a921e19)
BREAKING CHANGES
- plugin: drops support for strapi v4
- plugin: plugin is now typescript
- plugin: plugin routes have been changed