Browse Source

Changelog for 6.0.1

pull/771/head 6.0.1
Sebastian 4 years ago
parent
commit
8514cc27cc
  1. 150
      CHANGELOG.md

150
CHANGELOG.md

@ -3,123 +3,129 @@ 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).
## [6.0.1] - 2021-10-15
### Fixed
- **MongoDB**: Critical bugfix for the migration to 6.0.0
## [6.0.0] - 2021-10-14 ## [6.0.0] - 2021-10-14
### Fixed ### Fixed
* **UI**: Improve autosave feature. - **UI**: Improve autosave feature.
* **UI**: Correct styling of content compare view. - **UI**: Correct styling of content compare view.
* **UI**: Fix for reference dropdown. - **UI**: Fix for reference dropdown.
* **MongoDB**: Fixed parsing of MongoDB versions for release candidates or beta versions. - **MongoDB**: Fixed parsing of MongoDB versions for release candidates or beta versions.
### Changed ### Changed
* **GraphQL**: Do not apply page size when retrieving references to get rid of limitation. - **GraphQL**: Do not apply page size when retrieving references to get rid of limitation.
* **API**: New content structure to allow full app deletion. - **API**: New content structure to allow full app deletion.
* **Schemas**: Simplify schema builder. - **Schemas**: Simplify schema builder.
### Added ### Added
* **Assets**: Asset scripts. - **Assets**: Asset scripts.
* **GraphQL**: Do not return error when content to query is from another schema. - **GraphQL**: Do not return error when content to query is from another schema.
* **Contents**: Uniqueness validation for components and array fields. - **Contents**: Uniqueness validation for components and array fields.
* **UI**: Persist collapsed status for array fields in UI. - **UI**: Persist collapsed status for array fields in UI.
* **UI**: Hint to run webpack for development mode. - **UI**: Hint to run webpack for development mode.
## [5.9.0] - 2021-09-14 ## [5.9.0] - 2021-09-14
### Fixed ### Fixed
* **Contents**: Fixed field rules to also work with components. - **Contents**: Fixed field rules to also work with components.
* **Notifo**: Improved error handling for Notifo integration. - **Notifo**: Improved error handling for Notifo integration.
* **Hosting**: Several fixes to improve URL resolution when Squidex is hosted in a subfolder. - **Hosting**: Several fixes to improve URL resolution when Squidex is hosted in a subfolder.
### Changed ### Changed
* **Assets**: Improved asset folder dropdown. - **Assets**: Improved asset folder dropdown.
* **Assets**: Improved and optimized queries for asset folders. - **Assets**: Improved and optimized queries for asset folders.
* **Event Processing**: Migration to channels. - **Event Processing**: Migration to channels.
* **Contents**: Improved workflow handling for `Save and Publish`. - **Contents**: Improved workflow handling for `Save and Publish`.
* **Contents**: Resolve component types with `schemaName` field in the component object. - **Contents**: Resolve component types with `schemaName` field in the component object.
* **Contents**: Added markdown support to all field hints. - **Contents**: Added markdown support to all field hints.
* **Monitoring**: Migration to Open Telemetry traces. - **Monitoring**: Migration to Open Telemetry traces.
* **Rules**: Improved rule simulator. - **Rules**: Improved rule simulator.
* **UI**: New and better design. - **UI**: New and better design.
### Added ### Added
* **Assets**: New metadata provider for azure image recognition. - **Assets**: New metadata provider for azure image recognition.
* **Clustering**: Added support for Kubernetes. - **Clustering**: Added support for Kubernetes.
* **Contents**: New tab to inspect the content item and view the structure as pure JSON. - **Contents**: New tab to inspect the content item and view the structure as pure JSON.
* **Contents**: New calendar view for scheduled content items. - **Contents**: New calendar view for scheduled content items.
* **Contents**: Added a button to the UI to cancel content scheduling. - **Contents**: Added a button to the UI to cancel content scheduling.
* **Contents**: New validation properties for videos. - **Contents**: New validation properties for videos.
* **Contents**: Added a text field to the content editor to define a custom ID when creating content items. - **Contents**: Added a text field to the content editor to define a custom ID when creating content items.
* **GraphQL**: Exposed the `newStatus` field in GraphQL. - **GraphQL**: Exposed the `newStatus` field in GraphQL.
* **GraphQL**: Exposed the `newStatusColor` field in GraphQL. - **GraphQL**: Exposed the `newStatusColor` field in GraphQL.
* **Logging**: Added more information to the request log. - **Logging**: Added more information to the request log.
* **Rules**: New action to trigger SignalR. - **Rules**: New action to trigger SignalR.
* **Rules**: Enable or disable rules over the context menu. - **Rules**: Enable or disable rules over the context menu.
* **Scripting**: New method to make HTTP methods using POST, PUT, PATCH and DELETE verbs. - **Scripting**: New method to make HTTP methods using POST, PUT, PATCH and DELETE verbs.
## [5.8.2] - 2021-07-18 ## [5.8.2] - 2021-07-18
### Fixed ### Fixed
* **GraphQL**: Urgent bugfix for references and components. Please upgrade immediately from 5.8.1. - **GraphQL**: Urgent bugfix for references and components. Please upgrade immediately from 5.8.1.
## [5.8.1] - 2021-07-17 ## [5.8.1] - 2021-07-17
### Fixed ### Fixed
* **API**: Several bugfixes for components, especially around caching of components. - **API**: Several bugfixes for components, especially around caching of components.
* **GraphQL**: Several bufixes for components. - **GraphQL**: Several bufixes for components.
* **UI**: Several bugfixes for components. - **UI**: Several bugfixes for components.
* **UI**: Several fixes to fontsize. - **UI**: Several fixes to fontsize.
* **UI**: Virtual scrolling for nested fields with a lot of items (> 50) to improve performance. - **UI**: Virtual scrolling for nested fields with a lot of items (> 50) to improve performance.
### Added ### Added
* **Assets**: Check SVG files for embedded scripts and block uploads. - **Assets**: Check SVG files for embedded scripts and block uploads.
* **Assets**: Option to create one folder per app for uploaded assets. - **Assets**: Option to create one folder per app for uploaded assets.
* **Rules**: Add `newStatus` to content changed event. - **Rules**: Add `newStatus` to content changed event.
* **UI**: Define your custom date or date-time format for Date fields. - **UI**: Define your custom date or date-time format for Date fields.
### Changed ### Changed
* **API**: Support hosting without https (not recommended). - **API**: Support hosting without https (not recommended).
* **UI**: Load outdated-browser from local files instead of CDN. - **UI**: Load outdated-browser from local files instead of CDN.
* **UI**: Load leaflet from local files instead of CDN. - **UI**: Load leaflet from local files instead of CDN.
* **UI**: Load leaflet geocoder from local files instead of CDN. - **UI**: Load leaflet geocoder from local files instead of CDN.
* **UI**: Load Orleans Dashboard assets from local files instead of CDN. - **UI**: Load Orleans Dashboard assets from local files instead of CDN.
## [5.8.0] - 2021-06-28 ## [5.8.0] - 2021-06-28
### Fixed ### Fixed
* **API**: Fixes for anonymous write access. - **API**: Fixes for anonymous write access.
* **API**: Fixes for client access when creating apps. - **API**: Fixes for client access when creating apps.
* **Schemas**: Correct sync of field rules, especially for CLI. - **Schemas**: Correct sync of field rules, especially for CLI.
* **UserManagement**: Fix pagination - **UserManagement**: Fix pagination
* **UI**: Encode IDs to allow custom content IDs with slash. - **UI**: Encode IDs to allow custom content IDs with slash.
* **UI**: Fixes typos for italian translation. - **UI**: Fixes typos for italian translation.
* **UI**: Allow scrolling when content is disabled. - **UI**: Allow scrolling when content is disabled.
* **UI**: Fixes references/referencing view for localized content. - **UI**: Fixes references/referencing view for localized content.
* **UI**: Fix confirm click. - **UI**: Fix confirm click.
### Added ### Added
* **API**: Better timeout and cancellation handling. - **API**: Better timeout and cancellation handling.
* **API**: Default timeouts for most important MongoDB calls. - **API**: Default timeouts for most important MongoDB calls.
* **API**: Better API tests to improve stability. - **API**: Better API tests to improve stability.
* **Assets**: Additional configuration flag to allow one folder per asset. - **Assets**: Additional configuration flag to allow one folder per asset.
* **Contents**: Read published contents from secondary MongodB instances for better load distribution. - **Contents**: Read published contents from secondary MongodB instances for better load distribution.
* **Contents**: Better indexes for improved performance. - **Contents**: Better indexes for improved performance.
* **Rules**: New liquid and javascript extensions to read the asset as text in rules. - **Rules**: New liquid and javascript extensions to read the asset as text in rules.
* **Rules**: Simpler syntax to resolve assets and contents in liquid templates. - **Rules**: Simpler syntax to resolve assets and contents in liquid templates.
* **Contents**: Array builder when building custom code extension. - **Contents**: Array builder when building custom code extension.
* **UI**: Show SVG as images when in contnet overview. - **UI**: Show SVG as images when in contnet overview.
* **UI**: Chinese translation. - **UI**: Chinese translation.
## [5.7.1] - 2021-05-21 ## [5.7.1] - 2021-05-21

Loading…
Cancel
Save