Releases: VirtusLab-Open-Source/strapi-plugin-navigation
Releases · VirtusLab-Open-Source/strapi-plugin-navigation
v2.2.8
v2.2.7
v2.2.6
v2.2.5
v2.2.4
v2.2.3
v2.3.0-beta.0
‼️ Breaking changes
- slug generation approach has been changed to more generic one - #262 by @CodeVoyager
Read about it - here
Fixes
- wrong relation between navigation and items - by @ltsNotMike
v2.2.2
Fixes
- Various minor fixes for version
2.2.1
- #267 by @ltsNotMike- Display message when relation errors are detected
- Block submiting internal items without relatedType
- Change chunk name for App component
- Sorting select input options
- Default enable state for custom fields
- Default path for single types - #277 by @ltsNotMike
Features
- Plugin option to cascade parent items attribute value of menuAttached on childrens - #232 by @skyclb
Misc
v2.2.1
Fixes
- Drag and drop not working on firefox. Fixed by introducing a custom drag button component - #259 by @ltsNotMike
- Audience disappearing from navigation items after saving. Fixed audience parsing on request - #257 by @ltsNotMike
- Slug not showing in the configuration on the Settings Page. Fixed by adding 'UID' type to configuration options - #258 by @ltsNotMike
- External navigation items path regexes updates - #254 by @CodeVoyager
v2.2.0
Features
- Navigation items Custom Fields with visual editor - #225 by @ltsNotMike
- Usability reworks for multiple navigations selector - by @CodeVoyager
- Link content type field to internal items path - #152 by @ltsNotMike
Fixes
- Order is not working for FLAT format - #224 by @ltsNotMike
- Not able to retrieve image - #239 by @ltsNotMike
- Render API always return a Generic template - #246 by @ltsNotMike
Other
- Remove unused lifecycle hooks - #253 by @ltsNotMike
- Documentation updates