Skip to content

Open MCT v1.3.0

Compare
Choose a tag to compare
@shefalijoshi shefalijoshi released this 03 Sep 17:12
· 1419 commits to master since this release

Breaking Changes:
Open MCT linting only works with nodejs 10 or greater.

New Features and Improvements:
[Layout] Tree refactor Improvement refactor
[Persistence] The Couch DB persistence provider is now implemented as an Object Provider rather than the legacy angular persistence provider and now also allows saving objects.
[RemoveAction] Test satement coverage to 50%
[Conditionals] Evaluation of conditions now stops when the first condition evaluates to true. This is for performance improvement of condition sets.

Bug Fixes:
[Conditionals] Description displays incorrect condition on condition re-order is fixed
[Conditionals] Message string is incorrect is fixed for enums
[Conditionals] Condition Set using "any | all telemetry" summarizes State badly is fixed