Releases: zwave-js/zwave-js-ui
Releases · zwave-js/zwave-js-ui
Release 4.3.1
Release 4.3.0
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
Release 4.2.0
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
- lint issues (6417175)
- use
getNeighbors
method (#1146) (fa50cf1) - hass: sending
true
to MultilevelSwitchCC doesn't restore old level (#1134) (13afb0a) - ui: typo in copy-able versions info (#1135) (8e2ccc0)
Features
Release 4.0.1
Release 4.0.0
4.0.0 (2021-04-30)
Bug Fixes
- ui: hide hass tab when gw is disabled (#1117) (7116911), closes #1102
- ui: valueid label color (#1097) (9acbcad), closes #1094
Features
- allow loading custom device configs from
store/config
(#1096) (3988049) - support managing associations on endpoints (#1095) (4230b64)
- zwave-js config updates (#1115) (0a65549)
BREAKING CHANGES
- Signature of methods
getAssociations
,addAssociations
andremoveAssociations
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
Release 3.4.0
Release 3.3.0
3.3.0 (2021-04-13)
Bug Fixes
- manually add missing values on updates (#1056) (c2600df)
- notification event not publiished to mqtt (#1055) (bf8db55), closes #1044
- ui: assume controller always forwards in mesh graph (#1038) (aca4af3), closes #1034 #739
- ui-mesh: better labels color based on current theme (#1050) (2bf47d8), closes #1010