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

4.0.0-beta8

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 15 Oct 17:27

Features

  • Change [RestrictChildren] to work for non-TagHelper children. (#543)
  • Add extension methods on HtmlContentBuilder for String.Format style formatting (#526)
  • Tag Helpers not available within script tag (#502)
  • Add copy constructor for IReadonlyTagHelperAttribute => TagHelperAttribute (#492)
  • Different TagHelpers with the same element name, depending on scope (#474)
  • Razor/TagHelper errors are inconsistent (#386)
  • Support symbol data bound attributes in HTML (#137)

Bugs Fixed

  • Partial tag inside of tag helper with restricted children crashes VS. (#534)
  • @tagHelperPrefix does not work with RestrictChildren(...)
  • Potential small bug in Tokenizer.Lookahead when using TakeAll(...) (#527)
  • ITypeInfo.FullName should return the same value as TypeInfo.FullName (#523)
  • Rename RestrictChildrenAttribute properties/params to be ChildTag etc. (#517)
  • Rename TargetElement to HtmlTargetElement (#516)
  • TagHelpers won't work in @... code blocks (#494)
  • Strange error message when excess @ symbols in source code. (#491)
  • Remove unnecessary whitespace that is rendered for non markup content (#485)
  • Attributes don't work in Tag Helper if newline precedes first attribute (#484)
  • Add temporary parse error for @Helper directive to avoid confusion. (#472)
  • Simplify '@addTagHelper' syntax for globbing types (#426)
  • Add timeout values to all regex expressions (#369)
  • Razor does not correctly parse HTML attributes that have spaces surrounding the equals (#123)