diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ecdf965..52d5fabf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 11.0.0 + +**Migrate from 10.0.0 to 11.0.0 - Check the official guide [HERE](https://ks89.github.io/angular-modal-gallery-2023-v11.github.io/)** + +### Features + +- remove `hammerjs` dependency (because deprecated) to mange swipe events preferring a custom directive #218 **(BREAKING CHANGE)** +- remove `mousetrap` dependency to manage ctrl+s/meta+s event to save the current image in modal-gallery component. + This in a very important change, because from now you won't be able to customize ctrl+s/meta+s shortcuts #237 **(BREAKING CHANGE)** + + # 11.0.0-rc.1 **Migrate from 10.0.0 to 11.0.0 - Check the official guide [HERE](https://ks89.github.io/angular-modal-gallery-2023-v11.github.io/)** diff --git a/README.md b/README.md index 29fb5644..86b95f21 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ From version @ks89/angular-modal-gallery >= 11.0.0, **mousetrap and hammerjs hav **More than 100 releases in two years**, and more to come... :) +- 07/08/2023 - 11.0.0 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) - 06/01/2023 - 11.0.0-rc.1 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) - 11/18/2022 - 10.0.1 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) - 11/17/2022 - 10.0.0 - @ks89/angular-modal-gallery - [HERE](https://github.com/Ks89/angular-modal-gallery/releases) diff --git a/projects/ks89/angular-modal-gallery/package.json b/projects/ks89/angular-modal-gallery/package.json index d883dd7b..e632bc87 100644 --- a/projects/ks89/angular-modal-gallery/package.json +++ b/projects/ks89/angular-modal-gallery/package.json @@ -1,6 +1,6 @@ { "name": "@ks89/angular-modal-gallery", - "version": "11.0.0-rc.1", + "version": "11.0.0", "description": "Image gallery for Angular", "license": "MIT", "author": "Stefano Cappa",