Skip to content

Releases: livingdocsIO/editable.js

v1.0.1

22 Jun 13:52
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2016-06-22)

Bug Fixes

  • eventable: don't execute events in wrong order on every 2nd call (50bc61d2)

v1.0.0

04 May 12:49
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-05-04)

Breaking Changes

  • The entire code was rewritten/refactored with ES2015. It still passes the same test-suite, the same demo still works and it was tested against Livingdocs, but it still can't be guaranteed that this refactoring happened without any bugs/regressions.

    (aae7afcb)

  • ES5 compatible source files can now be found in the lib folder. src now contains ES2015 code.

    (b36393d3)

  • The build files are now inside the dist/ folder. Before there was an editable.js and an editable.min.js file. Now there is only dist/editable.js and dist/editable.js.map. This file already minified and requires global jQuery. If you want to use the unminified files use the src (ES2015) or lib (ES5, also the "main" file, so this is what you will get with require('upfront-editable')) folders.

    (afbb328d)

  • Bower support for upfront-editable officially dropped. Use npm to install this package.

    (f1d524c0)

v0.6.2

19 Apr 13:55
Compare
Choose a tag to compare

v0.6.2

Bugfixes

  • Fix a bug related to an edge-case behavior of contenteditable in webkit based browsers #127

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