Skybrud.Umbraco.Spa v3.0.0-beta012
Installation
Changelog
-
Fixed 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.