Skip to content

Commit b9c4d04

Browse files
author
Dave Conway-Jones
committed
Bump ready for 2.12.0
1 parent 6c0efb9 commit b9c4d04

File tree

6 files changed

+83
-68
lines changed

6 files changed

+83
-68
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11

2-
### 2.11.1: Maintenance Release
2+
### 2.12.0: Milestone Release
3+
4+
**Enhancements**
5+
6+
- Introduce concept of spacer nodes in groups to allow more widget layout options
37

48
**Fixes**
59

10+
- Set order value correctly for newly added ui nodes
611
- Let ui_text node handle buffers without mangling to utf8
712
- Fix ui_template info odd/even example to work again (after theme changes)
8-
- Fix missing titles (mea culpa) - Issue #453
13+
- Ensure colour picker retains old value on multiple reloads when in dynamic mode - Issue #452
14+
- Fix missing page titles (mea culpa) - Issue #453
915

1016
### 2.11.0: Milestone Release
1117

dist/css/app.min.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@ md-card {
147147
@nrTemplateTheme: true;
148148
@nrUnitHeight: 24px;
149149

150+
& when (@nrTheme = false) {
151+
.nr-menu-item-active div button {
152+
border-right: 4px solid #888;
153+
}
154+
}
155+
150156
& when (@nrTheme = true) {
151157

152158
.nr-dashboard-disabled {
@@ -197,6 +203,7 @@ body.nr-dashboard-theme .nr-dashboard-dim { opacity: 0.5 !important; }
197203
*/
198204
body.nr-dashboard-theme md-toolbar {
199205
background-color: @pageTitlebarBackgroundColor;
206+
color: #fff;
200207
}
201208

202209
/*
@@ -210,6 +217,9 @@ body.nr-dashboard-theme md-sidenav {
210217
a.md-no-style, button.md-no-style {
211218
background-color: transparent;
212219
}
220+
.nr-menu-item-active div button {
221+
border-right: 4px solid @groupTextColor;
222+
}
213223

214224
/*
215225
GROUP SPECIFIC

dist/dashboard.appcache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ weather-icons-lite/fonts/weather-icons-lite.woff2
1919
NETWORK:
2020
*
2121

22-
# hash: b42956cecf364461d16c65ee410bfa17456f43169ec4109ffc947f955a49fe57
22+
# hash: 312d806395b1b9319c8fdcec8033261236accb7c746e997dcdbc66833b86c624

dist/js/app.min.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 52 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-red-dashboard",
3-
"version": "2.11.1-beta",
3+
"version": "2.12.0",
44
"description": "A set of dashboard nodes for Node-RED",
55
"keywords": [
66
"node-red"
@@ -69,7 +69,7 @@
6969
},
7070
"dependencies": {
7171
"serve-static": "~1.13.2",
72-
"socket.io": "^2.1.1"
72+
"socket.io": "^2.2.0"
7373
},
7474
"devDependencies": {
7575
"angular": "~1.5.11",
@@ -109,7 +109,7 @@
109109
"jquery": "^3.3.1",
110110
"jshint": "^2.9.6",
111111
"justgage": "^1.2.2",
112-
"less": "~3.8.1",
112+
"less": "~3.9.0",
113113
"moment": "~2.22.2",
114114
"sprintf-js": "^1.0.3",
115115
"streamqueue": "~1.1.2",

0 commit comments

Comments
 (0)