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)