Browse Source

Update CHANGELOG.md

pull/995/head 7.6.0
Sebastian Stehle 3 years ago
committed by GitHub
parent
commit
30edcff1f9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 26
      CHANGELOG.md

26
CHANGELOG.md

@ -4,6 +4,32 @@ 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). 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).
## [7.6.0] - 2023-05-20
### Fixed
* **API**: A lot of fixes to the OpenAPI spec.
* **Assets**: Use correct parent ID when uploading to folder.
* **Contents**: Custom preview format for assets in content list.
* **Contents**: Exception handler for scheduler
* **Contents**: Fixes field rules for localized fields.
* **Contents**: Hover effect for assets in content list to show larger version.
* **Identity**: Do not clear cookies on login to preserve antiforgery tokens.
* **Notifications**: Spelling errors fixed.
* **Teams**: Fixed the transfer dialog when removing an app from all teams.
### Changed
* **Events**: Improved performance for queries of events.
* **UI**: Reduced bundle size.
* **UI**: Update OIDC Client.
### Added
* **API**: Also document some headers in OpenAPI spec.
* **Contents**: Default values for component fields.
* **GraphQL**: New resolver to get contents by id.
## [7.5.0] - 2023-03-03 ## [7.5.0] - 2023-03-03
### Fixed ### Fixed

Loading…
Cancel
Save