Skip to content

Commit 459a913

Browse files
updates
1 parent 3d5ec1a commit 459a913

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ The following are only used for _**developing**_ UIBUILDER:
2828

2929
------------
3030

31-
## [Unreleased](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v7.0.3...main)
31+
## [Unreleased](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v7.0.4...main)
3232

3333
Nothing currently.
3434

35+
## [v7.0.4](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v7.0.4...v7.0.3)
36+
37+
Bug fix only. Missing originator on messages from clients.
38+
3539
## [v7.0.3](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v7.0.3...v7.0.2)
3640

3741
Bug fix only. Issue for new UIBUILDER installations that would get the error `[node-red-contrib-uibuilder/uibuilder] TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received an instance of Array (line:393)`.

docs/client-docs/custom-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Custom web components
33
description: |
44
Web components built into the UIBUILDER client and information about external web components.
55
created: 2023-10-08 13:44:56
6-
updated: 2024-08-25 15:31:21
6+
updated: 2024-09-06 12:39:40
77
---
88

99
The following custom web components are built into UIBUILDER:

docs/dev/release-steps.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to release a new version of UIBUILDER
33
description: |
44
Several steps are needed, in the right order, to be able to release a new version.
55
created: 2024-09-01 11:34:53
6-
updated: 2024-09-01 15:44:31
6+
updated: 2024-09-06 13:22:03
77
---
88

99
This assumes all main updates have been done for this release and that local testing is complete.
@@ -81,3 +81,12 @@ Remember to switch branches to the version branch in VS Code before continuing.
8181
* Tag: node-red-contrib-uibuilder.
8282
* Title: `:sparkles: UIBUILDER New Release v6.8.2 - something about the release` OR, for major releases `:star2: UIBUILDER Major Release v7.0.0 - it’s here at last!`
8383
* Include intro and version changelog.
84+
85+
## 10) If releasing a bug-fix to main
86+
87+
After publishing:
88+
89+
```bash
90+
git switch v7.0.0
91+
git merge main
92+
```

docs/roadmap/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: uibuilder Roadmap
33
description: |
44
This page outlines the future direction of uibuilder. Including specific things that will almost certainly happen as well as more speculative ideas.
55
created: 2022-02-01 11:15:27
6-
updated: 2024-09-01 13:48:32
6+
updated: 2024-09-06 12:39:40
77
---
88

99
Is there something in this list you would like to see prioritised? Is there something you could help with? Please get in touch via the [Node-RED forum](https://discourse.nodered.org/). Alternatively, you can start a [discussion on GitHub](https://github.com/TotallyInformation/node-red-contrib-uibuilder/discussions) or [raise a GitHub issue](https://github.com/TotallyInformation/node-red-contrib-uibuilder/issues). Please note that I no longer have the time to monitor the #uibuilder channel in the Node-RED slack.

docs/security/authenticated-client-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Standardised msg._client properties for authenticated clients
33
description: |
44
msg._client is a standardised message property added to both UIBUILDER and FlowFuse's Dashboard 2.0 outputs when an authenticated client is detected. Authentication happens using an external tool such as FlowFuse authentication, Cloudflare access, Authelia, Authentik, Keycloak, etc.
55
created: 2024-08-04 12:49:35
6-
updated: 2024-08-06 13:37:26
6+
updated: 2024-09-06 12:39:40
77
---
88

99
> [!NOTE]

0 commit comments

Comments
 (0)