v4.0.0 #7831
Closed
ozyx
started this conversation in
Announcements
v4.0.0
#7831
Replies: 2 comments 1 reply
-
|
On the topic of major OpenMCT upgrades, is there a upgrade guide I can follow to upgrade from OpenMCT v2.2.4 to v4.0.0? I understand OpenMCT v2.x.x to v3.0.0 is the move from Vue 2 to Vue 3, however the OpenMCT release documentation isn't exactly clear on the upgrade path that I should take. For example (v2.2.4 to v3.1.1 to v3.2.0 to v4.0.0). |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Double yes for batched telemetry on websockets. Been trying to sort that for a while now. I will have an experiemental play! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
💥 Notable Changes
openmct-e2esubpackageThe Open MCT e2e testing framework has been separated into a standalone package,
openmct-e2e, inpreparation for distribution as a dependency for consumers of Open MCT.
Importing Open MCT
module,main,importandrequirefields have been added to thepackage.jsonso that theopenmctmain 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
windowglobalis available. See the
openmct-hellorepository for anexample of using or extending the Open MCT framework.
Accessibility
API
TelemetryAPI
Misc
index.htmlis no longer published as part of the distribution.Commits
type: module, createopenmct-e2esubpackage by @ozyx in chore: removetype: module, createopenmct-e2esubpackage #7590🏕 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
idproperty in order to enable this feature.Timelist
CouchDB Plugin
Themes
Commits
ExportAsJSONActionby @ozyx in feat(#7367): ProgressBar forExportAsJSONAction#7374readOnlyconfigurations by @scottbell in Add support for multiple CouchDB databases, multiple namespaces, andreadOnlyconfigurations #7413🎉 Enhancements
Commits
🔧 Maintenance
Commits
3.3.0-nextby @ozyx in chore: bump version to3.3.0-next#7273package.jsonby @ozyx in fix: define main entry point inpackage.json#72984.0.0-nextby @unlikelyzero in chore: bump version to4.0.0-next#7506@playwright/testto1.42.1by @ozyx in chore: bump@playwright/testto1.42.1#7627.nyc_outputpath as custom config setting by @ozyx in fix(e2e): specify.nyc_outputpath as custom config setting #7658.bounds()call by @ozyx in refactor: remove the final.bounds()call #76951.45.0by @ozyx in chore: bump playwright to version1.45.0#7762e2e/folder by @ozyx in chore: disable codeql scanning fore2e/folder #77841.45.2by @ozyx in chore: bump playwright to1.45.2#77854.0.0by @ozyx in chore: bump version to4.0.0#7813⚡ Performance
Commits
🐛 Bug Fixes
Commits
d3-scaleand use ESModule imports by @ozyx in chore: bumpd3-scaleand use ESModule imports #7245renderWhenVisiblefunction is optional by @scottbell in Update API Readme to indicaterenderWhenVisiblefunction is optional #7285StackedPlotItems on mount by @ozyx in fix(#7338): Persisted styles correctly apply toStackedPlotItems on mount #7341renderWhenVisibleto LadTableSets by @scottbell in ProviderenderWhenVisibleto LadTableSets #7384renderWhenVisibleby @scottbell in Use different root forrenderWhenVisible#7415-symbol by @scottbell in Have countdowns in the Timelist use a-symbol #7452await🤖 by @ozyx in fix: 🤖 beep boop beep, you forgot anawait🤖 #7630awaitby @ozyx in fix(#7633): add missingawait#7643ActionCollectionby @scottbell in For an existing View in a Preview, ensure we pull the sameActionCollection#7632*observers no more. by @davetsay in this is 2024.*observers no more. #7715New Contributors
Full Changelog: v3.2.1...v4.0.0
This discussion was created from the release v4.0.0.
Beta Was this translation helpful? Give feedback.
All reactions