Skip to content

Commit

Permalink
release: ngx-editor v17.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed May 13, 2024
1 parent 0ac482a commit e62faca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-editor/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e62faca

Please sign in to comment.