Squidex v3.5.0 Release Notes

Release Date: 2019-10-26 // over 4 years ago
  • NOTE: This is the latest release with .NET Core 2.X. Next release will be 3.0 and above. Does not really matter when you use Docker.

    ๐Ÿ”‹ Features

    • Grain: Fixed grain indices.
    • Content: Multiple schemas allowed for references.
    • ๐Ÿ’ป UI: Inline stars editor.
    • ๐Ÿ’ป UI: Get rid of immutable arrays.
    • ๐Ÿ’ป UI: Hide date buttons based on settings.
    • ๐Ÿ’ป UI: Updated several packages.
    • ๐Ÿ’ป UI: Improvement to contributor page.
    • ๐Ÿ’ป UI: Better error indicating when saving content.
    • ๐Ÿ’ป UI: Warning when changing content status and you have pending changes.
    • ๐Ÿ’ป UI: Markdown support for Alerts and Dialogs.
    • ๐Ÿ’ป UI: Design improvements.
    • ๐Ÿ’ป UI: Custom "Forbidden" page when users access a page he is not allowed to instead of automatic logout.
    • ๐Ÿ’ป UI: Migration to angular CDK drag and drop to replace two drag and drop libraries.
    • ๐Ÿ’ป UI: Collapse or expand all array items.
    • Migration: Better cancellation support for migration.
    • Rules: Custom payload for Webhook and Algolia action.
    • Rules: Optional names for rules when you have multiple rules with the same actions and triggers.
    • Rules: Basic statistic summary per rule.
    • Rules: Filter rule events by rule.
    • Rules: Added exception details for Algolia.
    • Common: New diacritic character for slug

    ๐Ÿ›  Bugfixes

    • ๐Ÿ’ป UI: Fix references dropdown in query UI for localized values.
    • ๐Ÿ’ป UI: Fixed the unique checkbox in schema editor.
    • ๐Ÿ’ป UI: Fixed default date handling.
    • ๐Ÿ’ป UI: Fixed sorting of fields in schema synchronization endpoint.
    • ๐Ÿ’ป UI: Fixed preview button when multiple preview targets where configured.
    • ๐Ÿ’ป UI: Fixed TinymCE editor in arrays (Not recommended to use that!)
    • App: Fix plan settings.
    • App: Do not store default roles in the database so that we can change them later when new features are added.
    • ๐ŸŒฒ Logging: Use explicit thread for logging to console.
    • ๐ŸŒฒ Logging: Critical performance improvement.
    • Rules: Fixed discourse action.