Releases: novavi/fdc3-installer
fdc3-installer v0.7.37
Reinstated Webpack magic comment (/* webpackIgnore: true */) in dynamic import() expression in fdc3Installer.installAgent() method. It seems that when the library is imported and used within an application built with Webpack, this was still an issue after all - even though fdc3-installer is now a standalone library.
fdc3-installer v0.7.36
First cut of fdc3-installer - a dynamic importer for browser-based FDC3 Desktop Agents. The library allows discovery, import, creation, bootstrap and validation of an agent at runtime - and allows for different strategies to be configured to achieve this. This decouples FDC3-enabled apps from any specific browser-based agent implementation.
The approach supported by the library allows an app to run both in a desktop container (using the container's built-in agent) and also in a browser-based micro-frontend container (using a dynamically-installed agent) with zero code changes to the app.