mattmilburn / strapi-plugin-menus

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

Release v1.5.0 #129

Closed mattmilburn closed 11 months ago

mattmilburn commented 11 months ago

Included in this release

⚙️ Chore

NOTE: If you continue to have issues with React 18 support, try using the following in your package.json:

"resolutions": {
  "react": "^18.0.0",
},