Skip to content

Commit

Permalink
release: ngx-editor v8.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Feb 5, 2021
1 parent 12b2dc8 commit 3aee0ef
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.0.0-beta.2 (2021-02-05)

#### Bug Fixes

- fixes styling issues with `box-sizing:border-box` ([6c26440](https://github.com/sibiraj-s/ngx-editor/commit/6c26440))
- update floating menu styles ([9568769](https://github.com/sibiraj-s/ngx-editor/commit/9568769))
- prevent incorrect updates to toolbar with multiple instances ([908c9cb](https://github.com/sibiraj-s/ngx-editor/commit/908c9cb))

#### Features

- add alignment options to floating menu ([3c0ed54](https://github.com/sibiraj-s/ngx-editor/commit/3c0ed54))

#### Dependency Updates

- update prosemirror-view, prosemirror-model ([a8ecb22](https://github.com/sibiraj-s/ngx-editor/commit/a8ecb22))

#### Enhancements

- use DOM created by ProseMirror ([8c8b738](https://github.com/sibiraj-s/ngx-editor/commit/8c8b738))

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

#### 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.0-beta.1",
"version": "8.0.0-beta.2",
"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 3aee0ef

Please sign in to comment.