Skip to content

v1.0.0-alpha005

Compare
Choose a tag to compare
@abjerner abjerner released this 20 Sep 07:55
· 17 commits to v1/main since this release

Installation

Via NuGet:

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

or:

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

Changelog

  • Added generic version of the BlockListSettingsData class (see ae2fdc7)
    The BlockListSettingsData class now has a generic version which allows the generic type to be of type PublishedElementModel. This gives developers a few extra options - eg. calling settings.SetValue(x => x.MyProperty, "Hello there!") where settings is of BlockListSettingsData<MyModel>.

  • Added owner property to the IPropertyConverter.IsConverter method (see 61a1c21)
    This should give converters a bit more control - eg. checking for a specific content type.

  • Updated NuGet dependencies (see 9dd205e)
    Both the Limbo.Umbraco.MigrationsClient and Skybrud.Essentials dependencies were updated to the newest versions.