Squidex v6.6.0 Release Notes

Release Date: 2022-03-25 // about 2 years ago
  • ๐Ÿš€ There was actually a 6.5.0, but it was not documented and due to a problem with the Github CI never published as a Release to Github.

    ๐Ÿ”จ This version contains a lot of small improvements, but also one breaking change. Therefore it was not easy to decide whether the major version should be increased or not. As part of a refactoring the redirect URIs for external authentication providers have been changed. You have to change the following paths when you use Google, Github, Microsoft or OIDC authentication.

    • /identity-server/signin-github -> /signin-github
    • /identity-server/signin-google -> /signin-google
    • /identity-server/signin-microsoft -> /signin-microsoft
    • /identity-server/signin-oidc -> /signin-oidc

    ๐Ÿ›  Fixed

    • ๐Ÿฑ Assets: Fixed a bug when image metadata was resolved.
    • ๐Ÿฑ Assets: Several fixes to the calculation of etags.
    • Contents: Several fixes to the calculation of etags.
    • OpenAPI: Several fixes to OpenAPI.
    • Rules: Fixed the authentication for the Medium action.
    • ๐ŸŒ Translations: Fixed the selection of the chinese localization.
    • ๐Ÿ’ป UI: Fixed the default values for component fields.
    • ๐Ÿ’ป UI: Fixes for the field rules forms.

    ๐Ÿ”„ Changed

    • Filters: Better model for filters to simplify the UI and autocompletion in scripts.
    • Identity: Migration to a new authentication structure.
    • ๐Ÿ”Š Logs: Easier logs with reabable messages.
    • ๐Ÿ’ป UI: Better unsplash field editor.
    • ๐Ÿ’ป UI: Migration to Angular CLI.
    • ๐Ÿ’ป UI: New library for virtualization to fix several bugs with the array editor and large lists.
    • ๐Ÿ’ป UI: New profile page.
    • ๐Ÿ’ป UI: New style for content table to support resizable columns.

    โž• Added

    • ๐Ÿฑ Assets: New function to calculate the blur hash of an image.
    • ๐Ÿฑ Assets: Resumable file uploads with tus.
    • GraphQL: Memory caching directive (only self hosting).
    • GraphQL: New resolver to query references.
    • GraphQL: Support to define the allowed values for string fields as GraphQL enum.
    • Templates: New template system based on Github repositories.
    • ๐Ÿ’ป UI: Fullscreen button for all fields.
    • ๐Ÿ’ป UI: New embed SDK to allow inline editing to your website.
    • ๐Ÿ’ป UI: New gallery page to explain how to install templates.
    • ๐Ÿ’ป UI: Option to word wrap table columns.
    • ๐Ÿ’ป UI: Resizable table columns.