v1.2.0
Summary
- A big update to the view menu which makes view management easier. This includes a streamlined modal for listing views, and a toggle for changing the visible view grid panels. We also removed the view JSON editor since all view properties can now be updated directly in the UI.
- The UI now automatically creates a scheduling specification for a plan if one does not already exist.
- Lots of important bug fixes. See the list below.
What's Changed
Breaking Changes
Please see our latest upgrade guide for complete instructions for upgrading from 1.1.0
to 1.2.0
.
New Features
- Toggle view panels via new menu buttons by @duranb in #401
- Add view download button to ViewsTable by @duranb in #418
Bug Fixes
- Revalidate when selected activity changes by @duranb in #393
- Fix error with nulls in target/source for conflicting and non-conflicting activities by @camargo in #394
- Add check for existing selected nodes when auto scrolling table by @duranb in #402
- Upgrade deps to latest by @camargo in #410
- Make sure Monaco Editor setValue is not null by @camargo in #411
- Support plans without scheduling specs by @jeffpamer in #403
- Prevent plan creation invalid date by @duranb in #412
- Pass update through view toggle by @camargo in #423
- Fix menu overlapping by @camargo in #425
Refactoring
- Update the UI with the changes to Sequences eDSL by @goetzrrGit in #383
- Replace View Editor with View Upload Modal by @duranb in #391
- Change the "reset view" copy depending on if viewing a saved view by @duranb in #424
- Bump stellar version by @duranb in #431
New Contributors
- @goetzrrGit made their first contribution in #383
Full Changelog: v1.1.0...v1.2.0