This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
1.0.0-rc2
Pre-release
Pre-release
Features
- Add CSS value selectors to TagHelper attributes (#684)
- Consider not requiring quotes around @tagHelperPrefix values (#561)
- Tag Helpers: Add enum attribute support. (#196)
Bugs Fixed
- Stop cross compiling Razor.Runtime for dnx451 (#734)
- Cannot resolve TagHelperDesignTimeDescriptors in CoreCLR (#709)
- Unquoted TagHelper attribute values with
=
in their value cause Debug.Assert failure. (#698) - Change TagHelperScopeManager.Begin to no longer take Start/End taghelper writing scope methods (#696)
- Generates wrong place quotation mark of attribute in template (#691)
- if block inside foreach block doesn't parse ending brackets correctly (#679)
- Templated Razor Delegates within a @section = '__razor_template_writer': a parameter or local variable cannot have the same name as a method type parameter (#672)
- ArgumentOutOfRangeException when using lambdas and line breaks (#671)
- Option to bypass GetContent HTML encoding in TagHelper (#643)
- Make @addTagHelper, @removeTagHelper and @tagHelperPrefix optionally accept quotes around their values (#636)
- Rename
TagHelperContent.Append(IHtmlContent)
overload to beTagHelperContent.AppendHtml(IHtmlContent)
(#634) @section mySection {
creates an invisible error in the editor. (#625)- Too much string.Concat in generated code with large blocks of HTML (#614)
- An inline if-statement in an attribute value crashes razor (#594)
- Razor runtime generates potentially conflicting using statements for TagHelper infrastructure. (#580)
- Make Razor codegen use invariant culture (#557)
- Escape shortcut fails when first text character is a
:
(#346) - CSharpCodeWriter's write string literal can fail with Mono and Roslyn. (#56)