Skip to content

Releases: VirtusLab-Open-Source/strapi-plugin-navigation

v2.3.0-beta.0

21 Sep 06:53
3599b0e
Compare
Choose a tag to compare
v2.3.0-beta.0 Pre-release
Pre-release

‼️ 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

21 Sep 06:25
692e7d9
Compare
Choose a tag to compare

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

05 Aug 12:22
7536d05
Compare
Choose a tag to compare

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

28 Jul 13:30
2eb9d42
Compare
Choose a tag to compare

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

Other

  • Remove unused lifecycle hooks - #253 by @ltsNotMike
  • Documentation updates

v2.1.0

17 Jun 07:32
dc5a684
Compare
Choose a tag to compare

TypeScript 💪

Final version build in TypeScript which contains everything from v2.0.14 and more!

Features

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

05 May 14:34
Compare
Choose a tag to compare
v2.1.0-beta.1 Pre-release
Pre-release

Beta - TypeScript

Beta version build in TypeScript which contains everything from v2.0.13 and more!

Features

Fixes

Other

  • Documentation updates

v2.1.0-beta.2

23 May 07:19
Compare
Choose a tag to compare
v2.1.0-beta.2 Pre-release
Pre-release

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

22 Apr 07:08
Compare
Choose a tag to compare

Fixes

  • GraphQL Flat render does not resolve related items - #201 by @ltsNotMike
  • GraphQL NavigationItem type has incorrect type for parent - #202 by @ltsNotMike

Other

v2.0.12

30 Mar 21:38
Compare
Choose a tag to compare

Fixes

  • disappearing Single Types while editing settings and on saving structures (MySQL DB) - #192 #189

v2.0.11

30 Mar 13:58
Compare
Choose a tag to compare

Fixes

  • changed underlaying DB call limits to fix MySQL shortening - #189

Features

  • Introduced all content types support (including plugin:: types except restricted) - #184