Changelog History
Page 7
-
v4.1.2 Changes
February 19, 2020๐ Bugfixes
- ๐ป UI: Fix to show all controls for localized assets.
- ๐ป UI: Fix for sorting content when clicking on table headers.
- ๐ป UI: Fixed disable state in tag editor.
- ๐ป UI: Fixed layout issues with modal editor.
๐ Features
- Clustering: Configuration option to define the IP Address manually.
- ๐ป UI: Migration to Angular9 and Ivy.
-
v4.1.1
February 12, 2020 -
v4.1.0 Changes
January 17, 2020๐ Features
- ๐ฑ Assets: Folders to organized your assets.
- ๐ฑ Assets: Asset metadata with built in editor in the management UI.
- ๐ฑ Assets: Better detection of asset type, including videos and extracting of more metadata.
- ๐ฑ Assets: Protect assets.
- ๐ฑ Assets: Amazon S3 support for assets.
- ๐ฑ Assets: Dedicated permission to upload new version of asset.
- GraphQL: Flat data to provide content with default language rules.
- ๐ฒ Logging: Increased log levels and performance improvements.
- ๐ฒ Logging: Store request logs in MongoDB for fast download (also in hosted version).
- Geolocation: Search by location in OpenStreetMap-Editor.
- Geolocation: General UX approvements for Editor.
- Comments: Mention other contributors by email address.
- Comments: Notification when you get mentioned.
- Comments: Markdown support.
- Comments: Rule action to create comments for content items.
- Comments: Trigger to handle notifications, for example to forward them to slack.
- References: Tag editor for references.
- References: Added button to open contents view in a new browser tab.
- ๐ป UI: Page size for contents view.
- ๐ป UI: Less forgiving markdown preview.
- ๐ป UI: Video support for rich text editor.
- ๐ป UI: Clearer link to API documentation.
- Strings: StockImage editor with photes provided by Unsplash.
- ๐ Performance: Performance improvements and reduced memory allocations.
- ๐ Performance: Faster full text index.
๐ Bugfixes
- Backups: Fixed several minor bugs in backups and increased the test coverage.
- Infrastructure: Fixed a bug when resetting plans (Cloud only).
- Infrastructure: Fixed header handling when Squidex is hosted behind a proxy.
- Content: Use proper MongoDB indices for default sorting.
- ๐ป UI: Fixed image positioning in Safari in content list.
- ๐ป UI: Fix for autosaving content.
- ๐ Translation: Fix for deepl translation.
- Authentication: Better logout.
-
v4.1.0-rc
February 05, 2020 -
v4.1.0-beta1
January 17, 2020 -
v4.0.3 Changes
November 18, 2019๐ Features
- Login: Support for Microsoft TenantId. Thanks to mhilgersom
-
v4.0.2 Changes
November 18, 2019๐ Bugfixes
- API: Fix parsing of OData queries with required fields.
- API: Also add client to contributor index.
- API: Fix Asset upload size limit.
- API: Fixed required attribute for generated OpenAPI schema.
- ๐ป UI: Add scripts to schema export so that it does not get overwritten on sync.
- ๐ป UI: Field readonly fields in content lists.
-
v4.0.1 Changes
November 14, 2019๐ Bugfixes
- ๐ป UI: Cancel button for new apps should not be disabled after submit.
- Schema: Fixed synchronization for list fields and reference fields.
-
v4.0.0 Changes
November 13, 2019๐ฅ Breaking Changes
List Fields
๐ This feature contains a major update how reference fields and list fields are managed. In previous versions, schema fields had the properties
IsListField
orIsReferenceField
to indicate whether a field should be shown in content lists or not. This was hard to manage in the UI and you could not specify the order. With this release schemas contain list of field names that should be used as list fields or reference fields. List field names can also contain meta fields like the content id or the content author. But we have decided not to implement a migration for that. If you use the feature you have to configure these fields again. Please not that the API is not affected and it is very likely not a breaking change for your consuming applications..NET Core 3.0
๐ง Migration to .NET Core 3.0. This also includes some code changes such as cleanup of configuration and proper nullable support.
โก๏ธ This version does not use alpine image with self contained image any more. Therefore the final image is larger than before but the Squidex layer itself is smaller, which means a reduced disk size and download size when you update Squidex or when you have multiple versions installed or other .NET Core applications on your servers.
Clustering
๐ This version introduces a new storage to communicate cluster members. Therefore it is recommended not to use a rolling deployment and restart the entire cluster instead.
๐ Features
- ๐ป UI: New approach to manage list fields and schema fields.
- ๐ป UI: Many small UI / UX improvements.
- ๐ป UI: Improvements to the Geolocation editor.
- ๐ป UI: Improved dialog to connect a client.
- ๐ป UI: Improved Rule Wizard dialog.
- ๐ป UI: Integrated cluster monitoring UI.
- ๐ป UI: Improved schema UI.
- ๐ป UI: Confirm dialog before removing contributor.
- Workflows: Restrict when a content item can be updated by setting an expression or roles.
- Workflows: Define multiple roles for workflows.
- Rules: Action to write comments.
- API: Migration to .NET Core 3.0
- API: Configuratiopn option to recreated the superadmin whe nyou loose the password.
- GraphQL: Flat content structure.
- Clustering: Clustering improvements.
๐ Bugfixes
- ๐ป UI: Fixed the buttons to change the status of multiple contents.
- Rules: Fixed saving of rule names.
-
v4.0.0-beta1
October 27, 2019