Skip to content

Commit

Permalink
update Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Sep 30, 2019
1 parent 23ce49e commit a7ecb4b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
### 2.16.3: Maintenance Release
### 2.16.4-beta: Maintenance Release

**Enhancements**

- If template has height -1 then set it to 0 height (test).
- Add wrap value feature to numeric node.

**Fixes**

- Better vertical align larger button icons if supplied via label text

### 2.16.3: Maintenance Release

**Enhancements**

- If template has height -1 then set it to 0 height (test).
- Add wrap value feature to numeric node.

**Fixes**

- Ensure widgets handle undefined msg parts for labels etc.
- Fix scrollbar theming inside template.
- Ensure msg.topic really doesn't exist if not specified, for all ui nodes. Was PR #531
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.16.3",
"version": "2.16.4-beta",
"description": "A set of dashboard nodes for Node-RED",
"keywords": [
"node-red"
Expand Down

0 comments on commit a7ecb4b

Please sign in to comment.