Skip to content

Releases: NASA-AMMOS/aerie-ui

v2.2.0

21 Dec 01:21
a539010
Compare
Choose a tag to compare

What's Changed

New Features

Bug Fixes

  • Fixes the number of directives displayed associated with snapshot by @duranb in #1015
  • Fix Activity Preset Update Failing by @Mythicaeda in #1020
  • Fix: Remove permission from model dropdown that prevents the model from ever being selected by @duranb in #1028
  • Switch timeline navigation mode to interact when page loses focus by @AaronPlave in #1048
  • Prevent scroll on timeline if in navigation mode by @AaronPlave in #1044
  • Set correct path for uploaded file in sim config by @mattdailis in #1054

Performance Improvements

Refactoring

Other Changes

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

17 Nov 00:04
f9d961a
Compare
Choose a tag to compare

What's Changed

New Features

Bug Fixes

Refactoring

  • enable strict equal lint rule by @duranb in #990
  • Make drag handles follow cursor more closely by @duranb in #1003

Other Changes

Full Changelog: v2.0.0...v2.1.0

v2.0.0

03 Nov 18:05
6b2c4e0
Compare
Choose a tag to compare

What's Changed

New Features

Bug Fixes

  • Catch failed requests from custom extension endpoints by @duranb in #949
  • Utilize svelte base for importing files during runtime to allow for proxied deployment configurations by @duranb in #950
  • include effective arguments in preset by @joswig in #969

Other Changes

Full Changelog: v1.14.0...v2.0.0

v1.14.0

16 Oct 21:30
ea81720
Compare
Choose a tag to compare

What's Changed

New Features

Bug Fixes

  • remove negative margin from dropdown search component by @duranb in #895
  • Custom Worker - Warning when use of identifiers. by @goetzrrGit in #896
  • Properly align icons in plan navbar buttons by @AaronPlave in #921

Refactoring

  • Remove logout to be in line with Gateway by @camargo in #890
  • Store active role in cookie instead of token by @camargo in #891

Build System and Dependencies

  • Temporarily disable failing scheduling test until backend fixes issue by @duranb in #925
  • Re-enable the disabled scheduling e2e tests by @duranb in #935

Other Changes

Full Changelog: v1.13.0...v1.14.0

v1.13.0

06 Sep 21:33
67800ea
Compare
Choose a tag to compare

What's Changed

New Features

Bug Fixes

  • Fix setting vertical guide color from timeline editor by @camargo in #869
  • Show Success Toast when Constraints Successfully Update by @Mythicaeda in #871
  • Fix tag filtering in tables by @duranb in #873
  • Catch and print 'parse-failed' errors nicely by @camargo in #874
  • Sort Start Offset column chronologically by @joswig in #881

Refactoring

  • Update Constraint Violations to Use New Schema by @jeffpamer in #847

Other Changes

New Contributors

Full Changelog: v1.12.0...v1.13.0

v1.12.0

21 Aug 19:05
f46b34e
Compare
Choose a tag to compare

What's Changed

New Features

Bug Fixes

  • Close the "plan locked" warning modal if the page is navigated away from by @duranb in #812
  • Destroy modal component on close to unload window listeners by @AaronPlave in #815
  • Specify type="button" in DatePickerActionButton by @AaronPlave in #816
  • Fix directives getting removed from UI when not actually being deleted by @duranb in #813
  • Nullable owner type and tag editor fixes by @AaronPlave in #828
  • Handle "silent" errors by @duranb in #837
  • Add back removed filter type for layer by @camargo in #838
  • Remove showName field from param by @camargo in #843
  • Fix add new series parameter value by @camargo in #844
  • Fix how user cookie is fetched in getTokenFromUserCookie by @Mythicaeda in #846
  • Remove reset text from value source badge if disabled by @camargo in #848
  • Fix miscalculated parameter padding by @duranb in #850
  • Prevent non-activities from being dragged onto an activity layer by @camargo in #852

Refactoring

Other Changes

Full Changelog: v1.11.0...v1.12.0

v1.11.0

26 Jul 18:48
d4e86df
Compare
Choose a tag to compare

What's Changed

New Features

Bug Fixes

  • Fix issue where CSS classes are lost when permissions change by @duranb in #791
  • Fix editable behavior for plan creation tag input by @AaronPlave in #804
  • Disable events in child elements for permission disabled components by @duranb in #805

Refactoring

  • Update permissions for aerie_admin changes by @camargo in #789
  • Update the admin constant to be consistent with the backend by @duranb in #788
  • Fix lint errors not already addressed in Timeline related files by @duranb in #787
  • Turn on strict: true for typescript by @duranb in #801

Other Changes

Full Changelog: v1.10.0...v1.11.0

v1.10.0

11 Jul 21:38
1a1531f
Compare
Choose a tag to compare

What's Changed

New Features

Bug Fixes

  • Remove duplicative start and end times from plans table by @AaronPlave in #753
  • Remove explicit setting of owner in view creation/update by @duranb in #766

Refactoring

  • Fix some strict: true linting errors by @duranb in #762

Documentation

Build System and Dependencies

Other Changes

Full Changelog: v1.9.0...v1.10.0

v1.6.2

07 Jul 15:52
Compare
Choose a tag to compare

There are no new changes in this release.

Full Changelog: v1.6.1...v1.6.2

v1.9.0

28 Jun 16:30
e84cc96
Compare
Choose a tag to compare

Summary

  • The sequence editor and expansion rule editor now validate command parameter types and ranges from the command dictionary!
  • More metadata has been added to different areas of the UI to help improve data ergonomics. See the complete list in #854, and #660.
  • For users with more than one allowed role, a select dropdown has been added to the nav bar to change roles to quickly understand how the UI responds.
  • The default UI view (i.e. no UI view selected) now shows the first 20 resource profile rows in the planning timeline. This is primarily to help new users of Aerie explore their mission model more quickly and easily.
  • Permissions have been added to the constraints pages.
  • Various bug fixes (see the section below).

What's Changed

Please see our latest upgrade guide for complete instructions for upgrading from 1.8.0 to 1.9.0.

New Features

Bug Fixes

  • Remove unneeded z-index from ag grid cell resize class by @AaronPlave in #716
  • Simulation history dataset checkbox fix by @AaronPlave in #713
  • Fix redirecting to login by @duranb in #721
  • Fix incorrect User object being used for permissions query by @duranb in #726
  • Clear selected activity if the active plan changes by @AaronPlave in #719
  • Add basic handling of expired JWTs by @jeffpamer in #729
  • Fix tables not updating when user is changed by @duranb in #727
  • Fix redundant simulation deletion query preventing plan deletion by @duranb in #739

Refactoring

  • Update to accommodate initial tag changes by @camargo in #728

Build System and Dependencies

Full Changelog: v1.8.0...v1.9.0