v1.0.1
Summary of New Features
- Timeline editor includes a new form to edit the timeline and timeline rows. Layer editing coming soon.
- Create and edit global scheduling conditions, and use them in scheduling for a plan.
- Add more errors to console and allow dragging-to-resize the console height.
- Add app route information to page title for better location context.
- Various bug fixes.
What's Changed
New Features
- Add draggable handle to console to resize the height by @duranb in #258
- Add errors caught from requests to console by @duranb in #274
- Timeline view editing by @AaronPlave in #264
- Include details of page route in title by @jeffpamer in #268
- Global scheduling conditions by @duranb in #293
- Timeline row view editing by @AaronPlave in #285
Bug Fixes
- Set valueSource to none for computed attributes by @mattdailis in #260
- Properly reset highlighted activity keys in merge review by @AaronPlave in #263
- Handle case for undefined columnStates in table menu by @duranb in #271
- Create scheduling specification on branch creation by @Mythicaeda in #272
- Account for leap year when validating timestamps by @duranb in #310
Refactoring
- Subscribe to activity types by @camargo in #278
- Refactor to make components more functional by @camargo in #282
- Move stores out of Timeline component by @camargo in #286
Continuous Integration
Build System and Dependencies
- Upgrade deps to latest by @camargo in #273
- Update Hasura from v2.12.0 to v2.12.1 by @Mythicaeda in #297
- Upgrade deps to latest by @camargo in #306
Full Changelog: v1.0.0...v1.0.1