Skip to content

v2.0.0

Choose a tag to compare

@seambot seambot released this 25 Oct 00:42
· 430 commits to main since this release
v2.0.0
c622b48

Features

  • AccessCodeTable: Remove deprecated title prop (e7eb98a)
  • DeviceTable: Remove deprecated title prop (844efaa)
  • Prefer Manufacturer label over Brand (4bb934e)
  • SupportedDeviceTable: Add manufacturers and excludedManufacturers props (1c157f0)
  • SupportedDeviceTable: Remove deprecated cannotFilter prop (57924eb)
  • SupportedDeviceTable: Use updated device database (#525) (d107240)

BREAKING CHANGES

  • SupportedDeviceTable: Removed the brands and excludedBrands props. Use the new manufacturers and excludedManufacturers props.
  • SupportedDeviceTable: Removed deprecated cannotFilter prop. Use the disableFilter prop instead.
  • DeviceTable: Removed deprecated title prop. Use the heading prop instead.
  • AccessCodeTable: Removed deprecated title prop. Use the heading prop instead.