Date | 2024-11-17 (16 days ago) |
---|---|
Downloads | 104 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 6 |
Umbraco Versions | Umbraco 10 Umbraco 11 Umbraco 12 |
New beta release for Umbraco 10-12.
#installation
">Installation.NET CLI:
dotnet add package Limbo.Umbraco.Skyfish --version 1.0.0-beta005
NuGet Package Manager:
Install-Package Limbo.Umbraco.Skyfish -Version 1.0.0-beta005
#changelog
">ChangelogProperty editor constants should be public (see 41af66d
)
The constants may be used outside of the package, and they should therefore be public.
Renamed the SkyfishEditor
class to SkyfishVideoEditor
(see 3868504
)
The editor is a video picker so the class name should reflect this. This also allows us to introduce SkyfishImageEditor
a later point should we need it.
Misc work on intermediary video values (see 7ec861e
)
An intermediary video value represents the value saved for a property using the Skyfish video editor. The SkyfishIntermediaryVideoValue
and related classes are now used internally by the package. Both the SkyfishService
class and the new static SkyfishUtils
class may now be used to convert a string source (URL or embed code) to a corresponding SkyfishIntermediaryVideoValue
value.