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

4.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 18 Nov 15:28

Features

  • API namespace cleanup for tag helpers (#578)
  • Refactor WriteAttribute API surface. (#177)

Bugs Fixed

  • Multiple TagHelpers targeting same element cannot effectively communicate to children. (#571)
  • Compilation error within tag attribute shows generated code instead of markup (#569)
  • Specifying RestrictChildren and empty HtmlTargetElement results in an error (#562)
  • TreeStructureChanged marked as true when whitespace is added to a page with TagHelpers (#553)
  • Expose FilePath on MappingLocation to let Razor editor know mapping origination. (#552)