Skip to content

Commit

Permalink
release: ngx-editor v8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Feb 17, 2021
1 parent 373478b commit 40aa548
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
## v8.0.0 (2021-02-17)

#### Features

- add `auto-link` inputrule ([c18d1ed](https://github.com/sibiraj-s/ngx-editor/commit/c18d1ed))
- add `insertHTML` command ([9d41ff0](https://github.com/sibiraj-s/ngx-editor/commit/9d41ff0))

#### Dependency Updates

- update `prosemirror-{view/commands}` ([292e21d](https://github.com/sibiraj-s/ngx-editor/commit/292e21d))

## v8.0.0-beta.8 (2021-02-09)

#### Features
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.0-beta.8",
"version": "8.0.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 40aa548

Please sign in to comment.