All Versions
115
Latest Version
Avg Release Cycle
20 days
Latest Release
859 days ago
Changelog History
Page 3
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.