Skip to content

Skybrud.Umbraco.GridData v4.0.0-alpha002

Compare
Choose a tag to compare
@abjerner abjerner released this 29 Sep 21:10
· 5 commits to v4/main since this release

First alpha release for Umbraco 9. This release will not work on older versions of Umbraco.

Albeit this being an alpha release, I'm not aware of any issues with the implementation. But there a few things I'd like to run through before I'm pushing a stable release.

Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.GridData --version 4.0.0-alpha002

Package Manager:

Install-Package Skybrud.Umbraco.GridData -Version 4.0.0-alpha002

Changelog

  • Updated Umbraco dependencies til v9.0.0 (see b23046e)
    Since Umbraco 9 has now officially been released, this package now builds against a stable version of Umbraco 9 🎉

  • Updated Skybrud.Essentials dependency to v1.1.30 (452eec2)
    While not directly related to the grid package, the newest release of Skybrud.Essentials contains a bug fix and some additions, so might as well bump the version.