From 805a00eca5fa9f4795291e60848b17175cf7eeb6 Mon Sep 17 00:00:00 2001 From: Jack Morgan Date: Sat, 29 Oct 2022 22:00:28 +1300 Subject: [PATCH] Update changelog --- docs/changelog.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9ff3b47bc0..7c83d4f9a4 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -18,6 +18,33 @@ All notable changes to this project will be documented in this file. We have listed major changes for each release below. `All downloads are available on GitHub `__ +3.12.3 +============================================================================== + +**Release date:** 29th October 2022 + +**Changelog:** + +- Add abiltiy to hide pixel colour codes in pixel-viewer interactive via URL parameter. +- Fix bug where imported package CSS files were not imported. +- Fix bug where pixel-viewer interactive isn't sized correctly when embedded via iframe. +- Replaced deprecation method in matrix-simplifier interactive. +- Update analytics to Plausible. +- Rewrite documentation to project specific content, and linking to general UCCSER documentation where required. +- Display white favicon when browser dark theme is used. `#1957 `__ +- Add project logo variants with text. +- Core dependency changes: + + - Update autoprefixer from 10.4.12 to 10.4.13. + - Update crowdin/github-action from 1.4.15 to 1.4.16. + - Update cssselect from 1.1.0 to 1.2.0. + - Update django from 3.2.15 to 3.2.16. + - Update psycopg2 from 2.9.4 to 2.9.5. + +- Interactive scene-editor dependency changes: + + - Update three from 0.145.0 to 0.146.0. + 3.12.2 ==============================================================================