File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1- ### 2.22.2-beta: Maintenance Release
1+ ### 2.23.0: Milestone Release
22
33** Enhancements**
44
55 - Fix custom colour sidebar choice to actually work.
6- - Dropdown multiselect now allows select/deselect all. PR #590
7- - Add iconify- keyword to icon handling (still need to add js via template)
6+ - Dropdown multiselect now allows select/deselect all. PR #590
7+ - Add iconify- keyword to icon handling (still need to add js via template).
8+ - Let notification node set timeout via msg.timeout property.
89
910** Fixes**
1011
11- - Block direct websocket connection attempsts - only allow upgrades.
12- - Bump angular libs to 1.8.0
12+ - Block direct websocket connection attempts - only allow upgrades.
13+ - Bump angular libs to 1.8.0 for security patch.
14+ - Stop chart sending blank data payload on deploy.
15+ - Ensure toast dialog cancel button defaults to on when in prompt with input mode. Issue #596
16+ - Remove some hardcoded CSS to help themeing support of editor.
1317
1418### 2.22.1: Maintenance Release
1519
Original file line number Diff line number Diff line change 11CACHE MANIFEST
2- # Time: Tue Jul 07 2020 12:54:32 GMT+0100 (British Summer Time)
2+ # Time: Fri Jul 10 2020 15:01:07 GMT+0100 (British Summer Time)
33
44CACHE:
55i18n.js
Original file line number Diff line number Diff line change 132132 < input type = "text" id = "node-input-offcolor" style = "width:120px" >
133133 </ div >
134134 < div class = "form-row" >
135- < label style = "width:auto" for = "node-input-passthru" > < i class = "fa fa-arrow-right" > </ i > Pass though < code > msg</ code > if payload matches new state: </ label >
135+ < label style = "width:auto" for = "node-input-passthru" > < i class = "fa fa-arrow-right" > </ i > Pass through < code > msg</ code > if payload matches new state: </ label >
136136 < input type = "checkbox" checked id = "node-input-passthru" style = "display:inline-block; width:auto; vertical-align:top;" >
137137 </ div >
138138 < div class = "form-row form-row-decouple" >
Original file line number Diff line number Diff line change 11{
22 "name" : " node-red-dashboard" ,
3- "version" : " 2.22.2-beta " ,
3+ "version" : " 2.23.0 " ,
44 "description" : " A set of dashboard nodes for Node-RED" ,
55 "keywords" : [
66 " node-red"
You can’t perform that action at this time.
0 commit comments