Skip to content

Commit a05ec38

Browse files
Updates
1 parent eca90fe commit a05ec38

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ Please see the documentation for archived changelogs - a new archive is produced
88

99
## Issues
1010

11-
None.
11+
* uibuilder.send({ payload: pl, topic: tp }, nodename)
12+
13+
where nodename is defined as:
14+
const nodename = '30fb97fcc6154e6c'
15+
After the upgrade, this is no more working, no errors in console. It simply doesn't send the message back to the node in NR.
1216

1317
### "Outdated" dependencies
1418

@@ -27,10 +31,16 @@ I will be trying to eliminate packages that have enforced structural changes. Th
2731

2832
------------
2933

30-
## [Unreleased](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v6.8.0...main)
34+
## [Unreleased](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v6.8.1...main)
3135

3236
Nothing currently.
3337

38+
## [v6.8.1](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v6.8.0...v6.8.1)
39+
40+
* **FIXED** Regression caused by "fix" for users deploying with an invalid URL. `uibuilder` node's editor and runtime code updated.
41+
* **FIXED** Regression caused by over-optimising references to the TI event library which stopped msgs with an originator from getting back to the relavent `uib-sender` node. `libs/socket.js` updated.
42+
* Version numbers bumped to match release.
43+
3444
## [v6.8.0](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v6.7.0...v6.8.0)
3545

3646
### 📌 Highlights

0 commit comments

Comments
 (0)