Skip to content

Commit

Permalink
release: ngx-editor v5.0.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jun 8, 2020
1 parent 959b425 commit 980db5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion 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
## v5.0.0-alpha.8 (2020-06-08)

#### Bug Fixes

- set active state correctly for nested lists ([453d807](https://github.com/Sibiraj-S/ngx-editor/commit/453d807))
- fix vulnerabilities ([9c89d2a](https://github.com/Sibiraj-S/ngx-editor/commit/9c89d2a))

#### Features

- add blockquote support ([a26f192](https://github.com/Sibiraj-S/ngx-editor/commit/a26f192))

## v5.0.0-alpha.7 (2020-06-01)

#### Enhancements
Expand Down Expand Up @@ -54,7 +65,7 @@ All notable changes to this project will be documented in this file.
import { menu, placeholder } from 'ngx-editor';

NgxEditorModule.forRoot({
plugins: [menu(), placholder('Type something here...')],
plugins: [menu(), placholder('Type something here...')]
});
```

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": "5.0.0-alpha.7",
"version": "5.0.0-alpha.8",
"description": "WYSIWYG Editor for Angular Applications",
"license": "MIT",
"repository": "https://github.com/sibiraj-s/ngx-editor.git",
Expand Down

0 comments on commit 980db5a

Please sign in to comment.