Skip to content

New functionality added in v1.8

Compare
Choose a tag to compare
@RobertTheGrey RobertTheGrey released this 10 Jun 19:10
· 82 commits to master since this release
  • Updated primary ref binaries to MVC 5
  • Convert Resource Chunks to JS - Previously, partials would not get converted to JS (they would rendered as spark templates inside of the rendered JS output).
  • Fix stack-overflow exception - when parsing an empty shade file
  • Adding implementation for PageInstrumentation in HttpContextWrapper - This fixes a NotImplementedException being thrown when trying to render a Razor page (via Html.Partial) from a Spark page. Razor expects PageInstrumentation to be implemented.