Skip to content

v1.4.0

Compare
Choose a tag to compare
@camargo camargo released this 03 Apr 22:12
· 389 commits to develop since this release
f5ff556

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

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