Releases: node-red/node-red-dashboard
Releases · node-red/node-red-dashboard
2.25.0: Milestone Release
Enhancements
- Update weather icons to 1.5 to include wind direction rotations.
Fixes
- Fix dropdown to not preselect option if no passthru.
- Fix replacing iconify icons so they can be dynamic.
- Fix gauge angular filters with space in msg properties.
- Try to resize template when restored from collapse. Issue #642.
2.24.2: Maintenance Release
Fixes
- Fix to swap switch icons to allow iconify icons to work. PR#597
- Tweak dropdown CSS to always try to show select button.
- Add node.type class to template so 3rd party nodes can tweak their md-card.
2.24.1 : Maintenance Release
Fixes
- Fix dropdown single pick search.
- Changes to help optimise chart updates and reloads.
- Fix ui_text so null msg doesn't blank text on enable and disable.
- Add info about Icon usage to README.
- Let button icon be settable by
{{property}}
.
2.24.0: Maintenance Release
Enhancements
- Let sidebar menu optionally show icons only.
- Let iconify font icons have size parameter. eg iconify-mdi:garage-variant 48px
Fixes
- Fix for dropdown options being options.
- Datepicker auto selects first day of week based on browser locale.
- Add tooltips for layout fixed/not-fixed icons.
- Fix layout drag between groups.
2.23.5: Maintenance Release
Fixes
- Set checkbox label to be full width. Issue #622
- Add CSS for ui-list menu select to match theme.
- Add node-id property to each md-card.
- Force time picker image to contrast with background.
- Let slider show status even if no nodes attached to output.
- Fix dropdown to return correct message type.
2.23.4: Maintenance Release
2.23.3: Maintenance Release
2.23.2: Maintenance Release
2.23.2: Maintenance Release
Fixes
- Fix dropdown to correct return values not labels
2.23.1: Maintenance Release
Fixes
- Fix date picker to return midnight on picked day. PR #600
- Add some validation to dropdown widget values to flag duplicates.
- Fix dropdown to only return valid options if options changed dynamically.
- Fix group spacings to align better.
- Fix wave gauge to also allow using random msg properties. Issue #607
2.23.0: Milestone Release
Enhancements
- Fix custom colour sidebar choice to actually work.
- Dropdown multi-select now allows select/deselect all. PR #590
- Add iconify- keyword to icon handling (still need to add the js file via cdn in template).
- Let notification node set timeout via msg.timeout property.
Fixes
- Block direct websocket connection attempts - only allow upgrades.
- Bump angular libs to 1.8.0 for security patch.
- Stop chart sending blank data payload on deploy.
- Ensure toast dialog cancel button defaults to on when in prompt with input mode. Issue #596
- Remove some hardcoded CSS to help themeing support of editor.