Skip to content

Commit

Permalink
Bump ready for 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Dec 7, 2018
1 parent 6c0efb9 commit b9c4d04
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 68 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@

### 2.11.1: Maintenance Release
### 2.12.0: Milestone Release

**Enhancements**

- Introduce concept of spacer nodes in groups to allow more widget layout options

**Fixes**

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

### 2.11.0: Milestone Release

Expand Down
10 changes: 10 additions & 0 deletions dist/css/app.min.less
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@ md-card {
@nrTemplateTheme: true;
@nrUnitHeight: 24px;

& when (@nrTheme = false) {
.nr-menu-item-active div button {
border-right: 4px solid #888;
}
}

& when (@nrTheme = true) {

.nr-dashboard-disabled {
Expand Down Expand Up @@ -197,6 +203,7 @@ body.nr-dashboard-theme .nr-dashboard-dim { opacity: 0.5 !important; }
*/
body.nr-dashboard-theme md-toolbar {
background-color: @pageTitlebarBackgroundColor;
color: #fff;
}

/*
Expand All @@ -210,6 +217,9 @@ body.nr-dashboard-theme md-sidenav {
a.md-no-style, button.md-no-style {
background-color: transparent;
}
.nr-menu-item-active div button {
border-right: 4px solid @groupTextColor;
}

/*
GROUP SPECIFIC
Expand Down
2 changes: 1 addition & 1 deletion dist/dashboard.appcache
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ weather-icons-lite/fonts/weather-icons-lite.woff2
NETWORK:
*

# hash: b42956cecf364461d16c65ee410bfa17456f43169ec4109ffc947f955a49fe57
# hash: 312d806395b1b9319c8fdcec8033261236accb7c746e997dcdbc66833b86c624
18 changes: 9 additions & 9 deletions dist/js/app.min.js

Large diffs are not rendered by default.

105 changes: 52 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-dashboard",
"version": "2.11.1-beta",
"version": "2.12.0",
"description": "A set of dashboard nodes for Node-RED",
"keywords": [
"node-red"
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"dependencies": {
"serve-static": "~1.13.2",
"socket.io": "^2.1.1"
"socket.io": "^2.2.0"
},
"devDependencies": {
"angular": "~1.5.11",
Expand Down Expand Up @@ -109,7 +109,7 @@
"jquery": "^3.3.1",
"jshint": "^2.9.6",
"justgage": "^1.2.2",
"less": "~3.8.1",
"less": "~3.9.0",
"moment": "~2.22.2",
"sprintf-js": "^1.0.3",
"streamqueue": "~1.1.2",
Expand Down

0 comments on commit b9c4d04

Please sign in to comment.