Skip to content

Releases: plotdb/rescope

4.0.2

16 Dec 15:37
Compare
Choose a tag to compare
  • fix bug: iframe context doesn't work since we never keep it result, causing multi-phase loading failed.

4.0.1

09 Dec 10:09
Compare
Choose a tag to compare
  • fix bug: prop-initing should be true once we are going to init the lib

4.0.0

09 Dec 06:42
Compare
Choose a tag to compare
  • 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

09 Dec 04:49
Compare
Choose a tag to compare
  • 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

14 Nov 03:24
Compare
Choose a tag to compare
  • minimize js further
  • upgrade modules for test code
  • add title in iframe for accessibility

3.0.0

12 Sep 05:44
Compare
Choose a tag to compare
  • 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

04 Sep 06:42
Compare
Choose a tag to compare
  • 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

21 Aug 17:26
Compare
Choose a tag to compare
  • re-enable polluting global scope with context call, but only for in-frame context.

2.1.0

14 Aug 18:13
Compare
Choose a tag to compare
  • support module style( {name,version,path} ) style url
  • support customizing registry for module style url

2.0.1

13 Aug 11:44
Compare
Choose a tag to compare
  • mutex to prevent re-entrance of load function between simultaneously multiple calls.