Releases: VirtusLab-Open-Source/strapi-plugin-navigation
Releases · VirtusLab-Open-Source/strapi-plugin-navigation
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
v2.1.0
TypeScript 💪
Final version build in TypeScript which contains everything from v2.0.14
and more!
Features
- Full support for TypeScript
‼️ (even for Strapi versions <4.3
) - by @ltsNotMike & @CodeVoyager - Strapi Webhooks support - by @ltsNotMike
- Strapi i18n support - by @CodeVoyager
- Multiple navigations management - by @CodeVoyager
- External path regex extensions - by @CodeVoyager
Fixes
- related.id missing in graphql schema - #188 by @cyp3rius
- Single Type with multiple locale crashs TREE and RFR api view - #230 by @skyclb
- Can't save navigation item without title property set - #92 by @ltsNotMike
Other
- Documentation updates
v2.1.0-beta.1
Beta - TypeScript
Beta version build in TypeScript which contains everything from v2.0.13
and more!
Features
- Full support for TypeScript
‼️ (even for Strapi versions <4.2
) - by @ltsNotMike & @CodeVoyager - Strapi Webhooks support - by @ltsNotMike
- Strapi i18n support - by @CodeVoyager
Fixes
Other
- Documentation updates
v2.1.0-beta.2
Beta - TypeScript
Beta version build in TypeScript which contains everything from v2.0.13
and more!
This release contains mostly fixes and suggestions collected as part of #90 and v2.1.0-beta.1.
Fixes
- i18n graphql query param as real i18n locale code - by @ @CodeVoyager
- wrapper bugs and bootstrap graphql errors - by @ltsNotMike
- editing related not working - by @ltsNotMike
- empty title in navigation item returns error - #92 by @ltsNotMike
Other
- Documentation updates
v2.0.13
Fixes
- GraphQL Flat render does not resolve related items - #201 by @ltsNotMike
- GraphQL NavigationItem type has incorrect type for parent - #202 by @ltsNotMike
Other
- Documentation updates - by @cyp3rius