Releases: lemonde/angular-ckeditor
Releases · lemonde/angular-ckeditor
v1.0.3
Amends the top of the undo stack when model sync
v1.0.2
Added main file reference into package.json for CommonJS loaders (#27)
v1.0.1 do not use, use v1.0.2 instead !
I (@Yvem) forgot to generate the minified version 😝
v1.0.0
- added delayed cleanup
- API CHANGE an internal function called by some users,
$on
, has been renamed to onCKEvent
v0.4.1
WARNING: minimified build is not up to date
- fix(readonly): doesn't works with ng-readonly
- also update view value on blur
v0.4.0
Allow readonly attribute.
v0.3.2
- bumped dependencies
- better doc
- reorg unit tests
v0.3.1
- stricter dependencies
- added jshint and editorconfig
- model value is defaulted to '' in both ways to avoid loops in some rare cases
- added tests
- more doc in README
v0.2.0
- enable inline editing only if contenteditable is true