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

6.0.0-alpha3

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 17 Aug 03:11

Bugs Fixed

  • Html.AntiForgeryToken helper throws exception on Mono (#847)
  • Remove legacy / non-unobtrusive client side validation (#620)
  • ReflectedActionDescriptorProvider does not ignore private types (#610)
  • Return string from HtmlHelper properties - Id, Name, DisplayName and Value (#566)

Features

  • IUrlHelper and IViewComponentHelper need to be activated like IHtmlHelper (#789)
  • ViewEngine requires more context, specifically the actual controller that handled the request. (#787)
  • Moving IViewEngine to MvcOptions (#770)
  • Move setting up options to MvcOptionsSetup (#760)
  • Attribute Routing: Design a scheme for token replacement in templates (#738)
  • Attribute Routing: Implement ~/ for overriding a prefix (#732)
  • Attribute Routing: Url Generation (#729)
  • Log action selection data for route debugging (#718)
  • Design and implement logging features that support begin/end tracing (#715)
  • HtmlHelpers needs to use @Inject for activation (#700)
  • Use ActivateAttribute to consume services & activate items in Views (#678)
  • Decouple HtmlHelper.GetValidationAttributes from UnobtrusiveValidationAttributesGenerator.GetValidationAttributes (#659)
  • Enable creating a ViewResult without requiring a view engine (#617)
  • Attribute routing: URL matching (#515)
  • [Razor Config]Web.config/ViewStart replacement - IUsingsProvider, Layout discovery (#479)
  • Bring back Controller.TryUpdateModel (#415)
  • Fill ModelMetadata gaps needed for HTML helpers (#323)