diff --git a/CHANGELOG.md b/CHANGELOG.md index a2749cc6..51142983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/dist/dashboard.appcache b/dist/dashboard.appcache index bf22cf5f..52ef14d1 100644 --- a/dist/dashboard.appcache +++ b/dist/dashboard.appcache @@ -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 diff --git a/nodes/ui_switch.html b/nodes/ui_switch.html index bc7b16cb..bdd92754 100644 --- a/nodes/ui_switch.html +++ b/nodes/ui_switch.html @@ -132,7 +132,7 @@
- +
diff --git a/package.json b/package.json index ea240348..3da046be 100644 --- a/package.json +++ b/package.json @@ -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"