Releases: sibiraj-s/ngx-editor
Releases · sibiraj-s/ngx-editor
v5.0.0-alpha.13
v5.0.0-alpha.13 (2020-11-29)
Features
Bug Fixes
- center align menu icons (99e7c00)
- prevent menu content overflowing the editor (9005869)
Enhancements
- remove dependency
prosemirror-schema-basic
(317bf42)
v5.0.0-alpha.12
Bug Fixes
- hide tooltip when editor is not in focus (0fab30f)
- handle unlink option in menu correctly (0696e82)
v5.0.0-alpha.10
Features
Breaking Changes
Internal
v4.1.1
Bug Fixes
- fix validation in insert video form (74a86ca)
v5.0.0-alpha.9
Bug Fixes
- fix issues with reactive-forms (bede7a1)
v5.0.0-alpha.8
Bug Fixes
- set active state correctly for nested lists (453d807)
- fix vulnerabilities (9c89d2a)
Features
v5.0.0-alpha.7
Enhancements
- remove dependencies
prosemirror-utils
and prosemirror-tables
(6e13142)
Bug Fixes
- handle null value correctly in input (84104c2)
- fix schema usage in example app (6e13142)
Documentation
v5.0.0-alpha.6
Features
- add support for custom menu items in menu plugin (1737369)
- support custom prosemirror schema (1737369)
- support prosemirror nodeviews config (1737369)
Breaking Changes
- renamed few css identifiers (c9555b4)
v5.0.0-alpha.5
Features
- add support for prosemirror plugins (fcdc39b)
Breaking Changes
- placeholder and config property is replaced with plugins
import { menu, placeholder } from "ngx-editor";
NgxEditorModule.forRoot({
plugins: [menu(), placholder("Type something here...")],
});
- shortcuts needs to be configured manually using plugins
- removed peerDependencies
prosemirror-history
and prosemirror-keymap