Skip to content

Releases: zwave-js/zwave-js-ui

Release 4.3.1

24 May 08:54
Compare
Choose a tag to compare

4.3.1 (2021-05-24)

Bug Fixes

Features

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 zwave-js@7.4.0, 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