Skip to content

v0.6.0

Compare
Choose a tag to compare
@laurelmay laurelmay released this 12 Jun 15:10
· 37 commits to main since this release
8e6cc2a

Note: For NPM packages, use the v0.6.1 release instead

What's Changed

New Features

Bug fixes

  • Fix issues when loading NIST 800-53 r5 profiles by @kylelaker in #429
  • Eliminate unique key prop errors by @tuckerzp in #439
  • Add aria label to OSCALEditableTextField by @nuttercd in #447
  • Eliminate all descendant of <p> warnings by @tuckerzp in #448
  • Eliminate warnings in OSCAL Viewer by @tuckerzp in #451
  • Safely handle undefined fields in profile resolution by @kylelaker in #484
  • Ensure errors are caught and resettable by @kylelaker in #490
  • Fix double-trigger of reload in OSCALLoaderForm by @kylelaker in #491
  • Handle Blank "Set-Parameters" Object by @kperk103 in #525
  • Display control info for all components by @tuckerzp in #538
  • Fix loading via URL parameter by @kylelaker in #547
  • Fix OSCALMarkupLine so that metadata title shows by @kperk103 in #562
  • Remove underscore replacement workaround by @showalter in #564
  • Remove unneeded prop passing in loader by @tuckerzp in #555
  • Remove profile URL workaround by @showalter in #568
  • fix(control): change "Guidance" to "Discussion" by @kylelaker in #683
  • fix(catalog): Withdrawn "top" controls display correctly by @Bronstrom in #720
  • fix(prose): newline characters not displaying properly by @mpemy in #717
  • fix(control): controls display id instead of label by @kylelaker in #746
  • fix(workflow): apt-get failed without sudo by @tuckerzp in #772
  • fix(editor): JSON drawer was not displaying data by @tuckerzp in #776
  • fix(profile): include-all and exclude directives are not resolved correctly by @mpemy in #771
  • fix(app): header content alignment is unclear and distracting by @Bronstrom in #777
  • fix(profile): removed elements are not properly reflected by @mpemy in #778
  • fix: Enter on a textfield caused crash by @tuckerzp in #782
  • fix(catalog): Support multi-level group & high-level withdrawn control anchor links by @Bronstrom in #758
  • fix: Keyword displays "text &&" by @tuckerzp in #787
  • fix: update type workflow fails because of duplicate path by @kylelaker in #794
  • fix(test): warning from test hovers by @Bronstrom in #799
  • fix: nested <p> warnings in test and Viewer by @tuckerzp in #804
  • fix(catalog): catalog viewer only shows controls if they are under a group by @tuckerzp in #792
  • fix: withdrawn controls are not displayed correctly by @kylelaker in #827
  • fix(tests): Tests time out and fail by @tuckerzp in #839
  • fix: make properties button smaller by @kylelaker in #840
  • fix: large control display "squishes" tabs for Component controls by @kylelaker in #855
  • fix: rendering components before loading by @tuckerzp in #859
  • fix: default namespace is defined incorrectly by @kylelaker in #863
  • fix: storybook crashes when anchor is triggered by @kylelaker in #867
  • fix: don't display links on params by @tuckerzp in #874

New Contributors

Full Changelog: v0.5.1...v0.6.0