Releases: skybrud/Skybrud.Umbraco.Spa
Skybrud.Umbraco.Spa v3.0.0-beta005
Installation
Changelog
Skybrud.Umbraco.Spa v3.0.0-beta004
Installation
Changelog
-
Fixed issues in
AccessControlAllowOriginAttribute
(see 65293cd)
TheAccessControlAllowOriginAttribute
class contained two bugs preventing it from working properly. -
Added teapot support to SPA redirects (see ff26f1c)
Older browsers and operating systems may have problems handling redirects during XHR requests. As a way to work around this, the SPA will now return a 418 I'm a teapot status code instead, but with the intended status code as part of the response body. This let's the frontend handle the redirect. -
Introduced
SpaGridControlValueBase
class (see 6a093c0)
The value of a grid control typically wouldn't be returned "as is" in the SPA API, so we would normally have a switch case statement handling each individual value type. TheSpaGridControlValueBase
class can help make this a bit simpler, as value types inheriting from this class can specify the exact value that should be returned in the JSON. -
Minor improvements to the meta data implementation (see f691f36)
The changes add support for controlling the<base/>
element as specifying the JSON content of a<script>
element - eg. for JSON-LD. -
Introduced SkyConstants class (see 472cc2b)
The class introduces various constants typically used across our clients projects.
Skybrud.Umbraco.Spa v3.0.0-beta003
Installation
Changelog
- Fixed issue with getting culture in preview mode (see 21a0ac4)
Umbraco seems to have an issue with getting the culture of a node that hasn't yet been previews. The fix attempts to traverse up the content tree until a valid culture is found, or useUmbraco.Web.Composing.Current.UmbracoContext.Domains.DefaultCulture
as fallback if a culture isn't found.
Skybrud.Umbraco.Spa v3.0.0-beta002
Skybrud.Umbraco.Spa v3.0.0-beta001
First beta release for Umbraco 8.