Skip to content

v3.0.0

Compare
Choose a tag to compare
@jamiepollock jamiepollock released this 23 Jan 23:09
· 88 commits to main since this release

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.