Skip to content

Releases: SparkViewEngine/spark

Nuget issues

10 Jun 19:00
Compare
Choose a tag to compare

Update nuget packages to use WebActivatorEx

New functionality added in v1.8

10 Jun 19:10
Compare
Choose a tag to compare
  • 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.