v3.0.0
Introduces breaking changes to the rendering system by abstracting the IHtmlHelper
dependency into IRenderingHelper
. IViewPathHelper
was also rolled into this code for the default implementation.
This release also fixes a bug with DefaultDropLinkTagHelperRenderer
which did not respect inner tag helper content if already set.
v3 also introduces tests around the default Tag Helper Renderers to ensure consistent output.