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
.