Version 1.0.0-alpha004

Alpha
Date 2022-03-24 (789 days ago)
Downloads 207 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 5
Umbraco Versions Umbraco 9

New alpha release 🎉

#installation">Installation

To install the package via NuGet, you can use either .NET CLI:

dotnet add package Limbo.Umbraco.YouTube --version 1.0.0-alpha004

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.YouTube -Version 1.0.0-alpha004

#breaking-changes">Breaking Changes

  • 🅱️ Added Limbo.Umbraco.Video dependency (see 433c4a7)
    The Limbo.Umbraco.Video package introduce some common logic between this package and our other video packages.

    Besides the dependency, this release also contains a number of related changes, including a breaking change in the way the video data is saved in Umbraco, requiring existing videos to be re-inserted.

    Due to the way Umbraco/JSON.net handles date like string values (eg. string values containing an ISO 8601 date), we need to keep a serialized version the video data received from the YouTube API in order to prevent corrupt timestamps. See this issue for further information: https://github.com/umbraco/Umbraco-CMS/issues/3075

  • 🅱️ Getting the saved data and models right (see da4c970)
    This includes moving some of the models and other classes a bit around in the project, giving them new namespaces.

#other-changes">Other Changes

  • Moved assets registration to C# (see e0ad177)
    This removes the package.manifest file in favor of registering the assets from C#.

  • Added URL input field placeholder text (see 41ff212)
    The URL input field now has a placeholder text to indicate the field's purpose.