Date | 2025-03-11 (59 days ago) |
---|---|
Downloads | 419 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 8 |
Umbraco Versions | Umbraco 13 |
New alpha release for Umbraco 13 🎉
#installation
">InstallationInstall via NuGet - either via the .NET CLI:
dotnet add package Limbo.Umbraco.Spa --version 13.0.0-alpha007
or the NuGet Package Manager:
Install-Package Limbo.Umbraco.Spa -Version 13.0.0-alpha007
#changelog
">ChangelogThe HandleSkybrudRedirect
and HandleUmbracoRedirect
methods should use the decoded path and query string (see bfbbf41
)
In order to support special characters (e.g. æ, ø and å in Danish), the path and query string should be URL decoded before doing lookups in the respective services.
Text based responses should include charset=utf-8
when response is UTF-8 (see d6e0385
)
This mostly matters for text/plain
and text/html
responses, as the browser will then be able to detect the encoding, and show special characters correctly according to UTF-8.