Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Mar 30, 2021
1 parent 8b5d8bd commit 46d56ee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 46d56ee

Please sign in to comment.