All Versions
115
Latest Version
Avg Release Cycle
20 days
Latest Release
207 days ago

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 or IsReferenceField 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