Releases: livingdocsIO/editable.js
v1.0.1
v1.0.0
<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 aneditable.js
and aneditable.min.js
file. Now there is onlydist/editable.js
anddist/editable.js.map
. This file already minified and requires global jQuery. If you want to use the unminified files use thesrc
(ES2015) orlib
(ES5, also the "main" file, so this is what you will get withrequire('upfront-editable')
) folders.(afbb328d)
-
Bower support for upfront-editable officially dropped. Use npm to install this package.
(f1d524c0)
v0.6.2
v0.6.1
v0.6.0
v0.5.2
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)