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

6.0.0-beta7

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 02 Sep 17:18

Features

  • Add IMvcBuilder overloads for localization and XML formatters (#2874)
  • Missing Ok() in Controller (#2825)
  • Need support for client side validation of float and double types (#2817)
  • Add URL resolving TagHelper to replace Razor ~/ functionality. (#2807)
  • Change Razor attribute behavior to not special case boolean values in middle of complex attribute values. (#2769)
  • Should be able to return ViewComponents from controller actions (aka ViewComponent ActionResult helper) (#2338)
  • Some Dictionaries do not get model bound (#1418)
  • Make HTML rendering deferred (IHtmlContent) (#830)

Bugs Fixed

  • srcset missing from ~ tag helper. (#2964)
  • CompositeValueProvider does not match IBindingSourceValueProvider contract (#2907)
  • ImageTagHelper showcases view-context as available HTML attribute. (#2901)
  • Inconsistency with Url.Content("~") (#2896)
  • asp-append-version ignored when href/src URL contains a fragment but no query string (#2862)
  • Unexpected Url.Action output (#2859)
  • ModelMetadata.EnumDisplayNamesAndValues explicitly skips Display(Name = string.Empty)
  • Link tag helper does not expand comma-separated list (#2841)
  • TryUpdateModelAsync Out of Memory error (#2799)
  • Concrete Collection types don't work with GenericModelBinder (#2793)
  • Discuss adding server side validation to value type model properties by default. (#2776)
  • InvalidOperationException: Incorrect Content-Type: application/json (#2749)
  • ViewHierarchyUtility.GetHierarchicalPath does not handle root paths *nix file systems. (#2745)
  • Fix registration of MVC services (#2648)