v1.1.0
Summary of New Features
- You can now anchor activity directives to each other using the "Selected Activity" panel!
- The UI view menu has been given a make over. It is now easier to manage UI views, and you are now notified if a UI view has unsaved changes.
- The plan page nav bar menus (simulation, scheduling, constraints, and expansion) have been changed to status menus with action buttons. You can still visit those panels by changing the panels in the panel menu directly.
- Table items are now automatically scrolled to when selected (e.g. the activity table selected activity).
Breaking Changes
There are no UI breaking changes in this release. Please see our latest upgrade guide for complete instructions for upgrading from 1.0.2
to 1.1.0
.
What's Changed
New Features
- Add option to scroll to table items when selected by @jeffpamer in #366
- Update View menu design by @duranb in #367
- Add form for anchoring directives to other directives by @duranb in #338
- Navbar status and action menus by @AaronPlave in #371
Bug Fixes
- Draw ParameterBaseRightAdornments on Struct Params by @Mythicaeda in #384
- Account for null target activity in non-conflicting activity in plan merge by @duranb in #388
Refactoring
- Add and use MenuHeader component by @AaronPlave in #365
- Update doc link to new doc site by @camargo in #370
Testing
- Update banananation model to latest for e2e tests by @camargo in #368
- Reactivate scheduling tests by @camargo in #373
- Fix e2e test for opening GraphQL console by @camargo in #378
Continuous Integration
Full Changelog: v1.0.2...v1.1.0