Skip to content

v0.14.0

Compare
Choose a tag to compare
@matthewlyle matthewlyle released this 21 Oct 15:42
· 1513 commits to master since this release

Added

Changed

  • HelpText can now accept a React node to be able to pass in links
  • Table
    • [Breaking Change] cellFormatter's API has been updated
      • Before: cellFormatter({rowData, dataKey})
      • Now: cellFormatter(cellData)
        • [Breaking Change] cellRenderer's API has been updated
      • Before: cellRenderer({rowData, dataKey})
      • Now: cellRenderer(cellData, columnOptions, rowData)
    • [Behaviour Change] Table headers are no longer fixed
    • [Behaviour Change] Table columns are no longer equal widths by default
      • They now behave exactly the same as HTML columns. Auto-determined by the content of the cells.