Releases: formulateco/cordova-plugin-injectview
Releases · formulateco/cordova-plugin-injectview
1.1.1
- Fixed manifest not being generated under various circumstances thanks to @Zeno97
- Fixed manifest cleanup when plugin is uninstalled
- Plugin is now being published to NPM as cordova-plugin-injectview and can now be installed with
cordova plugin add cordova-plugin-injectview
1.1.0
Significant restructuring of plugin:
- Instead of the brittle parsing of
cordova_plugins.js
at runtime, we now generate a script manifest (cordova-plugin-injectview.json
) at build time that specifies which scripts to load - Instead of injecting scripts individually, we now concatenate and evaluate all scripts in one pass, preventing previous race conditions