Date | 2024-03-11 (249 days ago) |
---|---|
Downloads | 756 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+.
#installation
">Installation.NET CLI:
dotnet add package Limbo.Umbraco.Skyfish --version 1.0.0-beta003
NuGet Package Manager:
Install-Package Limbo.Umbraco.Skyfish -Version 1.0.0-beta003
#changelog
">ChangelogAdded option for removing the onLoad JavaScript from the embed code (see 1d31bb9
)
The default embed code from Skyfish tries to set the height based on it's parent container, but fails do set the correct height when the element isn't visible at page load. The new "Remove JavaScript" option let's us exclude the onLoad parameter from the generated embed code.
Added [HttpGet]
attribute to make Swagger/Swashbuckle happy (see 02ef8bd
)
Since the SkyfishCOntroller.GetThumbnails
endpoint method didn't have a attributes indicating the HTTP verb, Swashbuckle would throw an Actions require an explicit HttpMethod binding for Swagger/OpenAPI 3.0
exception.