Skip to content

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

v1.1.0

14 Nov 16:17

Choose a tag to compare

Version 1.1.0

‼️ Breaking changes ‼️

Version 1.1.0 of strapi-plugin-navigation removes (a bit problematic) polymorphic relations between navigation items and content types. Before upgrading make sure you've made a backup of your project as there will be triggered DB migration which transforms poly relations to a different kind of.

We've decided to "unlock" the Navigation collection to let you work with multiple navigations before we introduce dedicated part of interface into the plugin UI. Looking for some feedback in terms of such functionality as v4 plans are almost completed and build already kicked off 🦾


Features

  • Unable to use the same entities in different navigations (issue #50)
  • Multiple Navigation Portal (issue #98)
  • Update regexp for mailto links (pr #100)

Fixes

  • Error after edit audience field (issue #99)

v1.0.4

08 Sep 07:03

Choose a tag to compare

Features

  • introducing GQL support for the whole plugin #54

v1.0.3

25 Jul 15:23

Choose a tag to compare

Features

  • render selected child of root navigation #77
  • french translation added #86

Fixes

  • filter param wasn't considered in render method #89
  • endpoints for custom routes content types are undefined #73

v1.0.2

21 May 09:35

Choose a tag to compare

Fixes

  • the state & runtime minor issues - #64, #65
  • conditional validation for relation titles and pulling them to navigation item in case of leaving blank field - #61

Features

v1.0.1

26 Apr 06:18
2164ed4

Choose a tag to compare

Compatibility with Strapi 3.6.x

Fixes

  • provides compatibility changed plugins actions register flow #56

v1.0.0

06 Apr 11:50

Choose a tag to compare

Features

  • Hierarchical structure management
  • Nested patch validation
  • Public render API exposed with support for flat, tree, rfr rendering types
  • Support for Collections & Single Types
  • Support for internal & external items

Public Beta #19

16 Mar 07:07
d2dff1c

Choose a tag to compare

Public Beta #19 Pre-release
Pre-release

Fixes

  • drops default Strapi query limits to support large navigation structures

Public Beta #18

15 Mar 18:46
2e1fca7

Choose a tag to compare

Public Beta #18 Pre-release
Pre-release

Features

  • provides ability to search across the content types as typeahead

Fixes

  • resolves issue with content types results limit

Public Beta #17

08 Mar 13:10
c107977

Choose a tag to compare

Public Beta #17 Pre-release
Pre-release

Features

  • adds coverage for built-in Strapi draft & publish flow (#23)
  • adds possibility to define own template names based on model schemas for Single Types
  • adds ability to define #anchor as external links (#40)
  • filter outs removed and draft entities from render output

Fixes

  • prevents 500 error when content type entity has been accidentally removed (#42, #44)

Public Beta #16

01 Mar 08:00
7bfd441

Choose a tag to compare

Public Beta #16 Pre-release
Pre-release

Features

  • changes the way of relations linking

Fixes

  • fixing the associations mismatch between SQL and noSQL databases - #28, #35