Skip to content

Commit 3eaa8ce

Browse files
author
Dave Conway-Jones
committed
Bump ready for release
1 parent 443f68f commit 3eaa8ce

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### 2.19.5-beta: Maintenance Release
1+
### 2.20.0: Milestone Release
22

33
**Enhancements**
44

@@ -10,12 +10,12 @@
1010
- Make Gridstack a normal dep so they can count installs. Bump to v0.5.5
1111
- Let mousewheel change slider. Issue #575.
1212
- Add UTC option to Chart node X-Axis
13-
- Add no resend on refresh option to template node
13+
- Add no resend on refresh option to template node.
1414

1515
**Fixes**
1616

1717
- Add placeholder to ui-form date type to give a clue that yyyy-mm-dd works for Safari.
18-
- Fix dropdown to save topic fro input for subsequent selections. Issue #570
18+
- Fix dropdown to save topic fro input for subsequent selections. Issue #570.
1919
- Fix colour picker to show appropriate controls by default. Issue #572.
2020

2121
### 2.19.4: Maintenance Release

nodes/ui_toast.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<input type="text" id="node-input-cancel" placeholder="(optional label for Cancel button)">
9191
</div>
9292
<div class="form-row" id="node-toast-raw">
93-
<label style="width:auto" for="node-input-raw"><i class="fa fa-exclamation-triangle"></i> Accept raw HTML/JavaScript input to format popup. </label>
93+
<label style="width:auto" for="node-input-raw"><i class="fa fa-exclamation-triangle"></i> Accept raw HTML/JavaScript input in msg.payload to format popup.</label>
9494
<input type="checkbox" id="node-input-raw" style="display:inline-block; width:auto; vertical-align:baseline;">
9595
</div>
9696
<div class="form-row" id="node-dialog-topic">

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-dashboard",
3-
"version": "2.19.5-beta",
3+
"version": "2.20.0",
44
"description": "A set of dashboard nodes for Node-RED",
55
"keywords": [
66
"node-red"
@@ -97,7 +97,7 @@
9797
"font-awesome": "^4.7.0",
9898
"gulp": "~4.0.2",
9999
"gulp-angular-templatecache": "~3.0.0",
100-
"gulp-clean-css": "^4.0.0",
100+
"gulp-clean-css": "^4.3.0",
101101
"gulp-concat": "^2.6.1",
102102
"gulp-concat-css": "^3.1.0",
103103
"gulp-debug": "^4.0.0",

0 commit comments

Comments
 (0)