@the-grid/ed
Advanced tools
Changelog
0.18.0 - 2016-07-15
updatePlaceholder
is now updateProgress
, with same arguments{status, progress, failed}
will not be set from initial content or setContent
: you must call updateProgress
ed.updateProgress
updates internally and does not change content block metadata (#237)updateProgress
ed.updateProgress(id, {progress: null})
will now remove progress bared.updateProgress(id, {failed: true})
will now show an error message and retry buttonChangelog
0.17.8 - 2016-07-14
Changelog
0.17.6 - 2016-06-27
Changelog
0.17.5 - 2016-06-24
Changelog
0.17.4 - 2016-06-23
article
blocks (#243)Changelog
0.17.3 - 2016-06-22
ed_add_code
and ed_add_location
added to commandsgetContent
whitelist cover unsalvageable, so {id, type, html, metadata, cover: {src, width, height, unsalvageable}}
Changelog
0.17.0 - 2016-06-21
dist/build.js
for all-inclusive built library that exposes window.TheGridEd
dist/ed.js
(package main) for the React componentlink:set
and link:unset
are replaced with link:toggle