Skip to content

Commit 03d11fd

Browse files
author
Dave Conway-Jones
committed
Revert change to button and switch typed inputs
to close #455
1 parent 595f10a commit 03d11fd

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

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

2+
### 2.12.2: Maintenance Release
3+
4+
**Fixes**
5+
6+
- Revert change to button and switch typed inputs - Issue #455
7+
28
### 2.12.1: Maintenance Release
39

410
**Fixes**

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: 81f8434683cf3ffb8e29c5611a5e60518c5fcbfe4584f058bf3518ac0f1f0899
22+
# hash: 312d806395b1b9319c8fdcec8033261236accb7c746e997dcdbc66833b86c624

dist/js/app.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodes/ui_button.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
$('#node-input-payload').typedInput({
4141
default: 'str',
4242
typeField: $("#node-input-payloadType"),
43-
types:['str','num','bool','json','bin','date']
43+
types: ['str','num','bool','json','bin','date','flow','global']
4444
})
4545
}
4646
});

nodes/ui_switch.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
$('#node-input-onvalue').typedInput({
6363
default: 'str',
6464
typeField: $("#node-input-onvalueType"),
65-
types: ['str','num','bool','json','bin','date']
65+
types: ['str','num','bool','json','bin','date','flow','global']
6666
});
6767
$('#node-input-offvalue').typedInput({
6868
default: 'str',
6969
typeField: $("#node-input-offvalueType"),
70-
types: ['str','num','bool','json','bin','date']
70+
types: ['str','num','bool','json','bin','date','flow','global']
7171
});
7272

7373
$('#node-input-passthru').change(function() {

0 commit comments

Comments
 (0)