Skip to content

Releases: sibiraj-s/ngx-editor

v3.3.0-rc.3

05 Feb 10:37
Compare
Choose a tag to compare
v3.3.0-rc.3 Pre-release
Pre-release

BUG FIXES

  • remove border for toolbar if hidden (4eef077), closes #43
  • placeholder gets duplicated if a page has more than one editor (cdfd4bc), closes #44
  • ngModel binding does not reflects in editor's textarea (4f4967a), closes #45

CHANGES

  • update peerDependency codemirror to v5.34.0 (6012283)

INTERNAL

v3.3.0-rc.2

19 Jan 14:00
Compare
Choose a tag to compare
v3.3.0-rc.2 Pre-release
Pre-release

BUG FIXES

  • fix: add missing xml parser for code-mirror (1078c69)

v3.3.0-rc.1

19 Jan 13:28
9f0e19d
Compare
Choose a tag to compare
v3.3.0-rc.1 Pre-release
Pre-release

BUG FIXES

  • fix error in exporting codemirror (9f0e19d), closes #40

INTERNAL

  • update ng-packagr to v2.0.0-rc.11 (9f0e19d)

DOCUMENTATION

  • update additional docs (9f0e19d)
  • removed wiki

v3.3.0-rc.0

19 Jan 06:51
2ed79b8
Compare
Choose a tag to compare
v3.3.0-rc.0 Pre-release
Pre-release

FEATURES

  • added event-emitter to emit blur and focus events (2ed79b8)
  • added option to view/edit plain HTML code (2ed79b8), closes #26

INTERNAL

  • update angular-cli to v1.6.5 (2ed79b8)
  • update devDependencies (2ed79b8)

DOCUMENTATION

v3.2.1

19 Dec 07:30
Compare
Choose a tag to compare

BUG FIXES

  • add button types to toolbar to avoid firing submit while using in reactive forms (d4ccc79)

ENHANCEMENTS

  • lighten placeholder color (27ccd72)

v3.2.0

14 Dec 07:27
Compare
Choose a tag to compare

FEATURES

  • enable or disable toolbar (0a915f5)

BUG FIXES

  • fix: horizontal overflow in editor (0a915f5)
  • minor style tweaks (4390502)

v3.1.2

05 Dec 08:22
Compare
Choose a tag to compare

BUG FIXES

  • remove methods that are not supported by Internet Explorer (7be2fd6)
  • fix grippie svg not centre aligned in Internet Explorer (c87c5e4)
  • fix inputs not replacing configuration (dabac4c)

INTERNAL

v3.1.1

28 Nov 08:01
Compare
Choose a tag to compare

INTERNAL

  • move dependencies to peerDependencies (0310191)

v3.1.0

24 Nov 20:51
Compare
Choose a tag to compare

FEATURES

  • Reactive forms support for the editor (ba350a83)

BREAKING CHANGES

  • use ngModel instead of html for HTML bindings (ba350a83)

v3.0.2

24 Nov 12:13
Compare
Choose a tag to compare

BUG FIXES