Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyInformation committed Sep 6, 2024
1 parent 3d5ec1a commit 459a913
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ The following are only used for _**developing**_ UIBUILDER:

------------

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

Nothing currently.

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

Bug fix only. Missing originator on messages from clients.

## [v7.0.3](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v7.0.3...v7.0.2)

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)`.
Expand Down
2 changes: 1 addition & 1 deletion docs/client-docs/custom-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Custom web components
description: |
Web components built into the UIBUILDER client and information about external web components.
created: 2023-10-08 13:44:56
updated: 2024-08-25 15:31:21
updated: 2024-09-06 12:39:40
---

The following custom web components are built into UIBUILDER:
Expand Down
11 changes: 10 additions & 1 deletion docs/dev/release-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: How to release a new version of UIBUILDER
description: |
Several steps are needed, in the right order, to be able to release a new version.
created: 2024-09-01 11:34:53
updated: 2024-09-01 15:44:31
updated: 2024-09-06 13:22:03
---

This assumes all main updates have been done for this release and that local testing is complete.
Expand Down Expand Up @@ -81,3 +81,12 @@ Remember to switch branches to the version branch in VS Code before continuing.
* Tag: node-red-contrib-uibuilder.
* 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!`
* Include intro and version changelog.

## 10) If releasing a bug-fix to main

After publishing:

```bash
git switch v7.0.0
git merge main
```
2 changes: 1 addition & 1 deletion docs/roadmap/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: uibuilder Roadmap
description: |
This page outlines the future direction of uibuilder. Including specific things that will almost certainly happen as well as more speculative ideas.
created: 2022-02-01 11:15:27
updated: 2024-09-01 13:48:32
updated: 2024-09-06 12:39:40
---

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/security/authenticated-client-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Standardised msg._client properties for authenticated clients
description: |
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.
created: 2024-08-04 12:49:35
updated: 2024-08-06 13:37:26
updated: 2024-09-06 12:39:40
---

> [!NOTE]
Expand Down

0 comments on commit 459a913

Please sign in to comment.