File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ### 3.1.0: Maintenance Release
3
+
4
+ ** Fixes**
5
+
6
+ - Bump socket.io to 4.3.x
7
+ - Remove ui_control messages weird feedback block (not sure why it was ever there...)
8
+ - Fix bad class field in text_input. PR #783
9
+
2
10
### 3.0.4: Major Release
3
11
4
12
** Enhancements**
Original file line number Diff line number Diff line change 1
1
CACHE MANIFEST
2
- # Time: Tue Oct 19 2021 21:47:17 GMT+0100 (British Summer Time)
2
+ # Time: Tue Oct 26 2021 10:22:40 GMT+0100 (British Summer Time)
3
3
4
4
CACHE:
5
5
i18n.js
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-red-dashboard" ,
3
- "version" : " 3.0.5 " ,
3
+ "version" : " 3.1.0 " ,
4
4
"description" : " A set of dashboard nodes for Node-RED" ,
5
5
"keywords" : [
6
6
" node-red"
89
89
"compression" : " ^1.7.4" ,
90
90
"gridstack" : " ^0.6.4" ,
91
91
"serve-static" : " ^1.14.1" ,
92
- "socket.io" : " ~4.2.0 "
92
+ "socket.io" : " ~4.3.1 "
93
93
},
94
94
"devDependencies" : {
95
95
"angular" : " ~1.8.2" ,
You can’t perform that action at this time.
0 commit comments