Changelog
7.1.0
Changelog
7.0.0
Changelog
5.1.0
avoidClientSideDownload
in place of
avoidClientSide
(config for ext-server_opensave.js
).jQuery.svgIcons.js
(evident
when attempting to load from file:
URL in Chrome)avoidClientSideOpen
config for
ext-server_opensave.js
static
keyword for classesfor...of
, event.key
(newly enforced linting)types-docs
script as being handled in ESLint.editorconfig
build-config
to build-by-config
Changelog
5.0.0
@babel/polyfill
to
core-js-bundle
and regenerator-runtime
replacementsdist/extensions
alongside
JavaScript extension files using themextPath
in ext-server_opensave.js
avoidClientSide
to avoid using
client-side support by default (and always require server)setCustomHandlers
,
loadFromString
, loadFromDataURI
so known when ready and setrequire-returns
; avoid
Closure syntax; reenable jsdoc/valid-jsdoc
as fixed; notes
re: valid-jsdoc replacement; use same namepathPromise
resolve type;
add typedef
for dialog result object; add an
ArbitraryCallbackResult
type; prefer void
build-doc
to build-docs
, types-doc
to
types-docs
); add open-docs
script