Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@ltrzesniewski ltrzesniewski released this 01 Feb 20:20
  • The generated output is now sent directly to the provided TextWriter (without additional buffering) when no layout is used (#13).
    This reverts a change introduced in v0.5.0.
  • Added accessibility settings (#19):
    • A RazorBladeDefaultAccessibility MSBuild property which sets the default accessibility: internal (default) or public
    • An Accessibility metadata item on RazorBlade MSBuild items which lets you configure the accessibility per template

Warning

Breaking change: the Layout property is now read-only. To provide a layout instance, override the CreateLayout method.