Version 2.0.2

Date 2023-05-22 (365 days ago)
Downloads 570 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10 Umbraco 11

New stable release for Umbraco 10 and 11. This release will not work with other versions of Umbraco.

#installation">Installation

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

dotnet add package Limbo.Umbraco.YouTube --version 2.0.2

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.YouTube -Version 2.0.2

#changelog">Changelog

  • Added support for hiding the property editor label and description (see 3700c9b)
    In some cases it makes sense to hide the property label and description, so this is now supported by the property editor.

  • Updated property editor to look better in cramped spaces (see a2a077f)
    When the horizontal space available for the property gets too narrow, the video information is now shown below the screenshot instead of to the right of the screenshot.

  • Setting a max width for the property editor (see 68ea09f)
    Some of the build-in property editors in Umbraco have a max width of 800px but IMO this is a bit to narrow for some property editors. With the YouTube property editor, I think 1100px is a better max width. This allows the property editor to have a bit more width on larger screens, while still ensuring that the property editor doesn't take up of full width on ultra wide monitors.

  • Added video description to the property editor (see 9030e3e)
    The video's description from YouTube is now part of the video information shown in the property editor.

  • Updated the Limbo.Umbraco.Video dependency (see ee00028)
    Contains a minor fix for formatting video durations.