Releases: livingdocsIO/editable.js
Releases · livingdocsIO/editable.js
v0.4.2
v0.4.2
Features
- Remove highlights at cursor on corrections #88
Bugfixes
- Fix spellcheck whitespace handling #87
v0.4.1
v0.4.1
Features
- Filter pasted content #84
Bugfixes
- Remove content.normalizeSpaces() #82
v0.4.0
v0.4.0
Features
API Changes
- Do not include the editable host in cursor.before() and after() #77
- Improve editable.getContent() #74
- Add appendTo() and prependTo() #80
Bugfixes
- Remove range.detach() #73
- Separate instance and global configuration. Fixes #75
v0.3.2
v0.3.2
- publish package in bower and npm
- Change naming of github repo (change to lowercase)
v0.3.0
v0.3.0
Features
- Add change event #66
- Force height of empty elements (especially in Firefox) #68
Bugfixes
- Set Focus in iFrame properly 657f85
v0.2.0
v0.2.0
Breaking Changes
- API change: create instances of EditableJS #65
v0.1.2
v0.1.2
- Add selection methods
- New Selection methods:
#collapseAtBeginning()
#collapseAtEnd()
- New Cursor and Selection method:
#setVisibleSelection() (alias for #setSelection())