mattmilburn / strapi-plugin-menus

A plugin for Strapi CMS to customize the structure of menus and menu items.
MIT License
110 stars 28 forks source link

Release v1.2.0 #75

Closed mattmilburn closed 1 year ago

mattmilburn commented 1 year ago

Included in this release

Strapi v4.5x introduced major changes to how the input field and state manager works for relations. The content manager no longer loads relations in the same request as the rest of the edit view data. Instead it fetches relation field values on demand or immediately after the edit view is initialized with data.

This does not represent any changes to how the data is served through the API, only how it is handled in the content manager and the menus plugin.

πŸ› Bug fixes

πŸ’…πŸ» Enhancements

βš™οΈ Chore