Skip to content

Commit 50d0013

Browse files
author
Dave Conway-Jones
committed
bump for release 3.1.3
1 parent 1a7cdec commit 50d0013

File tree

6 files changed

+103
-106
lines changed

6 files changed

+103
-106
lines changed

CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11

2-
### 3.1.4: Maintenance Release
2+
### 3.1.3: Maintenance Release
33

44
**Fixes**
55

66
- Remove main entry from package.json. Issue #740
77
- Let Date-picker send repeated existing values.
88
- Warn if Node.js version not 12+.
9-
10-
### 3.1.3: Maintenance Release
11-
12-
**Fixes**
13-
149
- Allow ui-dropdown to accept single string for one valid option.
1510
- Fix socketid back to be in sync with reality. Issue #738
1611

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
This module provides a set of nodes in Node-RED to quickly create a live data dashboard.
88

9-
These nodes require node.js version 8. The last version to support node v6 was 2.9.5.
9+
These nodes require node.js version 12 or more recent. The last version to support node v8 was 2.30.0.
1010

1111
From version 2.10.0 you can create and install widget nodes like other Node-RED nodes.
1212
See the [Wiki](https://github.com/node-red/node-red-dashboard/wiki/Creating-New-Dashboard-Widgets) for more information.
@@ -158,7 +158,7 @@ Most widgets and the ui **group** can have a CSS class or multiple CSS class nam
158158
background: rgba(245, 173, 66, 0.5);
159159
color: darkorange;
160160
}
161-
</style>
161+
</style>
162162
```
163163
Additionally, any widget that has a Class field can be dynamically updated by passing in a `msg.className` string property set to one or more class names.
164164

0 commit comments

Comments
 (0)