Skip to content

Commit 5ad3f50

Browse files
committed
Update for PRs to add ui_text style
and fix tab hiding disable buttons
1 parent f649c24 commit 5ad3f50

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
### 3.5.0: Milestone Release
3+
4+
- Add text styling feature to ui_text. PR #805
5+
- Fix to support locking flow tab. PR #799
6+
27
### 3.4.1: Maintenance Release
38

49
- Catch bad evaluation of non existent properties. Issue #800

dist/dashboard.appcache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CACHE MANIFEST
2-
# Time: Sun Apr 16 2023 19:46:02 GMT+0100 (Irish Standard Time)
2+
# Time: Mon May 01 2023 21:43:45 GMT+0100 (British Summer Time)
33

44
CACHE:
55
i18n.js
@@ -26,4 +26,4 @@ loading.html
2626
NETWORK:
2727
*
2828

29-
# hash: e9721d4394d8204a4728781d2211a1f7cb10f0750a8ff1cb9214319a06a90c01
29+
# hash: 3bfb990c9706615ab09c5374d2b592d02f1668ba9923e7d3609caee9bd046424

dist/js/app.min.js

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

nodes/ui_text.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = function(RED) {
2929
if (config.font) {
3030
style += `font-family: ${config.font};`
3131
}
32-
}
32+
}
3333
var done = ui.add({
3434
emitOnlyNewValues: false,
3535
node: node,

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": "3.4.1",
3+
"version": "3.5.0",
44
"description": "A set of dashboard nodes for Node-RED",
55
"keywords": [
66
"node-red"
@@ -131,11 +131,11 @@
131131
"map-stream": "^0.0.7",
132132
"material-design-icons-iconfont": "^6.7.0",
133133
"moment": "~2.29.4",
134-
"sass": "^1.59.2",
134+
"sass": "^1.62.1",
135135
"sprintf-js": "^1.1.2",
136136
"streamqueue": "~1.1.2",
137137
"svg-morpheus": "^0.3.0",
138-
"terser": "^5.16.6",
138+
"terser": "^5.17.1",
139139
"tinycolor2": "^1.6.0",
140140
"weather-icons-lite": "^1.6.1"
141141
},

0 commit comments

Comments
 (0)