Skip to content

Commit

Permalink
ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Jul 10, 2020
1 parent e02f0c0 commit 5858411
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
### 2.22.2-beta: Maintenance Release
### 2.23.0: Milestone Release

**Enhancements**

- Fix custom colour sidebar choice to actually work.
- Dropdown multiselect now allows select/deselect all. PR #590
- Add iconify- keyword to icon handling (still need to add js via template)
- Dropdown multiselect now allows select/deselect all. PR #590
- Add iconify- keyword to icon handling (still need to add js via template).
- Let notification node set timeout via msg.timeout property.

**Fixes**

- Block direct websocket connection attempsts - only allow upgrades.
- Bump angular libs to 1.8.0
- 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.

### 2.22.1: Maintenance Release

Expand Down
2 changes: 1 addition & 1 deletion dist/dashboard.appcache
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CACHE MANIFEST
# Time: Tue Jul 07 2020 12:54:32 GMT+0100 (British Summer Time)
# Time: Fri Jul 10 2020 15:01:07 GMT+0100 (British Summer Time)

CACHE:
i18n.js
Expand Down
2 changes: 1 addition & 1 deletion nodes/ui_switch.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<input type="text" id="node-input-offcolor" style="width:120px">
</div>
<div class="form-row">
<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>
<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>
<input type="checkbox" checked id="node-input-passthru" style="display:inline-block; width:auto; vertical-align:top;">
</div>
<div class="form-row form-row-decouple">
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-dashboard",
"version": "2.22.2-beta",
"version": "2.23.0",
"description": "A set of dashboard nodes for Node-RED",
"keywords": [
"node-red"
Expand Down

0 comments on commit 5858411

Please sign in to comment.