diff --git a/CHANGELOG.md b/CHANGELOG.md index ca2402ef..8bbae838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,18 @@ All notable changes to this project will be documented in this file. > - Documentation > - Internal +## v17.2.0 (2024-05-13) + +#### Features + +- add support for indent/outdent ([1dc5443](https://github.com/sibiraj-s/ngx-editor/commit/1dc5443)) + +#### Bug Fixes + +- set correct classes to menu buttons ([2352039](https://github.com/sibiraj-s/ngx-editor/commit/2352039)) +- remove hover styles on disabled state ([b2a18e0](https://github.com/sibiraj-s/ngx-editor/commit/b2a18e0)) +- set disabled atrribute to menu buttons when disabled ([825791e](https://github.com/sibiraj-s/ngx-editor/commit/825791e), [0ac482a](https://github.com/sibiraj-s/ngx-editor/commit/0ac482a)) + ## v17.1.0 (2024-05-12) #### Features diff --git a/projects/ngx-editor/package.json b/projects/ngx-editor/package.json index dad3c64a..fb6f0c70 100644 --- a/projects/ngx-editor/package.json +++ b/projects/ngx-editor/package.json @@ -1,6 +1,6 @@ { "name": "ngx-editor", - "version": "17.1.0", + "version": "17.2.0", "description": "The Rich Text Editor for Angular, Built on ProseMirror", "license": "MIT", "repository": "https://github.com/sibiraj-s/ngx-editor.git",