Releases: plotdb/rescope
Releases · plotdb/rescope
4.0.2
- fix bug: iframe context doesn't work since we never keep it result, causing multi-phase loading failed.
4.0.1
- fix bug:
prop-initing
should be true once we are going to init the lib
4.0.0
- rename
rescope.js
to index.js
- remove rescope.js
and rescope.min.js
context
no longer pollute window
object - a proxy for window
is used instead.
- support bundling, rebundling and bundle loading
- remove ldquery dependency
- support nodejs context
3.0.2
- prevent from accessing deprecated attributes.
- upgrade @zbryikt/template and fix test code building
- add
index.js
and index.min.js
to deprecated rescope.js
and rescope.min.js
- fix bug: missing var decalration in
load-in-frame
- use
index.js
as main
file in package.json
- support fetch in nodejs context
- prepare module by checking window against existence instead of value
3.0.1
- minimize js further
- upgrade modules for test code
- add
title
in iframe for accessibility
3.0.0
- rename
set-registry
to registry
.
- update in-frame scope when calling
registry
.
- align registry logic with
@plotdb/csscope
and @plotdb/block
.
- change from
lib
to assets/lib
for default registry root
2.1.2
- add meta charset information in iframe HTML code to prevent some browser warning;
- add
prejs
option for injecting pre-requirement such as polyfills
2.1.1
- re-enable polluting global scope with context call, but only for in-frame context.
2.1.0
- support module style(
{name,version,path}
) style url
- support customizing
registry
for module style url
2.0.1
- mutex to prevent re-entrance of
load
function between simultaneously multiple calls.