Skip to content

Commit

Permalink
release: ngx-editor v8.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Feb 4, 2021
1 parent a147ee7 commit b1e5521
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ All notable changes to this project will be documented in this file.
> - Documentation
> - Internal
## v8.0.0-beta.1 (2021-02-04)

#### Bug Fixes

- add `@angualr/elements` as a peerDependency ([a147ee7](https://github.com/sibiraj-s/ngx-editor/commit/a147ee7))

## v8.0.0-beta.0 (2021-02-04)

#### Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions docs/migration-7-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,7 @@ const editor = new Editor();
editor.focus.subscribe(() => {}); // no longer exposed
editor.blur.subscribe(() => {}); // no longer exposed
```

#### Miscellaneous

- `@angular/elements` is a peerDependency
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.0",
"version": "8.0.0-beta.1",
"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 b1e5521

Please sign in to comment.