Skip to content

v13.0.0-alpha004

Latest
Compare
Choose a tag to compare
@abjerner abjerner released this 09 Jan 11:36
· 1 commit to v13/main since this release

New alpha release for Umbraco 13 🎉

Installation

Install via NuGet - either via the .NET CLI:

dotnet add package Limbo.Umbraco.Spa --version 13.0.0-alpha004

or the NuGet Package Manager:

Install-Package Limbo.Umbraco.Spa -Version 13.0.0-alpha004

Changelog

  • Updated the SpaRequestHelper.FindDomainAndCulture to also look up the content node assigned to the domain (see 233ba97)
    Depending on the specific setup, this may be required further down the request pipeline.

  • Improved handling for when the domain is added to the culture instead of the site node (see 3ac1d8e)
    Our sites usually have both a site none and one or more culture nodes. Normally the domain is added to the site node, meaning the culture URLs will be something like /en and /da. But in some cases, the domain is instead added to the culture node, which is now better supported.

  • Added additional information to the SPA HTML error page (see bbdeb87)
    If in debug mode, and an exception is thrown during the processing of a SPA request, an HTML error page is shown with various information about the current request. This response now includes some additional information about the current site, culture and page if available.