Releases: sibiraj-s/ngx-editor
Releases · sibiraj-s/ngx-editor
v3.0.1
INTERNAL
BUG FIXES
- fix: default configuration not set onInit (443c994)
v3.0.0
BUG FIXES
- fix HTML Model not updated after subscription on Observable (84946ed), closes #9
INTERNAL
v1.2.1
BUG FIXES
- downgrade dependency to avoid incompatibility (45752bc)
- update insert image query text (2748cc3)
v1.2.0
FEATURES
- option to insert/edit link (63e401b)
- option to edit link (89389ab)
- unlink anchor tag (90f88a5)
- enable toolbar only when editor is focused (b915d68)
INTERNAL
- update ng-packagr (cebc696)
- fix dependency mismatches with angular (26a1a6d)
ENHANCEMENTS
BUG FIXES
- enable/disbale toolbar on focusing the editor (8b2bb27)
v1.1.0
FEATURES
- set
width
and minWidth
to editor (731f2fc)
- new resizer added (864a5be)
ENHANCEMENTS
- remove units for zero value (3978843)
v1.0.0
PERFORMANCE
- improve value handling for attributes that hold boolean values (8695873)
- better handling of default values (7a40862)
FEATURES
- set
height
and minHeight
for editror (fdb1b30)
- toolbar customization (c6a2151)
DOCS
v1.0.0-beta.3
BUG FIXES
- undefined intialization in editor (d17c1dd)
INTERNAL