From 9c2159aba98412cac94d960347779f10eb628f48 Mon Sep 17 00:00:00 2001 From: Dominik Decker Date: Tue, 8 Nov 2022 11:14:24 +0100 Subject: [PATCH] Updated missing changelog entries Added all new changes since 1.1.2 --- CHANGELOG.md | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46ccd2a45..b10f8eb3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,47 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.6] - TBD +### Fixed +- Reordering of (micro-)schema fields is now properly preserved. [#981](https://github.com/gentics/mesh/issues/981) + +## [1.3.5] - 2022-10-21 +### Fixed +- Field restrictions are now correctly checked against and report a proper error. SUP-11839 +- When copying a binary-node, it'll now also correctly copy the binary to the newly created node. SUP-12924 + +## [1.3.4] - 2022-08-25 +### Security +- Fixed possible XSS from various entity names (group, microschemas, ...) and binary file names. SUP-13554 & SUP-13555 + +## [1.3.3] - 2022-03-31 +### Added +- Added Option to unpublish all child elements of current Node. [#354](https://github.com/gentics/mesh-ui/issues/354) + +## [1.3.2] - 2022-01-28 +### Added +- Added Option to publish all child elements of current Node. [#354](https://github.com/gentics/mesh-ui/issues/354) + +## [1.3.1] - 2021-10-18 +### Fixed +- Language Switcher will only show available Languages instead of simply listing all of them. [#351](https://github.com/gentics/mesh-ui/pull/351) +- The default-language from the config will be used correctly instead of using `en`. [#353](https://github.com/gentics/mesh-ui/pull/353) + +## [1.3.0] - 2021-08-26 +### Added +- Added Node-Status filtering [#347](https://github.com/gentics/mesh-ui/pull/347) + +## [1.2.1] - 2021-06-03 +### Added +- Translations for Hungarian [#324](https://github.com/gentics/mesh-ui/pull/324) +- S3-Binary support [#341](https://github.com/gentics/mesh-ui/pull/341) & [#344](https://github.com/gentics/mesh-ui/pull/344) + ## [1.1.2] - 2020-07-16 ### Security - Updated several vulnerable dependencies reported by `npm audit` ### Fixed -- Fixed breadcrumbs styling (SUP-9200) +- Fixed breadcrumbs styling. SUP-9200 - Fixed I18n errors ### Added