Skip to content

Commit

Permalink
Bump ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Apr 3, 2020
1 parent 443f68f commit 3eaa8ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 2.19.5-beta: Maintenance Release
### 2.20.0: Milestone Release

**Enhancements**

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

**Fixes**

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

### 2.19.4: Maintenance Release
Expand Down
2 changes: 1 addition & 1 deletion nodes/ui_toast.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<input type="text" id="node-input-cancel" placeholder="(optional label for Cancel button)">
</div>
<div class="form-row" id="node-toast-raw">
<label style="width:auto" for="node-input-raw"><i class="fa fa-exclamation-triangle"></i> Accept raw HTML/JavaScript input to format popup. </label>
<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>
<input type="checkbox" id="node-input-raw" style="display:inline-block; width:auto; vertical-align:baseline;">
</div>
<div class="form-row" id="node-dialog-topic">
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-dashboard",
"version": "2.19.5-beta",
"version": "2.20.0",
"description": "A set of dashboard nodes for Node-RED",
"keywords": [
"node-red"
Expand Down Expand Up @@ -97,7 +97,7 @@
"font-awesome": "^4.7.0",
"gulp": "~4.0.2",
"gulp-angular-templatecache": "~3.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-debug": "^4.0.0",
Expand Down

0 comments on commit 3eaa8ce

Please sign in to comment.