Releases: sonatype/sonatype-react-shared-components
Releases · sonatype/sonatype-react-shared-components
2.0.0
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 ofisEmpty
andisError
props onNxTableCell
, replaced withmetaInfo
propNxThreatBar
: Removed, replaced withNxThreatIndicator
nx-list
: Interior structure and classes changed. Expected children for error case changedNxLoadWrapper
: OmittingretryHandler
prop was previously deprecated. That prop is now strictly requiredNxModal
: Different scrolling implementation;nx-scrollable
is no longer explicitly usednx-footer
: replacesnx-tile-footer
,nx-form-footer
, andnx-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
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.