Releases: node-red/node-red-dashboard
Releases · node-red/node-red-dashboard
2.10.1: Maintenance Release
Enhancements
- Let slider only send on mouse release (discrete mode)
Fixes
- Stop background path css escape for gauge
- Fix radar chart so it picks up theme - Issue #443
2.10.0: Milestone Release
2.9.8: Maintenance Release
2.9.7: Maintenance Release
Enhancements
- Let link specify existing tab. Issue #420
- Let bar charts specify legend if required. Issue #423
- Add more links to lists of icons available.
Fixes
- Ensure old forms Submit/Cancel buttons still display a value.
- Let internal form elements scale more appropriately with grid size. Issue #416
- Adjust slider timing to try to better smooth output
2.9.6: Maintenance Release
Fixes
- Update socket.io to remove audit vulnerability. Issue #411
2.9.5: Maintenance Release
Fixes
- Remove colour from button when in template in no style mode. Issue #400
- Fix format support for numeric widget. Issue #401
- Fix min-width of dropdown label field. Issue #405
- Let blank value field in gauge NOT display the value text (default to payload). Issue #406
- Let form buttons have changeable text. Issue #408
2.9.4: Maintenance Release
2.9.3: Maintenance Release
2.9.2: Maintenance Release
Fixes
- Let dropdown edit config, scale more sensibly on slide out.
- Change to sessionStorage to mitigate httpAuth issue. Issue #384
- Ensure groups are restored rather than completely disappeared on refresh. Issue #386
- Let bar charts also auto scale negative values. Issue #387
- Use rounded line joins on charts to reduce spiky-ness.
- Ensure numeric input matches theme (now that it is editable)
- Fix Gauge so {{ numeric formatting }} works again.