Releases: node-red/node-red-dashboard
Releases · node-red/node-red-dashboard
2.15.1: Maintenance Release
Fixes
- Fix built in fa-icons font paths
2.15.0: Milestone Release
Enhancements
- Allow ui_chart to have many more options set by control message, see config-fields.md
- Allow
ui.middlewarein settings.js to specify middleware for use with dashboard endpoint. See PR #209 for example usage.
Fixes
2.14.0: Milestone Release
Enhancements
- Allow Tabs to be hidden or disabled dynamically from a ui_control msg.
- Finally remove deprecated second output from ui_chart node.
- Allow ui_form to be submitted with empty fields (if they are not required)
Fixes
- Don't try to close non-existent menu at start (logging issue only) - Issue #470
- Add startsWith polyfill for IE11
- Ensure active sidebar menu item is highlighted - Issue #472
- Sanitise display of html input - Issue #473
- Respect msg.socketid to return msg back to selected session when using ui_template
- Allow dropdown to have 0 pre-configured values, by removing validation.
2.13.2: Maintenance Release
Fixes
- Revert change that broke gauge pointer colours
2.13.1: Maintenance Release
Fixes
- Fix ui_template to return correct sessionid to each browser.
- Fix line chart xAxis hover to use same time format as main axis
- Fix chart colours to have more than 9 colours just in case - Issue #465
- Remove circular ref in menu that caused problems with 0.20 beta
- Let ui_text node send data onBlur when in wait for key mode
- Update Angular dependency to 1.7.6 - Issue #462
- Add X-UA-Compatible tag to help to get IE-11 to behave
- Fix css to use numerics not incorrect name - Issue #469
2.13.0: Milestone Release
2.12.2: Maintenance Release
Fixes
- Revert change to button and switch typed inputs - Issue #455
- Fix handling of {{msg.property}} handling for labels
2.12.1: Maintenance Release
Fixes
- Ensure spacer actually gets created with no users
2.12.0: Milestone Release
Enhancements
- Introduce concept of spacer nodes in groups to allow more widget layout options
Fixes
- Set order value correctly for newly added ui nodes
- Let ui_text node handle buffers without mangling to utf8
- Fix ui_template info odd/even example to work again (after theme changes)
- Ensure colour picker retains old value on multiple reloads when in dynamic mode - Issue #452
- Fix missing page titles (mea culpa) - Issue #453