v17.0.0-alpha002
Pre-release
Pre-release
·
0 commits
to v13/main
since this release
New alpha release for Umbraco 17. This release will not work with other versions of Umbraco.
Installation
Via NuGet:
.NET CLI:
dotnet add package Limbo.Umbraco.Iddqd --version 17.0.0-alpha002
NuGet Package Manager:
Install-Package Limbo.Umbraco.Iddqd -Version 17.0.0-alpha002
Changelog
-
Fixed content value set builder issue (see 48e25a3)
No sure if Umbraco changed something or this just never worked in U17, butIddqdServicenow injectsIContentValueSetBuilderinstead ofIValueSetBuilder<IContent>. -
Added missing
Media.jsfile to the repo (see 8613dbd)
Something went wrong so theMedia.jsfile for the media workspace view wasn't added to the repo/package inalpha001.