Skip to content

Commit

Permalink
Changelog for 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Sep 1, 2022
1 parent 5cd6097 commit 438cfe2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,35 @@
# Changelog

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).

## [7.1.0] - 2022-09-01

### Fixed

* **Assets**: Fixes to UI texts.
* **Contents**: Do not make writes in parallel when running inside a transaction.
* **Contents**: Fixes the resize functionality of table columns.
* **Rules**: Fixes serialization of rule events inside rule events.
* **Rules**: Fixes the schema triggers for rules.
* **UI**: Do now show the first value in dropdowns when the current value is not valid.
* **UI**: Fixes the tag editor, which was measuring uninitialized content elements.

### Changed

* **Assets**: Also provide the edit token in the frontend GraphQL interface.
* **Contents**: Also provide the edit token in the frontend GraphQL interface.
* **Subscriptions**: Show the username of the current provider in the subscription settings.

### Added

* **Assets**: Subscribe to asset changes in GraphQL.
* **Contents**: Provide translation status in the UI
* **Contents**: Query contents by translation status.
* **Contents**: Subscribe to content changes in GraphQL.
* **UI**: Support custom role properties for UI over claims that start with `urn:squidex:custom:{APPNAME}`.

## [7.0.3] - 2022-08-15

### Fixed
Expand Down

0 comments on commit 438cfe2

Please sign in to comment.