MyGit

v4.0.0

nasa/openmct

版本发布时间: 2024-09-11 05:18:24

nasa/openmct最新发布版本:v4.0.0(2024-09-11 05:18:24)

What's Changed

💥 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 window global is available. See the openmct-hello repository for an example of using or extending the Open MCT framework.

Accessibility

API

TelemetryAPI
Misc
Commits

🏕 Features

Actions

Reload

A new action "Reload" has been added to the context menus for all components that provide a view. Triggering this action will reload the view and all of its children. This is useful for reloading an individual view without needing to refresh the entire page.

JSON Import / Export

Plan

Timelist

CouchDB Plugin

Themes

openmct.install(openmct.plugins.DarkmatterTheme());

[!NOTE]

Migrating from v3.x.x

Despite the major version bump, there are no known breaking changes between v3.x.x and v4.0.0. Projects consuming openmct should be able to upgrade to v4.0.0 without issue.

Commits

🎉 Enhancements

Commits

🔧 Maintenance

Commits

⚡ Performance

Commits

🐛 Bug Fixes

Commits

New Contributors

Full Changelog: https://github.com/nasa/openmct/compare/v3.2.1...v4.0.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2024-09-11发行的版本