Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested composition add fix #5134

Closed
wants to merge 20 commits into from
Closed

Commits on Apr 25, 2022

  1. Release 2.0.3

    shefalijoshi committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    378a4ca View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Fix tick values for plots ticks in log mode and null check (#5119)

    * [2297] When there is no display range or range, skip setting the range value when auto scale is turned off.
    
    * If the formatted value is a number and a float, set precision to 2 decimal points.
    
    * Fix value assignment
    
    * Use whole numbers in log mode
    
    * Revert whole numbers fix - need floats for values between 0 and 1.
    shefalijoshi authored Apr 26, 2022
    Configuration menu
    Copy the full SHA
    286a533 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f957b0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82bf48b View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Handle scrolling to focused image on resize/new data (#5121)

    * Scroll to focused image when view resizes - this will force scrolling to focused image when going to/from view large mode
    
    * Scroll to the right if there is no paused focused image
    shefalijoshi authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    ce28dd2 View commit details
    Browse the repository at this point in the history
  2. [LAD Tables] Use Telemetry Collections (#5127)

    * Use telemetry collections to handle bounds checks
    jvigliotta authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    3d2d932 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b2056 View commit details
    Browse the repository at this point in the history
  4. Added animation styling for POS and CAM; adjusted cutoff for isNewIma…

    …ge (#5116)
    
    * Added animation styling for POS and CAM; adjusted cutoff for isNewImage
    
    * Remove animation from POS and CAM
    michaelrogers authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    2519e60 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    843f457 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    618480e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    74791ba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfb7d0c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c25891 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dde5a7c View commit details
    Browse the repository at this point in the history
  11. Fix transactions overwriting latest objects with stale objects on save (

    #5132)
    
    * use object (map) instead of set to track dirty objects
    * fix tests due to internals change
    
    Co-authored-by: Nikhil <nikhil.k.mandlik@nasa.gov>
    davetsay and nikhilmandlik authored Apr 28, 2022
    Configuration menu
    Copy the full SHA
    8b4a55a View commit details
    Browse the repository at this point in the history
  12. select object on dragenter

    davetsay committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    129ac0a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    565f0fb View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    98ddb42 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Configuration menu
    Copy the full SHA
    2bc8ff4 View commit details
    Browse the repository at this point in the history
  2. revert files out of sync

    davetsay committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    9aadf3c View commit details
    Browse the repository at this point in the history