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

4.0.0-beta6

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 28 Jul 19:50

Features

  • Consume EditorBrowsableAttribute on TagHelpers. (#447)
  • Add OutputElementHintAttribute to control inherited TagHelper IntelliSense. (#382)
  • Consume docs on TagHelper classes to provide IntelliSense at design time. (#352)
  • Enable support for instrumentation (Page Inspector) for TagHelpers (#172)
  • Rename CodeGenerators to ChunkGenerators. (#140)

Bugs Fixed

  • Duplicate bound attributes should flow through as unbound attributes. (#418)
  • Error is occurred if there is a link in the render section (#412)
  • Exception filters cause Razor errors (#402)
  • Incorrect classification (and therefore IntelliSense) for expressions containing transition characters (ex @) (#387)
  • Don't special case '*' retrieval in TagHelperDescriptorProvider (#324)
  • Attribute order from source is not preserved upon rendering (#225)