Skip to content

Releases: seamapi/react

v2.1.4

31 Oct 21:29
v2.1.4
0674097
Compare
Choose a tag to compare

Bug Fixes

  • Sort manufacturer groups by display_name (#557) (ecc0266)

v2.1.3

31 Oct 01:34
v2.1.3
df5932e
Compare
Choose a tag to compare

Bug Fixes

  • Only show manufacturers with device models (#553) (65f33ac)

v2.1.2

31 Oct 00:52
v2.1.2
99f977e
Compare
Choose a tag to compare

Bug Fixes

  • Hide main_connection_type when unknown (#554) (a58dcbe)

v2.1.1

30 Oct 19:52
v2.1.1
55db25b
Compare
Choose a tag to compare

Bug Fixes

  • Prime cache for access codes (7ec6eff)
  • Prime cache for device models (9188be8)
  • Prime manufacturer cache (42b3cb0)

v2.1.0

26 Oct 01:44
v2.1.0
826e364
Compare
Choose a tag to compare

Features

  • Add SupportedDeviceTableManufacturerKeys (#544) (abac73c)

v2.0.2

25 Oct 17:45
v2.0.2
0e1acce
Compare
Choose a tag to compare

Bug Fixes

  • Do not render dot if no sku (19c9dba)
  • Make manufacturer selection match supported only filter (2c3a48a)

v2.0.1

25 Oct 03:31
v2.0.1
d194a04
Compare
Choose a tag to compare

Bug Fixes

  • Display manufacturer_sku not device_model_id (137c58e)

v2.0.0

25 Oct 00:42
v2.0.0
c622b48
Compare
Choose a tag to compare

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.

v1.65.0

24 Oct 19:45
v1.65.0
2edc24a
Compare
Choose a tag to compare

Features

  • Add errorFilter and warningFilter as common props (#511) (142fb35)

v1.64.0

12 Oct 18:01
v1.64.0
391cef3
Compare
Choose a tag to compare

Features

  • Add onSessionUpdate to SeamProvider (4e38d9f)
  • Update r2wc-react-to-web-component (a88caf9)