Skip to content

Releases: livingdocsIO/editable.js

v0.6.1

19 Apr 13:55
Compare
Choose a tag to compare

v0.6.1

Bugfixes

  • Do not fire change event before paste event when pasting #125

v0.6.0

19 Apr 13:55
Compare
Choose a tag to compare

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

19 Apr 13:54
Compare
Choose a tag to compare

v0.5.2

  • Fix webkit contenteditable span insertion bug #101

v0.5.1

19 Apr 13:54
Compare
Choose a tag to compare

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

19 Apr 13:54
Compare
Choose a tag to compare

v0.5.0

  • Split pasted content into blocks #97
  • Adopt elements to iframe (set correct ownerDocument) #98

v0.4.4

19 Apr 13:54
Compare
Choose a tag to compare

v0.4.4

Bugfixes

  • Fix missing global variable toString in IE #95

v0.4.3

19 Apr 13:54
Compare
Choose a tag to compare

v0.4.3

Improvements

  • Remove vendor files from repo, update dependencies #90

v0.4.2

19 Apr 13:53
Compare
Choose a tag to compare

v0.4.2

Features

  • Remove highlights at cursor on corrections #88

Bugfixes

  • Fix spellcheck whitespace handling #87

v0.4.1

19 Apr 13:53
Compare
Choose a tag to compare

v0.4.1

Features

  • Filter pasted content #84

Bugfixes

  • Remove content.normalizeSpaces() #82

v0.4.0

19 Apr 13:56
Compare
Choose a tag to compare

v0.4.0

Features

  • Spellchecking Module #71

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