Skip to content

Commit

Permalink
release: ngx-editor v8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Mar 17, 2021
1 parent 1d56a9e commit 18a2a33
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,26 @@ All notable changes to this project will be documented in this file.
> - Documentation
> - Internal
## v8.1.0 (2021-03-17)

#### Features

- `Shift-Enter` to line break ([e5a4b4c](https://github.com/sibiraj-s/ngx-editor/commit/e5a4b4c))

#### Bug Fixes

- check if link mark exists before evaluation ([f65b0ff](https://github.com/sibiraj-s/ngx-editor/commit/f65b0ff))

#### Dependency Updates

- regenerate package-lock.json ([47a292c](https://github.com/sibiraj-s/ngx-editor/commit/47a292c))
- update prosemirror-view ([a71de7d](https://github.com/sibiraj-s/ngx-editor/commit/a71de7d))
- update devDependencies ([1d56a9e](https://github.com/sibiraj-s/ngx-editor/commit/1d56a9e))

#### Internal

- remove unused imports ([85575e1](https://github.com/sibiraj-s/ngx-editor/commit/85575e1))

## v8.0.1 (2021-03-06)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-editor",
"version": "8.0.1",
"version": "8.1.0",
"description": "Rich Text Editor for angular using ProseMirror",
"license": "MIT",
"repository": "https://github.com/sibiraj-s/ngx-editor.git",
Expand Down

0 comments on commit 18a2a33

Please sign in to comment.