Date | 2023-05-18 (547 days ago) |
---|---|
Downloads | 852 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
">InstallationTo install the package via NuGet, you can use either .NET CLI:
dotnet add package Limbo.Umbraco.Vimeo --version 2.0.2
or the NuGet package manager:
Install-Package Limbo.Umbraco.Vimeo -Version 2.0.2
#changelog
">ChangelogUpdated the Limbo.Umbraco.Video dependency (see 6a519e0
)
Contains a minor fix for formatting video durations.
Updated the Skybrud.Social.Vimeo dependency (see d784e23
)
Contains various improvements - such as searching for videos from a URL.
Added support for private video URLs (see f6bf541
and 22ce556
)
URLs for private/unlisted videos contain a hash besides the regular ID. URLs in this format are now supported by the property editor.
Added support for nullable reference types (see 46d9007
)
As this package targets .NET 6, the package should support nullable reference types.
Added video description to property editor (see ab38294
)
The property editor now shows the description of the picked video.
Misc UI improvements (see 5016a60
and c41866a
)
Among other things, this includes better support for cramped spaces, making the property editor look a bit better.
Added data type option to hide the property editor label and description (see 9d9a1f0
)
Depending on where the property editor is used (eg. in an overlay), it might make sense to hide the property's label and description.
Added support for more Vimeo video URL formats (see f9b8dc4
)
This adds support for channel and group based video URLs.