v1.4.0
Summary
- Activity presets menu added for activity directives
- Activity directives and simulated activities (spans) are now distinct
- New timeline visualization for activities
- Lock/unlock toggle added for activity directive form
- Simulation panel includes start and end time input for temporal subset simulation
- Simulation panel has new simulation history for toggling between past simulations
- Timeline context menu for quicker interactions (e.g. delete activity)
What's Changed
Breaking Changes
Please see our latest upgrade guide for complete instructions for upgrading from 1.3.0
to 1.4.0
.
New Features
- Activity layer rendering by @AaronPlave in #436
- Lock/Unlock Changes to Activity Directives by @jeffpamer in #456
- Activity presets UI by @duranb in #507
- Basic simulation time inputs by @AaronPlave in #522
- Timeline context menu by @AaronPlave in #521
- Select simulation dataset from history section by @AaronPlave in #533
Bug Fixes
- Set Sim Bounds to Plan Bounds on Plan Creation by @Mythicaeda in #508
- Explicitly check anchor_id against
null
by @duranb in #510 - Remove logic in table that's setting selected row to null by @duranb in #513
- Use $activityDirectivesList to take advantage of optimistic updates in directives table by @duranb in #516
- Pass 'disabled' prop to activity preset input by @camargo in #523
- Fix sim panel default args by @camargo in #526
- Firefox activity selection fix by @AaronPlave in #530
- Ensure input exists before attempting to modify properties by @AaronPlave in #532
- Fix sim time for spans by @AaronPlave in #531
- Fix for context menu assuming spans exist for a directive by @AaronPlave in #543
- Account for simulation bounds in resource layers and timeline histogram by @AaronPlave in #549
Refactoring
- Update Stellar and use new plan left and right arrow icons by @AaronPlave in #538
Testing
Documentation
Full Changelog: v1.3.0...v1.4.0