Releases: VirtusLab-Open-Source/strapi-plugin-navigation
v2.5.5
v3.0.0-beta.7
⚠️ Beta release for Strapi v5
🪳 Fixes
- Client REST endpoints and GraphQL do not return nested structures - #472 by @CodeVoyager
- Broken "Restart Strapi" flow - #462 by @CodeVoyager
♻️ Migrations
To properly migrate the plugin please copy the following migration files to your project database/migrations
directory:
migrations/strapi-plugin-navigation-3.0.0-no-1-related-id-to-documentid.js
- if you're on any of the2.x
versionsmigrations/strapi-plugin-navigation-3.0.0-no-2-locale-slug-regular-slug.js
- if you're on version< 3.0.0-beta.4
migrations/strapi-plugin-navigation-3.0.0-no-3-morph-relation.js
- if you're on version< 3.0.0-beta.6
More about applying database migrations you can find in Strapi 5 Documentation.
🎯 Roadmap
🎉 COMPLETED
v3.0.0-beta.6
⚠️ Beta release for Strapi v5
🚀 Features
- Introducing the polymorphic relations instead of uid-based to enable import/export - by @CodeVoyager
🌱 Misc
- Bump to Strapi
v5.4.1
- Dependencies upgrade
♻️ Migrations
To properly migrate the plugin please copy the following migration files to your project database/migrations
directory:
migrations/strapi-plugin-navigation-3.0.0-no-1-related-id-to-documentid.js
- if you're on any of the2.x
versionsmigrations/strapi-plugin-navigation-3.0.0-no-2-locale-slug-regular-slug.js
- if you're on version< 3.0.0-beta.4
migrations/strapi-plugin-navigation-3.0.0-no-3-morph-relation.js
- if you're on version< 3.0.0-beta.6
More about applying database migrations you can find in Strapi 5 Documentation.
🎯 Roadmap
🎉 COMPLETED
v3.0.0-beta.5
⚠️ Beta release for Strapi v5
🪳 Fixes
- Unable to set custom boolean field value to false - #468 by @CodeVoyager
🌱 Misc
- Bump to Strapi
v5.3.0
- Dependencies upgrade
🎯 Roadmap
- Polymorphic relations introduction
- Data structures migration -
⚠️ version3.x+
is going to introduce breaking changes
v3.0.0-beta.4
⚠️ Beta release for Strapi v5
🚀 Features
- Revert back the Wrapper node type - by @CodeVoyager
🪳 Fixes
- Navigation slug contains the
locale
part - by @CodeVoyager
🌱 Misc
- Bump to Strapi
v5.1.1
- Dependencies upgrade
♻️ Migrations
To properly migrate from version 3.0.0-beta.{0,1,2,3}
to 3.0.0-beta.4
please copy the migration file: migrations/strapi-plugin-navigation-3.0.0-no-2-locale-slug-regular-slug.js
to your project database/migrations
directory. More about applying database migrations you can find in Strapi 5 Documentation.
🎯 Roadmap
- Polymorphic relations introduction
- Data structures migration -
⚠️ version3.x+
is going to introduce breaking changes
v3.0.0-beta.3
⚠️ Beta release for Strapi v5
🚀 Features
- Full and native compatibility with Strapi i18n -
⚠️ Breaking change! ThelocaleCode
was replaced withlocale
property
🪳 Fixes
- Unable to delete navigation - #461
- Incorrect UI order of menu with nested items - #459
- Multiple small bugs and glitches
🌱 Misc
- Bump to Strapi
v5.1.0
- Dependencies upgrade
🎯 Roadmap
- Polymorphic relations introduction
- Data structures migration -
⚠️ version3.x+
is going to introduce breaking changes
v3.0.0-beta.2
⚠️ Beta release for Strapi v5
🚀 Features
- All forms are based on the Strapi Form. Decommission of
react-hook-form
.
🪳 Fixes
- i18n navigations creation
- Single types selection & usage
- Settings page light/dark theme recognition
🌱 Misc
- Dependencies upgrade
🎯 Roadmap
- Polymorphic relations introduction
- Data structures migration -
⚠️ version3.x+
is going to introduce breaking changes
v3.0.0-beta.1
⚠️ Beta release for Strapi v5
🚀 Features
- Migration from
id
todocumentId
-⚠️ breaking change - update your queries!
🪳 Fixes
- Strapi v5 / Plugin v3 Inconsistent theme - #446
- Strapi v5 / Plugin v3 Can't create any entry - #447
- Strapi V5: Entities of Content-Types not shown when trying to create Navigation Item - #449
- Strapi v5: GraphQL breaking change - #450
- Strapi v5: No hierarchy in render output - #454
- Strapi v5: Cannot apply any value to Custom Field - #455
🌱 Misc
- Dependencies upgrade
- Unit tests migration
🎯 Roadmap
- Polymorphic relations introduction
- Data structures migration -
⚠️ version3.x+
is going to introduce breaking changes
v3.0.0-beta.0
⚠️ First beta release for Strapi v5
⚠️ Breaking changes coming
To address queries regarding the import/export compatibility of the Navigation plugin we've decided to introduce the polymorphic
relations to handle navigation items links with related Collection & Single Types. This change is going to highly affect the data structures and is not backward compatible with any v2.x+
. The plan is to introduce the change in the public release of 3.0.0
. The team is working on providing a migration guide / automated script.
🚀 Features
- Reimplemented interface aligned to the newest Strapi Design System
- 100% TypeScript
- v5 ready
🎯 Roadmap
- Polymorphic relations introduction
- Data structures migration -
⚠️ version3.x+
is going to introduce breaking changes - Unit tests migration