Releases: node-red/node-red-dashboard
Releases · node-red/node-red-dashboard
2.29.3: Maintenance Release
2.29.2: Maintenance Release
2.29.0: Milestone Release
Enhancements
- Allow incoming msg.meta from UI. PR #690
2.28.2: Maintenance Release
2.28.1: Maintenance Release
Fixes
- Fix ui-form two column sizing and layout issues.
2.28.0: Milestone Release
Enhancements
- Add two column option to ui_form widget. PR #680
- Let topic setting be a typed input for nodes that output topic.
Fixes
- Fix msg.vol for tts out
- Fix dropdown again to display input value when in not passing though mode. Issue #675
- Fix dropdown to allow clearing/resetting by sending an empty message (part of fix above)
- Add option to switch custom icons to animate (a bit) - works with more icon types now.
2.27.0: Milestone Release
2.26.2: Maintenance Release
2.26.1: Maintenance Release
Enhancements
- Add msg.level to Audio out node to set volume from 0 to 1 (0-100%).
Fixes
2.26.0: Milestone Release
Enhancements
- Update weather icons to 1.6 to include more wind direction rotations and icons.
- Add more Japanese translations for chart and form nodes. PR #653
Fixes
- Fix CSS to remove lots of !important flags to allow override.
- Fix examples in ui_template node. PR #651
- Ensure ui_base creation is called at more appropriate time so is there ready for nodes when needed.