Skip to content

Commit

Permalink
Changelog for 5.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Oct 14, 2021
1 parent 4dc0783 commit 862c274
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Expand Up @@ -3,7 +3,30 @@ 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).

## [5.9.0]
## [5.10.0] - 2021-10-14

### Fixed

* **UI**: Improve autosave feature.
* **UI**: Correct styling of content compare view.
* **UI**: Fix for reference dropdown.
* **MongoDB**: Fixed parsing of MongoDB versions for release candidates or beta versions.

### Changed

* **GraphQL**: Do not apply page size when retrieving references to get rid of limitation.
* **API**: New content structure to allow full app deletion.
* **Schemas**: Simplify schema builder.

### Added

* **Assets**: Asset scripts.
* **GraphQL**: Do not return error when content to query is from another schema.
* **Contents**: Uniqueness validation for components and array fields.
* **UI**: Persist collapsed status for array fields in UI.
* **UI**: Hint to run webpack for development mode.

## [5.9.0] - 2021-09-14

### Fixed

Expand Down Expand Up @@ -39,7 +62,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
* **Rules**: Enable or disable rules over the context menu.
* **Scripting**: New method to make HTTP methods using POST, PUT, PATCH and DELETE verbs.


## [5.8.2] - 2021-07-18

### Fixed
Expand Down
6 changes: 0 additions & 6 deletions backend/src/Squidex/__missing.txt

This file was deleted.

0 comments on commit 862c274

Please sign in to comment.