Squidex v6.7.0 Release Notes
Release Date: 2022-04-23 // 2 months ago-
๐ Fixed
- Contents: Allow flatting of localized fields with custom languages codes.
- Contents: Fixed permission checks for some endpoints.
- Routing: Fixed base URL.
- Scripting: Fixed auto-completion of scripting.
- ๐ป UI: Fixed default values for components.
- ๐ป UI: Fixed input placeholders in route actions forms.
- ๐ป UI: Fixed markdown fullscreen mode.
- ๐ป UI: Fixed some z-index settings in the embed SDK.
- ๐ป UI: Fixed table column widths for reference selector.
Previous changes from v6.6.0
-
๐ 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.