Skip to content

Releases: limbo-works/Limbo.Umbraco.YouTube

v13.0.0

11 Sep 14:03
Compare
Choose a tag to compare

First release for Umbraco 13. This release will not work with other versions of Umbraco.

Installation

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

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

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.YouTube -Version 13.0.0

v2.0.5

11 Sep 09:39
Compare
Choose a tag to compare

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

Installation

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

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

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.YouTube -Version 2.0.5

Changelog

  • Adding more data type options to the property editor (see 9ed585b and c70f420)
    The YouTube player supports a lot of different parameters - some of these like loop, autoplay and rel can now be controlled from the data type.

  • Removed JSON converters from package since similar converters are available in Skybrud.Essentials (see 1a5ac52)
    Might as well remove the redundant code as the JSON converters now also exist in our Skybrud.Essentials package.

  • Added extra null checks to the value converter (see 10dd90d)
    In some edge cases, the user may insert a video URL in the property editor, and hit save before the video information has finished loading, in which case in incomplete video object will be saved for the property, causing the value converter to fail. With this release, the value converter now has some additional null checks to prevent this issue.

v2.0.4

03 Jan 08:52
Compare
Choose a tag to compare

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

Installation

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

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

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.YouTube -Version 2.0.4

Changelog

  • Added new cache level data type option (see b6989ca)
    Sometimes it can be useful to control the cache level, so now there is an option for it.

v2.0.3

20 Jul 21:12
Compare
Choose a tag to compare

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

Installation

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

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

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.YouTube -Version 2.0.3

Changelog

  • Updated the upper bound for the Umbraco dependencies to allow using the package with Umbraco 12 (see 78bdf9d)
    As Umbraco 12 was released earlier this month, and no changes are required for the package to run on Umbraco 12, the upper bound of the Umbraco dependencies has been raised to allow running on Umbraco 12.

  • Updated package manifest filter to set PackageId property in Umbraco 12 (see bb38a43)
    In Umbraco 12, the PackageManifest clas now has a PackageId property to indicate the NuGet ID of a package. As of this release, the package uses reflection to set this property when the package is used with Umbraco 12.

  • Updated the Limbo.Umbraco.Video dependency (see eafffbb)
    Might as well reference the newest version.

  • Video refresh link should be hidden when no video is selected (see 69b675c)
    Doesn't make sense to show the link when a video hasn't yet been inserted.

  • Improved error handling (see 3b7c9b3 and ad8fc0e)
    Should an error occur when inserting a video, the an error message is now shown to the user. In addition, if the request to the YouTube API fails, additional information will be written to the Umbraco log.

v2.0.2

22 May 10:43
Compare
Choose a tag to compare

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

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

  • 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.

v2.0.1

18 Apr 16:00
Compare
Choose a tag to compare

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

Installation

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

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

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.YouTube -Version 2.0.1

Changelog

  • Enabled package telemetry and updated the information the package exposes about it self (see a8d531c)
    This enables Umbraco to save a bit of telemetry data about the package.

  • Updated the Limbo.Umbraco.Video dependency (see 5b19e62)
    Might as well reference the newest version.

v2.0.0

29 Nov 21:53
Compare
Choose a tag to compare

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

Installation

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

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

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.YouTube -Version 2.0.0

v1.0.0

29 Nov 19:06
Compare
Choose a tag to compare

First stable release for Umbraco 9. This release will not work with other versions of Umbraco.

Installation

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

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

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.YouTube -Version 1.0.0

Changelog

  • Added upper bound for Umbraco dependencies (see 011de81)
    The v1 releases specifically targets Umbraco 9, so now this is reflected in the NuGet dependencies.

  • Fixing a few UI bugs in the property editors (see 89b683d)
    The property editor had a few minor bugs, which now has been fixed.

  • Updated Skybrud and Limbo dependencies (see 0c07178)
    Among other things, this ensures that we're no longer using pre-release versions of our Skybrud and Limbo dependencies.

v2.0.0-beta001

22 Sep 21:12
Compare
Choose a tag to compare

First beta release for Umbraco 10 🎉

Installation

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

dotnet add package Limbo.Umbraco.YouTube --version 2.0.0-beta001

or the older NuGet Package Manager:

Install-Package Limbo.Umbraco.YouTube -Version 2.0.0-beta001

v1.0.0-alpha005

19 Apr 09:26
Compare
Choose a tag to compare

New alpha release 🎉

Installation

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

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

or the older NuGet Package Manager:

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

Changelog

  • Fixed incorrect URL to Angular controller (see ae57dbd)
    The C# manifest filter specified an incorrect URL to the Video.js controller file.

  • Updated Limbo.Umbraco.Video dependency (see fd6ab1a)
    The targets file of Limbo.Umbraco.Video is now placed in the buildTransitive folder instead of build, ensuring the assets are also restored in the consuming project.