@the-grid/ed
Advanced tools
Changelog
0.8.1 - 2016-03-31
Changelog
0.8.0 - 2016-03-28
ed.setCoverPreview(id, src)
(#92)
src
is a blob:
or data:
url for the local image to show while uploading / measuringcover.src
null
will show real coverChangelog
0.7.3 - 2016-03-24
Changelog
0.7.1 - 2016-03-22
Changelog
0.7.0 - 2016-03-22
ed.updatePlaceholder
to id, {status, progress, failed}
metadata.failed
will show in red and have an "×" button to removeChangelog
0.6.1 - 2016-03-18
Changelog
0.6.0 - 2016-03-16
progress
0-100 with ed.updatePlaceholder(id, status, progress)
or ed.setContent([{id, metadata: {status, progress}}])
options.onPlaceholderCancel(id)
ed.getContent()
will already have removed the cancelled placeholder blockChangelog
0.5.0 - The Fold - 2016-03-15
ed.setContent(content)
ed.insertPlaceholders(index, count)
ed.updatePlaceholder(id, status, progress)
_
... don't use thoseoptions.[menuBar|menuTip]
made camelCaseoptions.onAutosave
: apps will do that logic