Skip to content

Commit

Permalink
release: ngx-editor v17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed May 12, 2024
1 parent 1a446a8 commit 6c2977c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ All notable changes to this project will be documented in this file.
> - Documentation
> - Internal
## v17.1.0 (2024-05-12)

#### Features

- add support for parseOptions ([3d5ac24](https://github.com/sibiraj-s/ngx-editor/commit/3d5ac24))
- unpin prosemirror and floating ui dependencies ([22e8bc2](https://github.com/sibiraj-s/ngx-editor/commit/22e8bc2))
- add locale for invalid URL error message ([aee35ff](https://github.com/sibiraj-s/ngx-editor/commit/aee35ff))
- improve menu accessibility ([041c167](https://github.com/sibiraj-s/ngx-editor/commit/041c167))

#### Bug Fixes

- cleanup types ([7902131](https://github.com/sibiraj-s/ngx-editor/commit/7902131))
- fix unset link removes other marks in range ([c038772](https://github.com/sibiraj-s/ngx-editor/commit/c038772))

## v17.0.2 (2024-04-03)

#### 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.0.2",
"version": "17.1.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 6c2977c

Please sign in to comment.