Skip to content

Releases: seamapi/react

v4.1.0

15 Jan 07:50
v4.1.0
1f9ac7d
Compare
Choose a tag to compare

Features

v2.20.3

18 Dec 22:31
v2.20.3
f8b6df8
Compare
Choose a tag to compare

Bug Fixes

  • Always use local isLockDevice function (e51c6a9)
  • Disable access code creation unless supported (0e614ca)
  • Disable edit and delete for offline access codes (6b98bca)
  • Show offline lock devices (e5c84d8)

v2.20.2

11 Dec 00:29
v2.20.2
c727c7a
Compare
Choose a tag to compare

Bug Fixes

  • Always use local isLockDevice function (e51c6a9)

v2.20.1

03 Dec 03:57
v2.20.1
f552ef4
Compare
Choose a tag to compare

Bug Fixes

  • Show all lock devices with a locked property (c70ad11)

v4.0.0

16 Nov 00:48
v4.0.0
102735e
Compare
Choose a tag to compare

Changes

Removes unstable thermostat API usage to ensure compatibly with the upcoming stable Thermostat API release.

  • Removed disableClimateSettingSchedules prop.
  • Removed useClimateSettingSchedule and useClimateSettingSchedules.
  • Removed ClimateSettingScheduleDetails and ClimateSettingScheduleTable.

v4.0.0-beta.1

21 Oct 22:53
v4.0.0-beta.1
ae341a4
Compare
Choose a tag to compare
v4.0.0-beta.1 Pre-release
Pre-release

Features

BREAKING CHANGES

  • Removed Climate Setting Schedules components, hooks, and options.
    • The Climate Setting Schedules API was an experimental API for thermostats. A new API is in development and will return to Seam Components in a later release.
    • Removed disableClimateSettingSchedules prop.
    • Removed ClimateSettingScheduleTable and ClimateSettingScheduleDetails.
    • Removed all hooks for Climate Setting Schedules.

v3.1.2

27 Aug 00:19
v3.1.2
929dbd5
Compare
Choose a tag to compare

Bug Fixes

  • Unable to edit time_bound access codes (#656) (aa838d1)

v3.1.1

19 Aug 22:55
v3.1.1
9a513d7
Compare
Choose a tag to compare

Bug Fixes

  • Use available_hvac_mode_settings over bool props (#655) (55088e3)

v3.1.0

25 Jul 23:14
v3.1.0
72d2435
Compare
Choose a tag to compare

Bug Fixes

  • Improve access code deletion menu UX (513e46d)
  • Snackbar would display default message when it should not (9bb0300)

Features

  • Add nested edit form to access code details component (e46a3b6)
  • Add snackbar when access code is being removed (1b05418)
  • Add storybook entry for access code being removed (00f18b0)
  • Display warning when access code is being removed (b9ad9ac)
  • Make AccessCodeDetails.onDelete configurable (3d15037)

v3.0.2

24 Jul 17:58
v3.0.2
ca18544
Compare
Choose a tag to compare

Bug Fixes