Squidex v6.4.0 Release Notes

Release Date: 2021-12-20 // over 2 years ago
  • ๐Ÿ›  Fixed

    • Database: Fix to support duplicate entries in the database (database is corrupt).
    • EventConsumer: Fixed a swallowed exception in the event consumer.
    • ๐Ÿ’ป UI: Fixed a bug in the UI settings page.
    • ๐Ÿ’ป UI: Several styling fixes.
    • ๐Ÿ‘‰ Users: User endpoint should not throw exception when search string is null.

    ๐Ÿ”„ Changed

    • Queries: Also accept single values for IN operator and convert them to a arrays.
    • Scriping: Allow to set nested content values in scripts.
    • Telemetry: Remove telemetry for Orleans serialization and deserialization because it was detected as root span.
    • ๐Ÿ’ป UI: Automatically add scrollbars for large dropdowns.
    • ๐Ÿ’ป UI: Automatically collapse deeply nested UI components in the content page to improve performance.
    • ๐Ÿ’ป UI: Big refactoring of Angular forms to simplify code.
    • ๐Ÿ’ป UI: Do not load total count when moving to next page for lists like contents or assets.
    • ๐Ÿ’ป UI: Load referenced assets and contents in batches in the content page.

    โž• Added

    • ๐Ÿฑ Assets: Integrated ImageMagick for TGA support.
    • ๐Ÿฑ Assets: Integrated ImageMagick for Webpack support.
    • ๐Ÿฑ Assets: Support for a resizer server to outsource image resizing to a microservice.
    • Languages: Expose native language names over API.
    • Scripting: New function to generate guid values in scripts.
    • โœ… Tests: New API tests to improve overall quality.