Skip to content

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

v2.2.8

26 Apr 07:08
8effcb0
Compare
Choose a tag to compare

Fixes

v2.2.7

06 Apr 13:38
dfcc5c8
Compare
Choose a tag to compare

Fixes

Misc

v2.2.6

06 Apr 08:36
81ac897
Compare
Choose a tag to compare

Fixes

  • Policies check on admin endpoints according to RBAC permissions - #315 by @cyp3rius

Misc

  • Documentation updates according to RBAC & Tokens for Public API usage

v2.2.5

05 Apr 16:29
ad72da9
Compare
Choose a tag to compare

Fixes

  • Permissions from RBAC weren't applied properly - #315 by @cyp3rius

Misc

  • Document pathDefaultFields config - by @timraasveld
  • Dependencies upgrades (Dependabot)

v2.2.4

02 Feb 10:31
dac2399
Compare
Choose a tag to compare

Fixes

v2.2.3

30 Dec 21:30
d89f9c4
Compare
Choose a tag to compare

Fixes

Features

  • searching in navigation structure should be case insensitive - #276 by @cyp3rius

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