Version 13.0.0-alpha005

Alpha
Date 2025-05-06 (10 days ago)
Downloads 109 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 8
Umbraco Versions Umbraco 13

#installation">Installation

Via NuGet:

dotnet add package Limbo.Umbraco.Migrations --version 13.0.0-alpha005

or:

Install-Package Limbo.Umbraco.Migrations -Version 13.0.0-alpha005

#changelog">Changelog

  • Updated the Limbo.Umbraco.MigrationsClient dependency (see 90ce01f)
    Due to recent changes in Limbo.Umbraco.MigrationsApi, more properties are now exposed for data types and content types. The newest version of Limbo.Umbraco.MigrationsClient then adds support for those properties when reading from the API.

  • Updated the Skybrud.Essentials dependency (see 35084d2)
    More legacy functionality, which will eventually be removed in v1.2.0, has now been marked as obsolete in v1.1.59, making it a good idea to update the dependency.

  • Added constructor overloads for BlockListContentData and BlockListSettingsData (see 512d54d)
    The new constructors allow creating a new instance based on an ElementsItem from our old Skybrud Elements package.

  • Added CreateBlockListContentData and CreateBlockListSettingsData method overloads to the MigrationsServiceBase class (see d71c6e3)
    The methods allow creating a new instance based on an ElementsItem from our old Skybrud Elements package.

  • Updated the migrations service to support variants (see 2e21501)
    The migrations service along with the MigrationsContentModel class now supports variants when importing content.