Releases: seamapi/react
Releases · seamapi/react
v2.0.2
v2.0.1
v2.0.0
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
andexcludedBrands
props. Use the newmanufacturers
andexcludedManufacturers
props. - SupportedDeviceTable: Removed deprecated
cannotFilter
prop. Use thedisableFilter
prop instead. - DeviceTable: Removed deprecated
title
prop. Use theheading
prop instead. - AccessCodeTable: Removed deprecated
title
prop. Use theheading
prop instead.