Releases: colinl/node-red-dashboard-2-ui-gauge-classic
Releases · colinl/node-red-dashboard-2-ui-gauge-classic
v1.4.0
- Workaround for change to dashboard in v1.24.0 which prevents widgets from using more than their configured height (Issue #20)
- Fix Issue #21, configured classes not being applied
- Support needle config, major and minor div values, decimal places and label via
msg.ui_update
(Issue #19) - Allow configuration of hub colour in config and via message
Version 1.3.3, fixes #17, Dynamic properties lost on refresh
v1.3.3 Version to 1.3.3
v1.3.2, Fixes #15, empty msg.formattedValue not working
Fixes Issue #15, setting msg.formattedValue to empty string not working
v1.3.1, issue #12, box round gauge
Fixes issue #12
v1.3.0 Dynamic class and formattedValue clear fix
Added the ability to set a dynamic class on outer element using msg.class
or msg.ui_update.class
.
Added to examples to show using CSS to temporarily hide needles.
Fix bug that prevented the clearing of formattedValue using an empty string.
v1.2.1 Fix units and tag setting to empty string using ui_update
v1.2.0 Dynamic range adjustment, needle end limits improvements
Adds range min and max adjustment via msg.ui_update.
Improve needle rotation limits for situation where the needle may be truncated at the bottom of the widget.
v1.1.3 Further CSS tweaks for Safari
Further CSS tweaks hopefully to help with scale text display on Safari #5
v1.1.2
v1.1.1 Fix releasing socket on re-deploy
Fixes issue that caused the web socket to not be released on re-deploy