Releases: sibiraj-s/ngx-editor
Releases · sibiraj-s/ngx-editor
v12.2.1
Bug Fixes
- remove extra dom node around image component (210824a)
v12.2.0
Features
- add option
autoPlace
to floating-menu to automatically position the component (82c1047)
Enhancements
- improve floating-menu positioning with floating-ui (82c1047)
Dependency Updates
- update prosemirror dependencies (8d4d5ea)
- update devDependencies (8171514)
v12.1.2
Bug Fixes
- show active background color in color palette (e2d4f43)
- fix color palette selection in
mat-dialog
(c7df506)
- replace deprecated substr with substring (9089c5a)
Enhancements
- inherit SVG text using currentColor (0b785b3)
Performance Improvements
- use trackByFn with ngFor loops (c7df506)
Dependency Updates
- update dependencies and devDependencies (ce1ca6b)
v12.1.1
Bug Fixes
- set all image attributes during resize (c4f9426)
Dependency Updates
v12.1.0
Bug Fixes
- allow editor to be reset via reactive forms api (dd96ae2)
Breaking Changes
v11.1.1
Bug Fixes
- allow link insert without text selection (551e0ef)
v11.1.0
Features
- add option to enable or disable some editor features (c0d256f)
v11.0.0
Features
- support editor attributes (e89e676)
Breaking Changes
- use px instead of rem for styling (19464a4)
v10.1.0
Features
- add input rules for bold and italics (ab7d175)
Bug Fixes
- use correct shortcut for underline (c82fce0)