Browse Source

Changelog.

pull/390/head 3.1.0
Sebastian Stehle 7 years ago
parent
commit
c1fd239616
  1. 32
      CHANGELOG.md

32
CHANGELOG.md

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

Loading…
Cancel
Save