Skip to content

Releases: zwave-js/zwave-js-ui

Release 4.3.0

19 May 07:58
Compare
Choose a tag to compare

4.3.0 (2021-05-19)

Bug Fixes

  • ui: group editors showing associations of last expanded node (#1236) (989bb87), closes #1231
  • ui: moved Value Refresh button to right on NodeDetails (#1213) (332f811)
  • ui: show group id in dialog dropdown (#1239) (a41c8b3), closes #1232
  • ui: zwave graph better detection of neighbors changes (#1243) (c330559)
  • allow sendCommand to accept string command classes (#1230) (a2e704c), closes #1219
  • better types and checks for sendCommand CC (#1234) (6df119c)

Features

Release 4.2.1

12 May 15:19
Compare
Choose a tag to compare

4.2.1 (2021-05-12)

Bug Fixes

Release 4.2.0

11 May 15:15
Compare
Choose a tag to compare

4.2.0 (2021-05-11)

It comes with [email protected], some code refactor and improvements on Mesh UI (now neighbors should be kept always up to date correctly).

We have also fixed the update configuration problem that affected docker users, starting from this version config DB will automatically be copied on store directory and kept up to date automatically, for more info check here

Starting from this version z2m is also available in github container registry

Bug Fixes

Features

Release 4.0.1

03 May 08:14
Compare
Choose a tag to compare

4.0.1 (2021-05-03)

Bug Fixes

Release 4.0.0

30 Apr 07:04
Compare
Choose a tag to compare

4.0.0 (2021-04-30)

Bug Fixes

Features

BREAKING CHANGES

  • Signature of methods getAssociations, addAssociations and removeAssociations have changed. This will have no effect on normal users but for the ones that are using those apis via MQTT remember to check the changes in signature, now you also have to specify source endpoint instead of just the nodeId to refer to an association

Release 3.5.0

20 Apr 12:59
Compare
Choose a tag to compare

3.5.0 (2021-04-20)

Bug Fixes

Features

Release 3.4.0

17 Apr 09:12
Compare
Choose a tag to compare

3.4.0 (2021-04-17)

Bug Fixes

  • disable saveUninitialized in express session (#1068) (7d8814e)
  • prevent 404 errors in store when using nginx (#1060) (b8dd575)
  • store sessions in a dedicated folder in store (#1067) (2f2c947)

Features

  • allow to send a custom function to driver (#1063) (79e50fd)
  • allow to send custom Config CC get/set commands (#1064) (96e0662)

Release 3.3.0

13 Apr 16:10
Compare
Choose a tag to compare

3.3.0 (2021-04-13)

Bug Fixes

Features

Release 3.2.1

11 Apr 09:52
Compare
Choose a tag to compare

3.2.1 (2021-04-11)

Bug Fixes

Release 3.2.0

07 Apr 09:53
Compare
Choose a tag to compare

3.2.0 (2021-04-07)

Opt-In versus Opt-Out. There has been some recent disagreement about whether the collection of anonymous data intriduced in 3.1.0 release regarding the number and type of devices in use by users should be opt-in or opt-out. This functionality has now been changed to be purely opt-in. We apologize for any inconvenience.
Specifically, if enabled the following data will be collected:

  • A hash of your network's home ID salted with a 32 byte randomly generated number. This is used to distinguish the individual records to ensure that duplicate entries aren't made. The hash cannot be reversed to reconstruct the home ID without knowing the salt which is not collected.
  • The application that uses zwave-js and its version.
  • The version of zwave-js.
  • The manufacturer ID, product type, product ID and firmware version that are reported by each device - in other words which devices you have.

We do not collect your IP address, nor is the IP address or any other identifying information stored and tied to a record.

For more information, please see zwave-js usage statistics docs

Bug Fixes

Features