Releases: sibiraj-s/ngx-editor
Releases · sibiraj-s/ngx-editor
v3.3.0-rc.3
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
BUG FIXES
- fix: add missing xml parser for code-mirror (1078c69)
v3.3.0-rc.1
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
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
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
FEATURES
- enable or disable toolbar (0a915f5)
BUG FIXES
- fix: horizontal overflow in editor (0a915f5)
- minor style tweaks (4390502)
v3.1.2
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
INTERNAL
- move dependencies to peerDependencies (0310191)
v3.1.0
FEATURES
- Reactive forms support for the editor (ba350a83)
BREAKING CHANGES
- use
ngModel
instead of html
for HTML bindings (ba350a83)