From 46d56ee4f34f4bb22d0199c01d008edf4f1cb3b4 Mon Sep 17 00:00:00 2001 From: nzambello Date: Tue, 30 Mar 2021 16:58:47 +0200 Subject: [PATCH] Release 2.2.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef72b3c..1145e06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,21 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v2.2.0](https://github.com/collective/volto-dropdownmenu/compare/v2.1.0...v2.2.0) + +- added field 'additionalClasses', to apply additional specific styles … [`#17`](https://github.com/collective/volto-dropdownmenu/pull/17) +- chore:updated local translations [`6307921`](https://github.com/collective/volto-dropdownmenu/commit/63079217cd28dec82121a3ccfa11aa528037a44f) +- added field 'additionalClasses', to apply additional specific styles to each menu item [`16981fc`](https://github.com/collective/volto-dropdownmenu/commit/16981fcdd7fb6f1d9249bfe339b36f1d03232fa9) +- chore: add translations [`e7b85a0`](https://github.com/collective/volto-dropdownmenu/commit/e7b85a0752d9c3a4250e5c9854c454d31f7442ee) +- apply additionalClasses field value to each menu item [`55a4c7f`](https://github.com/collective/volto-dropdownmenu/commit/55a4c7fc6401f6166632e590f35a940fce4618a6) +- chore: added class multi-navigation-root if menu item has multiple navigation root [`1a065fd`](https://github.com/collective/volto-dropdownmenu/commit/1a065fd2c9f2d9c97daf1570bed2ceadb3893789) + #### [v2.1.0](https://github.com/collective/volto-dropdownmenu/compare/v2.0.0...v2.1.0) +> 25 March 2021 + - refactor: get items by path [`#16`](https://github.com/collective/volto-dropdownmenu/pull/16) +- Release 2.1.0 [`531bf47`](https://github.com/collective/volto-dropdownmenu/commit/531bf4773c1ceecc171827a079d71ae4286b4998) ### [v2.0.0](https://github.com/collective/volto-dropdownmenu/compare/v1.3.0...v2.0.0) diff --git a/package.json b/package.json index 60b653c..90be991 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-dropdownmenu", - "version": "2.1.0", + "version": "2.2.0", "description": "Volto addon for a customizable dropdown menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-dropdownmenu.git",