Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

4.0.0-beta7

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 02 Sep 17:18

Features

  • Allow calls to TagHelperContext.GetChildContentAsync to reevaluate on each call (#459)
  • Add ability for a TagHelper to be written with just a start tag by stating it doesn't expect content. (#450)
  • Razor Comments Introduce Carriage Returns (#428)
  • Remove ~/ handling from core Razor. (#427)
  • Allow Tag Helpers to restrict child elements (#255)
  • Auto Attribute removal in TagHelpers (#247)

Bugs Fixed

  • OutputElementHint is not recognized at design time. (#457)
  • Setting EditorBrowsableState.Never for a single bound attribute affects all attributes (#454)