Skip to content

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

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

v2.0.10

28 Mar 20:53
Compare
Choose a tag to compare

‼️ v2.0.10 fixes critical errors introduced in 2.0.9 ‼️

In case of any problems with 2.0.9 or 2.0.10 please use 2.0.8 instead and post us your findings!

Fixes

  • Problem with 2.0.9 pagination and postgresql - #189
  • Unable to create navigation with single type in 2.0.9 - #190
  • Ordering feature is not exposed on tree rendering - #186 by @cortopy

v2.0.9

28 Mar 07:11
Compare
Choose a tag to compare

Fixes

  • issues with Single Types - #182