- Skip stale versions (3.0.0, 3.0.1)
- Override version 2.4.3 as it has breaking changes
- Use webide services mock data from the webide package. Requires webide package > 1.97.0
- Add missing mock to test framework
- UI5 will be loaded from a globally available resource by default in startWebIDE flows. To change this, see: "ui5Root" config option in "startWebIDE".
- Fixed "In Memory" mode in Tests and Local Env for Web IDE 1.84+
- Fixed none AMD sources error message details link to point ot new docs website.
- Experimental Webpack bundling - Module Loading must be lazy.
- Experimental Webpack bundling - don't reject on warnings, only warn.
- Experimental Webpack bundling - use a plugin's module property as an entry point.
- Updated transitive dependencies to avoid an issue when running under node.js version 10.
- Fixed experimental webpack bundling under windows 10.
- experimental webpack bundling ensure cleanup of generated entry point.
- The example for using client-tools feature is less nested (no 'template' folder).
- The package.json created for caching contains the feature's version.
- The example for using client-tools feature is included in the npm package.
- First npm Release.