Date | 2021-03-23 (1,333 days ago) |
---|---|
Downloads | 1,882 downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 4.7.2 |
Umbraco Versions | Umbraco 8 |
#installation
">Installation#changelog
">ChangelogFixed preview logic (see 37e7e8a
)
A part of the preview logic used a bugged extension method. The extension method has now been removed, and said logic has been updated to correctly detect preview requests.
Added <pre>
wrapper element around debug exception message (see 641c4d7
and #11
)
When accessing the SPA API directly in the browser, and a request fails, the SPA will show a HTML based error page. Each exception message shown on this error page is now wrapped in a <pre>
element to better show multiline exception messages.