Skip to content

Commit

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

0 comments on commit 2ec16c9

Please sign in to comment.