From 561e7b63d323421ea17959938337d5f607953c09 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 28 Dec 2020 12:06:41 +0100 Subject: [PATCH] Changelog for 5.4.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 970828d359..a7f43e06e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # Changelog +## 5.4.0 - 2020-12-28 + +### Features + +* **API**: Update to Net5. +* **API**: Migrate to new Notifo API. +* **Contents**: More default values for other field types like references and assets. +* **Contents**: Optimize DB calls. +* **Contents**: Optionally validate during publish operation. +* **Contents**: Ensure that sorting is always consistent. +* **Contents**: Check referrers before unpulishing a content item. +* **Contents**: More support for bulk actions. +* **Contents**: Update multiple content items in a bulk operation. +* **Rules**: Run rules from snapshots. +* **Translation**: Also support Google Translate. +* **UI**: Update to Angular 11. +* **UI**: Rich dropdown for users when creating content filters. +* **UI**: Quick links to asset folder in asset overview. +* **UI**: Show asset path in asset dialog. +* **UI**: Localize datepicker. +* **UI**: News views to show all references contents and referencing content items for a single content. +* **UI**: Allow to translate all string fields. + +### Bugfixes + +* **Assets**: Fixes parent id (folder id) after migration from 4.X. +* **Assets**: Fixed a bug in usage tracking of asset downloads that was causing it to never decrease. +* **Contents**: GraphQL fallback handling when schema is called `content`. +* **Rules**: Fix rerun logic. +* **Hosting**: Fixes a few problems around hosting and header forwarding (e.g. `X-Proto-For`). +* **UI**: Several drag and drop bugfixes for angular CDK. + ## 5.3.0 - 2020-10-30 ### Breaking changes