Releases: livingdocsIO/editable.js
Releases · livingdocsIO/editable.js
v0.6.1
v0.6.1
Bugfixes
- Do not fire change event before paste event when pasting #125
v0.6.0
v0.6.0
Bugfixes
- Fix Ctrl copy bug introduced by #101 #105
- Only fire clipboard cut and copy events when there is a selection #106
Improvements
- Use Browserify #102
- Improve the examples page #104
v0.5.2
v0.5.2
- Fix webkit contenteditable span insertion bug #101
v0.5.1
v0.5.1
(v0.5.0 was accidentally pushed to npm so this patch is just to be able to push the new version to npm)
v0.5.0
v0.5.0
- Split pasted content into blocks #97
- Adopt elements to iframe (set correct ownerDocument) #98
v0.4.4
v0.4.4
Bugfixes
- Fix missing global variable toString in IE #95
v0.4.3
v0.4.3
Improvements
- Remove vendor files from repo, update dependencies #90
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