Skip to content

v13.0.1

Latest
Compare
Choose a tag to compare
@abjerner abjerner released this 27 Jun 12:22

Supported Umbraco versions

  • Umbraco 13

Target Framework

  • .NET 8

Installation

Via NuGet

.NET CLI:

dotnet add package Skybrud.Essentials.Umbraco --version 13.0.1

NuGet Package Manager:

Install-Package Skybrud.Essentials.Umbraco -Version 13.0.1

Changelog

  • Introduced new skybrud Angular service (see 07e8469)
    The service contains functionality that may be used by our other packages.

  • Introduced new limbo-json-view directive (see c17f1c5)
    This release adds an Angular directive for displaying JSON values, including syntax highlighting and collapse/expand functionality.

  • Added TryGetProperty extension methods for IContentBase (see de99ac1)
    Adds a bit of functionality for easier getting a specific property of an IContentBase instance.

  • Updated the Skybrud.Essentials dependency (see 73011c3)
    Might as well update to the most recent version.