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

Changelog History
Page 3

  • v6.2.0 Changes

    November 21, 2021

    ๐Ÿ›  Fixed

    • Events: Ignore events after a deletion to fix a bug with migration.

    โž• Added

    • Search: Various improvements.
  • v6.1.0 Changes

    November 18, 2021

    ๐Ÿ›  Fixed

    • Contents: Fixed caching headers if they contain non-ASCII characters.
    • Contents: Fixed OpenAPI generation for self referencing components.
    • Contents: Improve the number of hold contents in memory to reduce memory footprint.
    • Migration: Accept a few errors when a migration fails for some items.
    • ๐Ÿ’ป UI: Fix modals by showing scrollbar's if they would not have enough space.
    • ๐Ÿ’ป UI: Fixed spelling errors.

    ๐Ÿ”„ Changed

    • ๐Ÿฑ Assets: Remove max length restriction in the UI for assets metadata.

    โž• Added

    • ๐Ÿฑ Assets: Rename asset tags.
    • Clustering: Support to run Squidex in Azure App Services.
    • Contents: Fixed OData queries over POST requests.
    • Contents: Sample how to implement custom editor with EditorJS.
    • Contents: Sample how to implement custom editor with Monaco.
    • Contents: Save content from inspection tab.
    • Event Sourcing: EXPERIMENTAL Support for EventStore.
    • Search: EXPERIMENTAL Azure Cognitive Search support.
    • Search: EXPERIMENTAL Mongo Atlas Search support.
    • ๐Ÿ’ป UI: Fix tooltip performance issues (can really slow down the Browser.)
    • ๐Ÿ’ป UI: Nested schema categories.
    • ๐Ÿ’ป UI: New modal dialog to copy from one language to other languages.
    • ๐Ÿ’ป UI: Show the users that are currently visiting a content page.
  • v6.0.1 Changes

    October 15, 2021

    ๐Ÿ›  Fixed

    • MongoDB: Critical bugfix for the migration to 6.0.0
  • v6.0.0 Changes

    October 14, 2021

    ๐Ÿ›  Fixed

    • MongoDB: Fixed parsing of MongoDB versions for release candidates or beta versions.
    • ๐Ÿ’ป UI: Correct styling of content compare view.
    • ๐Ÿ’ป UI: Fix for reference dropdown.
    • ๐Ÿ’ป UI: Improve auto-save feature.

    ๐Ÿ”„ Changed

    • API: New content structure to allow full app deletion.
    • GraphQL: Do not apply page size when retrieving references to get rid of limitation.
    • Schemas: Simplify schema builder.

    โž• Added

    • ๐Ÿฑ Assets: Asset scripts.
    • Contents: Uniqueness validation for components and array fields.
    • GraphQL: Do not return error when content to query is from another schema.
    • ๐Ÿ’ป UI: Hint to run webpack for development mode.
    • ๐Ÿ’ป UI: Persist collapsed status for array fields in UI.
  • v5.9.0 Changes

    September 14, 2021

    ๐Ÿ›  Fixed

    • Contents: Fixed field rules to also work with components.
    • Notifo: Improved error handling for Notifo integration.
    • Hosting: Several fixes to improve URL resolution when Squidex is hosted in a subfolder.

    ๐Ÿ”„ Changed

    • ๐Ÿฑ Assets: Improved asset folder dropdown.
    • ๐Ÿฑ Assets: Improved and optimized queries for asset folders.
    • Event Processing: Migration to channels.
    • Contents: Improved workflow handling for Save and Publish.
    • Contents: Resolve component types with schemaName field in the component object.
    • Contents: Added markdown support to all field hints.
    • Monitoring: Migration to Open Telemetry traces.
    • Rules: Improved rule simulator.
    • ๐Ÿ’ป UI: New and better design.

    โž• Added

    • ๐Ÿฑ Assets: New metadata provider for azure image recognition.
    • Clustering: Added support for Kubernetes.
    • Contents: New tab to inspect the content item and view the structure as pure JSON.
    • Contents: New calendar view for scheduled content items.
    • Contents: Added a button to the UI to cancel content scheduling.
    • Contents: New validation properties for videos.
    • Contents: Added a text field to the content editor to define a custom ID when creating content items.
    • GraphQL: Exposed the newStatus field in GraphQL.
    • GraphQL: Exposed the newStatusColor field in GraphQL.
    • ๐ŸŒฒ Logging: Added more information to the request log.
    • Rules: New action to trigger SignalR.
    • Rules: Enable or disable rules over the context menu.
    • Scripting: New method to make HTTP methods using POST, PUT, PATCH and DELETE verbs.
  • v5.8.2 Changes

    July 18, 2021

    ๐Ÿ›  Fixed

    • GraphQL: Urgent bugfix for references and components. Please upgrade immediately from 5.8.1.
  • v5.8.1 Changes

    July 17, 2021

    ๐Ÿ›  Fixed

    • API: Several bugfixes for components, especially around caching of components.
    • GraphQL: Several bugfixes for components.
    • ๐Ÿ’ป UI: Several bugfixes for components.
    • ๐Ÿ’ป UI: Several fixes to font-size.
    • ๐Ÿ’ป UI: Virtual scrolling for nested fields with a lot of items (> 50) to improve performance.

    โž• Added

    • ๐Ÿฑ Assets: Check SVG files for embedded scripts and block uploads.
    • ๐Ÿฑ Assets: Option to create one folder per app for uploaded assets.
    • Rules: Add newStatus to content changed event.
    • ๐Ÿ’ป UI: Define your custom date or date-time format for Date fields.

    ๐Ÿ”„ Changed

    • API: Support hosting without https (not recommended).
    • ๐Ÿ’ป UI: Load leaflet from local files instead of CDN.
    • ๐Ÿ’ป UI: Load leaflet geocoder from local files instead of CDN.
    • ๐Ÿ’ป UI: Load Orleans Dashboard assets from local files instead of CDN.
    • ๐Ÿ’ป UI: Load outdated-browser from local files instead of CDN.
  • v5.8.0 Changes

    June 28, 2021

    ๐Ÿ›  Fixed

    • API: Fixes for anonymous write access.
    • API: Fixes for client access when creating apps.
    • Schemas: Correct sync of field rules, especially for CLI.
    • ๐Ÿ‘‰ UserManagement: Fix pagination
    • ๐Ÿ’ป UI: Encode IDs to allow custom content IDs with slash.
    • ๐Ÿ’ป UI: Fixes typos for italian translation.
    • ๐Ÿ’ป UI: Allow scrolling when content is disabled.
    • ๐Ÿ’ป UI: Fixes references/referencing view for localized content.
    • ๐Ÿ’ป UI: Fix confirm click.

    โž• Added

    • API: Better timeout and cancellation handling.
    • API: Default timeouts for most important MongoDB calls.
    • API: Better API tests to improve stability.
    • ๐Ÿฑ Assets: Additional configuration flag to allow one folder per asset.
    • Contents: Read published contents from secondary MongodB instances for better load distribution.
    • Contents: Better indexes for improved performance.
    • Rules: New liquid and javascript extensions to read the asset as text in rules.
    • Rules: Simpler syntax to resolve assets and contents in liquid templates.
    • Contents: Array builder when building custom code extension.
    • ๐Ÿ’ป UI: Show SVG as images when in contnet overview.
    • ๐Ÿ’ป UI: Chinese translation.
  • v5.7.1 Changes

    May 21, 2021

    ๐Ÿ›  Fixed

    • Events: Read the correct amount of events with event store.
  • v5.7.0 Changes

    May 07, 2021

    โž• Added

    • ๐Ÿฑ Assets: Delete assets permanently.
    • GraphQL: Updrade to GraphQL.NET 4 for better performance.
    • GraphQL: Provide detailed user information for contents and assets.
    • Infrastructure: New option to disable the request log.
    • Infrastructure: Update of NSWAG to reduce memory footprint.
    • ๐ŸŽ Performance: Performance optimization for batch operations.
    • ๐ŸŽ Performance: Performance improvements for restore operations, recovery and repair.
    • Rules: New rule simulator to test how a rule would have behaved for the latest 100 events within the last 7 days.
    • Rules: Better rule editor for scripts and templates including intellisense code formatting.
    • Rules: Http DELETE for webhooks.
    • Scripting: More variables for scripts.
    • Scripting: New functions to hash strings with SHA256 and MD5.
    • ๐Ÿ’ป UI: Easy cloning of references.
    • ๐Ÿ’ป UI: New fullscreen view for rules.
    • ๐Ÿ’ป UI: Show confirm and alert dialogs in UI plugins.
    • ๐Ÿ’ป UI: Show asset selector in UI plugins.
    • ๐Ÿ’ป UI: Show saved queries i nsearch dialog.

    ๐Ÿ›  Fixed

    • OpenAPI: Fix several endpoint descriptions.
    • Contents: Correct validation for PUT requests.
    • GraphQL: Fix GraphQL for empty nested fields.
    • ๐Ÿ’ป UI: Url decode role names in API endpoint.
    • ๐Ÿ’ป UI: Fix several error handling bugs, especially around content updates.