From 2ec16c979c134f0096d3e958c777b191b50ebbf6 Mon Sep 17 00:00:00 2001 From: nzambello Date: Wed, 24 Mar 2021 18:45:18 +0100 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc0e42b..c6ba9dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,23 @@ 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.0.0](https://github.com/collective/volto-dropdownmenu/compare/v1.3.0...v2.0.0) + +- chore: add local translations [`#15`](https://github.com/collective/volto-dropdownmenu/pull/15) +- Volto 12 compatibility [`#13`](https://github.com/collective/volto-dropdownmenu/pull/13) +- extendableAsyncConnect is an optional setting and can be undefined [`#12`](https://github.com/collective/volto-dropdownmenu/pull/12) +- chore(i18n): update translations [`50cd941`](https://github.com/collective/volto-dropdownmenu/commit/50cd9416ae31ed0934075bc0aa7d62ae757158c9) +- docs: update readme [`ff840ed`](https://github.com/collective/volto-dropdownmenu/commit/ff840ed99e493d4f8a04c5a464ffd92422275c1f) +- docs: updated README for Volto 12 compatibility [`3bbb5fd`](https://github.com/collective/volto-dropdownmenu/commit/3bbb5fd5426c35a60b59c867ecb41bef3910f9ef) +- refactor: add compatibility with volto < 12 [`077ed7f`](https://github.com/collective/volto-dropdownmenu/commit/077ed7ff996ca05a8e68c3cc2482c75ea3561c07) + #### [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) +- Release 1.3.0 [`43280a0`](https://github.com/collective/volto-dropdownmenu/commit/43280a0489d0290085e7d6cc9a92323ed56312e1) - 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) diff --git a/package.json b/package.json index b945e1a..50c9726 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "volto-dropdownmenu", - "version": "1.3.0", + "version": "2.0.0", "description": "Volto addon for a customizable dropdown menu", "main": "src/index.js", "repository": "https://github.com/collective/volto-dropdownmenu.git",