Skip to content

Releases: sonatype/sonatype-react-shared-components

2.0.0

01 Oct 13:38
6881010
Compare
Choose a tag to compare

This release brings the first set of breaking changes since RSC's 1.x release several months ago. The breaking changes are summarized below:

  • NxTable: Removal of isEmpty and isError props on NxTableCell, replaced with metaInfo prop
  • NxThreatBar: Removed, replaced with NxThreatIndicator
  • nx-list: Interior structure and classes changed. Expected children for error case changed
  • NxLoadWrapper: Omitting retryHandler prop was previously deprecated. That prop is now strictly required
  • NxModal: Different scrolling implementation; nx-scrollable is no longer explicitly used
  • nx-footer: replaces nx-tile-footer, nx-form-footer, and nx-modal-footer
  • SCSS Variables: text color variables adjusted, $nx-text-color-light removed

In addition to those breaking changes, this release also brings style refreshes for NxTabs, nx-table (and the NxTable React component), nx-list and NxModal.

RSC 1.5.0 release

01 Sep 13:29
2999bfe
Compare
Choose a tag to compare

Thank you to all the contributors that give time to RSC.

Release 1.5.0 is the fifth minor release of the 1.x series and the first time we are doing proper release notes. 1.5.0 was triggered due to the changes in refactoring the form layout. Be sure to read through #122 for the changes.

Changes Since v1.4.0

  • #120 - Fix font docs regarding the baseline of inline-block elements
  • #123 - Fix Gallery in IE11
  • #126 - Fix Page title example
  • #127 - Back button updates (RSC-231)
  • #125 - NxLoadError Visual tests (RSC-191)
  • #122 - Refactor of the form layout (RSC-162)

We follow semantic versioning for the RSC.