Version 3.0.0-beta011

Beta
Date 2021-02-17 (1,367 days ago)
Downloads 1,144 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.7.2
Umbraco Versions Umbraco 8

#installation">Installation

#changelog">Changelog

  • Introduced new HandleOutboundRedirects method in the SPA page flow (see 09a8a59)
    The method will handle outbound redirects set via Skybrud.Umbraco.Redirects' Outbound redirect property editor.

  • Introduced new PreInitModels and PostInitModels method in the SPA page flow (5e7ed19)
    The two methods don't really do anything by default, but add two extra points for hooking into the page flow.

  • Fixed SPA navigation item issue (see aa75cae)
    A bug fix seems to have introduced a new bug instead in the way the current level of an item is calculated. With this release, the new bug should be fixed as well.