From 7928b7d442436681d3b68796b376514c8925d092 Mon Sep 17 00:00:00 2001 From: Julian Knight <1591850+TotallyInformation@users.noreply.github.com> Date: Sun, 26 Mar 2023 17:40:28 +0100 Subject: [PATCH] v6.3.0 changes --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f89b56eb..b16157ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,13 +14,19 @@ Check the [roadmap](./docs/roadmap.md) for future developments. ## [Unreleased](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v6.2.0...main) - +Nothing currently. + +## [v6.3.0](https://github.com/TotallyInformation/node-red-contrib-uibuilder/compare/v6.3.0...v6.2.0) ### Client library changes * `_ui` handling extended to support dynamic creation of SVG images. * Changed `_uiUpdate()` to use `_uiComposeComponent()` for consistency & code reduction. +### `uib-brand.css` + +* Adjusted img, picture, video, canvas, svg background colours to match the html background colour `--surface2`. + ### Examples * zero-code: Minor correction to form example (1st input had changed id)