diff --git a/CHANGELOG.md b/CHANGELOG.md index f3faf54..dc0e42b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,26 @@ 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). +#### [v1.3.0](https://github.com/collective/volto-dropdownmenu/compare/v1.2.4...v1.3.0) + +> 25 February 2021 + +- added asynConnect for ssr [`#11`](https://github.com/collective/volto-dropdownmenu/pull/11) +- getDropdownMenuNavitems on login [`#8`](https://github.com/collective/volto-dropdownmenu/pull/8) +- component 'Navigation': get token via useSelector hook [`7e1b47b`](https://github.com/collective/volto-dropdownmenu/commit/7e1b47b87f84847b5ddc73698d9385d314b68230) +- bug fix: component Navigation: filter out menu items that are not available causeā€¦ [`a3640e4`](https://github.com/collective/volto-dropdownmenu/commit/a3640e4e070fae5caee066ecbd1596598906fbc4) +- fix: asyncConnect import [`abb4791`](https://github.com/collective/volto-dropdownmenu/commit/abb4791d3b35eb599fe5cad2667dee48a5dede70) +- component Navigation: keys [`c656aba`](https://github.com/collective/volto-dropdownmenu/commit/c656aba25acb89941f9a8b932b2c14120fda801e) +- component 'Navigation': remove left over import of 'connect' [`74e5ba6`](https://github.com/collective/volto-dropdownmenu/commit/74e5ba6ae4a750b0482e26815972574674485552) +- bug fix: click on burger should close menu [`7a02e8e`](https://github.com/collective/volto-dropdownmenu/commit/7a02e8e3e911040a3461e3787a336200bb630686) +- component Navigation: filter out menu items that are not available cause not published [`cf84b23`](https://github.com/collective/volto-dropdownmenu/commit/cf84b23b462a0a751a5546d4b331a98bff71b28c) + #### [v1.2.4](https://github.com/collective/volto-dropdownmenu/compare/v1.2.3...v1.2.4) > 31 January 2021 - moved close button inside OutsideClickHandler component [`120337a`](https://github.com/collective/volto-dropdownmenu/commit/120337aedf3d0592a1ed34afbf69072319829d8d) +- Release 1.2.4 [`1e36694`](https://github.com/collective/volto-dropdownmenu/commit/1e36694f4b30b2d1e4752a40395e3863fe60e2f2) - chg: removed non number key for Menu child fragments [`5668418`](https://github.com/collective/volto-dropdownmenu/commit/5668418034a10194e4758fa3a6448a5fdcfd1b9c) #### [v1.2.3](https://github.com/collective/volto-dropdownmenu/compare/v1.2.2...v1.2.3) diff --git a/package.json b/package.json index c90d8b3..7a5a476 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-dropdownmenu", - "version": "1.2.4", + "version": "1.3.0", "description": "Volto addon for a customizable dropdown menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-dropdownmenu.git",