Umbraco Heartcore
CMSCloudDXP
  • What is Umbraco Heartcore?
    • Compare with Umbraco CMS
  • Versions and updates
  • Getting Started
    • API Browser
    • Backoffice Users and API Keys
    • Building a project from scratch
    • Environments
    • GraphQL Playground
    • Preview
    • The Umbraco Cloud Portal
    • Tour of the Backoffice
    • Using the Forms API
    • Webhooks
    • Deployment workflow
      • Content and media transfer / restore
      • Structure deployments
  • API Documentation
    • API Documentation
      • Rate Limits
    • Content Delivery
      • Content
      • Media
      • Redirect API
    • Content Management
      • Umbraco Forms
      • Languages
      • Content
        • Content Types
      • Media
        • Media Types
      • Members
        • Member Groups
        • Member Types
      • Relations
        • Relation Types
    • GraphQL API
      • Filtering and Ordering
      • Property Editors
      • Schema Generation
      • Persisted Queries
  • Backoffice
    • Custom Grid Editors
  • Client Libraries
    • Client Libraries
    • .NET Core Console Application
    • Node.js Client library
    • .NET Client library
      • MVC Sample
      • Content Management Sample
  • Tutorials
    • Custom Grid Editors
    • Querying with GraphQL
    • Creating content with media
  • Release Notes
    • February 2024
    • April 2024
    • August 2024
    • September 2024
    • April 2025
Powered by GitBook
On this page
  • Grid Disabled By Default
  • Management API Property Type Configuration
  • Notable Bugfixes

Was this helpful?

Edit on GitHub
Export as PDF
  1. Release Notes

April 2024

PreviousFebruary 2024NextAugust 2024

Last updated 7 months ago

Was this helpful?

The following changes have been released to all Heartcore sites.

Grid Disabled By Default

With the grid property editor , it has been decided to hide related functionality in the backoffice for sites that are not using it yet. The modern alternative to Grid Editor is the Block Grid Editor. The migration between Grid and Block Grid won't be fully automated, so this decision was made to encourage use of the most future-proof Data Type.

Sites that already have Grid Data Types in use will continue to offer the full range of grid support. Grid content can also be imported from a zip package, which will also fully enable support for it across the environment.

Management API Property Type Configuration

The Content Management API now exposes additional configuration data about properties via the endpoints. This will allow you to do things like retrieve information about possible prevalues for a dropdown field or radio button list, for example.

Notable Bugfixes

Fixes for commonly-reported issues this month include:

  • The root endpoint of the management API now correctly returns links to other endpoints.

  • The API explorer in the backoffice is no longer prevented from returning responses from the management API due to a Cross-Origin Resource Sharing (CORS) error.

  • The alias for dev & staging environments should no longer point at the live content APIs.

  • The webhook log viewer will now correctly load information about attempted runs.

  • When previewing content in a multilingual setup, the preview window will no longer indefinitely hang until you save the selected variant.

becoming deprecated
content type