Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@rpokorny rpokorny released this 01 Oct 13:38
6881010

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.