Releases: node-red/node-red-dashboard
Releases · node-red/node-red-dashboard
2.22.1: Maintenance Release
Fixes
- Re-insert missing weather icons fonts.
- Fix slider logic for touch devices. Issue #589
2.22.0: Milestone Release
Enhancements
- Add group (open/closed) event to ui_control output.
- Let browser bar theme copy dashboard theme (for Android).
- Add id to Tab div tag so css can be targetted.
- Add option for multi-selects in dropdown. PR #588
Fixes
- Document _dontSend option for beforeSend callback.
- Let slider repeat click work in "send at end" mode.
- Force client reauth when old socket connection times out and 401s. PR #586
- Fix navigation history, so back/formward browser buttons work. PR #587
- Force socket.io to use secure link when using https.
- Allow dropdowns to take up more space on screen for longer lists.
- Make sure we don't fail on a null msg from a template.
2.21.0: Milestone Release
2.20.0: Milestone Release
Enhancements
- Add open and close options for groups to ui_control node.
- Add cubic and cubic-monotone to chart interpolation options.
- Allow ui_control msg to widgets also set .label property.
- Add option to try to load dist/loading,html for those that want it.
- Add msg.event for button clicks.
- Make Gridstack a normal dep so they can count installs. Bump to v0.5.5
- Let mousewheel change slider. Issue #575.
- Add UTC option to Chart node X-Axis
- Add no resend on refresh option to template node.
Fixes
2.19.4: Maintenance Release
2.19.3: Maintenance Release
Enhancements
- Let dropdown status show selected label rather than value.
Fixes
- Fix notification to send cancel instead of OK when dismissed by blank message.
- Fix Angular theme reverting to light in menu. Issue #554
2.19.2: Maintenance Release
Fixes
- Revert dropping of angular material icons with animation. Issue #552
2.19.1: Maintenance Release
2.19.0 - Milestone Release
Enhancements
- Let ui_form node accept input to prefill, and add multiline text
- Let dialog be removed by blank message.
Fixes
- Fix undocumented change to justgage custom sectors api. Issue #547
2.18.0: Milestone Release
Enhancements
- Update justgauge to latest (now maintained) version and drop monkeypatch. Issue #535.
- Add engines node8 to package.json (we only support node8 anyway so should have made this mandatory)
Fixes