v4.0.0
What's Changed
[!CAUTION]
Breaking Changes
- The
OverlayAPI has been updated. The optiondismissablehas been renamed todismissible. If you are using thedismissableoption in your code, you will need to update it todismissibleto avoid errors.
💥 Notable Changes
openmct-e2e subpackage
The Open MCT e2e testing framework has been separated into a standalone package, openmct-e2e, in
preparation for distribution as a dependency for consumers of Open MCT.
Importing Open MCT
module, main, import and require fields have been added to the package.json so that the
openmct main bundle can be imported using either CommonJS or ESModule syntax.
[!NOTE] Open MCT is published in a UMD module format. Although this allows for flexibility in consumption, the framework is still intended to be used within a browser environment where the global is available. See for an example of using or extending the Open MCT framework.