Skip to content

Commit

Permalink
release: ngx-editor v17.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed May 14, 2024
1 parent dedff4a commit 28dfd93
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 @@ -13,6 +13,17 @@ All notable changes to this project will be documented in this file.
> - Documentation
> - Internal
## v17.4.0 (2024-05-14)

#### Features

- add support for superscript, subscript ([65a95ff](https://github.com/sibiraj-s/ngx-editor/commit/65a95ff))
- add undo, redo menu items ([dedff4a](https://github.com/sibiraj-s/ngx-editor/commit/dedff4a))

#### Bug Fixes

- fix regression on losing editor focus while selecting menu item ([89cca24](https://github.com/sibiraj-s/ngx-editor/commit/89cca24))

## v17.3.0 (2024-05-13)

#### 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.3.0",
"version": "17.4.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 28dfd93

Please sign in to comment.