Skip to content

Commit

Permalink
Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Jul 25, 2019
1 parent d4ca752 commit c1fd239
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
# Changelog

## 3.1.0 - 2019-07-25

### Features

* **Contents**: Include reference fields to indicate which fields to show when a content item is referenced by another content.
* **Contents**: Resolve references for content list when max items is set to 1.
* **UI**: Scrollbars improved and designed.

### Bugfixes

* **UI**: Multiple fixes for modal dialogs.

## 3.0.0 - 2019-07-11

This version contains many major breaking changes. Please read: https://docs.squidex.io/next/02-api-compatibility

### Features

* **Content**: Worklflow system
* **Contents**: Workflow system
* **API**: Hateoas
* **API**: Info endpoint
* **Configuration**: A lot of configuration settings to tweak some aspects of the UI.
Expand All @@ -15,7 +27,7 @@ This version contains many major breaking changes. Please read: https://docs.squ

### Features

* **Content**: Editor for custom workflows.
* **Contents**: Editor for custom workflows.

## v2.2.0 - 2019-06-29

Expand Down Expand Up @@ -117,7 +129,7 @@ You can use the following syntax for array items:
### Features

* **UI**: Automatic generation of UI for rule actions.
* **Content**: Improved full text engine with `Lucene.NET`.
* **Contents**: Improved full text engine with `Lucene.NET`.
* **Server**: Plugin system.
* **Server**: Performance improvement for event handling.

Expand Down Expand Up @@ -189,8 +201,8 @@ The full text index is populated in the background and it can therefore take a f
* **Users**: Invite users to an app even if they do not have an account yet.
* **Users**: Github authentication.
* **Client Library**: Integrated autogenerated management library.
* **Content**: Preview urls for schemas.
* **Content**: Button to show all input fields for localized fields.
* **Contents**: Preview urls for schemas.
* **Contents**: Button to show all input fields for localized fields.
* **Scripting**: Access to user roles.

### Bugfixes
Expand Down Expand Up @@ -299,7 +311,7 @@ Various small bugfixes for UI and API.
### Bugfixes

* **UI**: Nested fields got wrong ids and names and could not be saved.
* **Content**: Ensure that the content api returns content in correct order when querying by ids.
* **Contents**: Ensure that the content api returns content in correct order when querying by ids.

## v1.7.0 - 2018-06-25

Expand Down Expand Up @@ -339,7 +351,7 @@ Various small bugfixes for UI and API.

### Features

* **Content**: Allow to save content updates as draft.
* **Contents**: Allow to save content updates as draft.
* **Schemas**: Create folders to group schemas.
* **UI**: Increased the search input.
* **UI**: Plugin system for content editors.
Expand Down Expand Up @@ -376,7 +388,7 @@ Various small bugfixes for UI and API.
### Features

* **EventStore**: Event metadata are stored as json objects in MongoDB now and you cacn query by metadata.
* **Content**: Updated to state can be scheduled, e.g. to publish them.
* **Contents**: Updated to state can be scheduled, e.g. to publish them.

> This releases will run a migration, which might take a while and also effects the events. We recommend to make a backup first.
Expand Down Expand Up @@ -405,12 +417,12 @@ Various small bugfixes for UI and API.

### Features

* **Content**: Slugify function for custom scripts.
* **Contents**: Slugify function for custom scripts.

### Bugfixes

* **Migration**: Assets and schemas were not removed before recreation.
* **Content**: OData queries only worked for data fields.
* **Contents**: OData queries only worked for data fields.
* **Assets**: OData queries did not work at all and included too many fields (e.g. AppId, Id).

## v1.1.4 - 2018-02-03
Expand Down

0 comments on commit c1fd239

Please sign in to comment.