| Date | 2021-02-17 (1,720 days ago) |
|---|---|
| Downloads | 1,288 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 4.7.2 |
| Umbraco Versions | Umbraco 8 |
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.