Skip to content

Commit 5858411

Browse files
author
Dave Conway-Jones
committed
ready for release
1 parent e02f0c0 commit 5858411

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
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

dist/dashboard.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE 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

44
CACHE:
55
i18n.js

nodes/ui_switch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
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">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)