Releases: sibiraj-s/ngx-editor
Releases · sibiraj-s/ngx-editor
v10.0.2
Bug Fixes
- make input elements editable inside floating menu (c408d17)
v10.0.1
Bug Fixes
- add missing rxjs peerDependency (63f396f)
v10.0.0
Breaking Changes
- requires angular 12 or greater (2558555)
v9.0.2
Bug Fixes
- update URL regex to allow query parameters (a8ec71c)
- set title for link and image menu items (d8de693)
v9.0.1
Bug Fixes
- check
navigator
before access for SSR (2a58a3a)
v9.0.0
Features
- enable or disable the component via Forms API (042eeea)
- add option
dropdownPlacement
to the menu component (b0f2026)
Breaking Changes
- option
enabled
is replaced with disabled
(042eeea)
v8.1.1
Bug Fixes
- prevent placeholder from rendering on each empty block (ef2c452)
v8.1.0
Features
Shift-Enter
to line break (e5a4b4c)
Bug Fixes
- check if link mark exists before evaluation (f65b0ff)
Dependency Updates
- regenerate package-lock.json (47a292c)
- update prosemirror-view (a71de7d)
- update devDependencies (1d56a9e)
Internal
v8.0.1
Bug Fixes
- fix placeholder misaligned with with right align (2b7b06e)
- fix placeholder caret not displayed in Firefox (451f275)
Dependency Updates
Documentation