Skip to content

Releases: sibiraj-s/ngx-editor

v3.0.1

23 Nov 14:20
Compare
Choose a tag to compare

INTERNAL

BUG FIXES

  • fix: default configuration not set onInit (443c994)

v3.0.0

23 Nov 11:04
Compare
Choose a tag to compare

BUG FIXES

  • fix HTML Model not updated after subscription on Observable (84946ed), closes #9

INTERNAL

v2.0.1

07 Nov 09:26
Compare
Choose a tag to compare

INTERNAL

v2.0.0

02 Nov 09:58
Compare
Choose a tag to compare

PERFORMANCE

v1.2.1

25 Oct 12:27
Compare
Choose a tag to compare

BUG FIXES

  • downgrade dependency to avoid incompatibility (45752bc)
  • update insert image query text (2748cc3)

v1.2.0

23 Oct 11:39
Compare
Choose a tag to compare

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

  • CSS Tweaks

BUG FIXES

  • enable/disbale toolbar on focusing the editor (8b2bb27)

v1.1.1

09 Oct 12:19
Compare
Choose a tag to compare

PERFORMANCE

v1.1.0

09 Oct 09:22
Compare
Choose a tag to compare

FEATURES

  • set width and minWidth to editor (731f2fc)
  • new resizer added (864a5be)

ENHANCEMENTS

  • remove units for zero value (3978843)

v1.0.0

06 Oct 09:27
Compare
Choose a tag to compare

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

03 Oct 06:50
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

BUG FIXES

  • undefined intialization in editor (d17c1dd)

INTERNAL