Skip to content

Releases: colinl/node-red-dashboard-2-ui-gauge-classic

v1.4.0

31 May 15:11

Choose a tag to compare

  • 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

10 Feb 14:10

Choose a tag to compare

v1.3.2, Fixes #15, empty msg.formattedValue not working

05 Feb 10:53

Choose a tag to compare

Fixes Issue #15, setting msg.formattedValue to empty string not working

v1.3.1, issue #12, box round gauge

05 Sep 20:11

Choose a tag to compare

v1.3.0 Dynamic class and formattedValue clear fix

01 Sep 12:47

Choose a tag to compare

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

25 Aug 10:14

Choose a tag to compare

v1.2.0 Dynamic range adjustment, needle end limits improvements

20 Jul 15:32

Choose a tag to compare

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

09 Jul 07:40

Choose a tag to compare

Further CSS tweaks hopefully to help with scale text display on Safari #5

v1.1.2

04 Jul 09:38

Choose a tag to compare

Adjust CSS for scale text in the hope of making it Safari compatible

v1.1.1 Fix releasing socket on re-deploy

13 Jun 07:57

Choose a tag to compare

Fixes issue that caused the web socket to not be released on re-deploy