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

6.0.0-beta6

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 28 Jul 19:50

Features

  • [Localization]: Enable localization support in MVC (#2824)
  • Revisit IJsonOutputFormatter (#2715)
  • Microsoft.AspNet.Mvc.HttpHeadAttribute missing? (#2700)
  • Change the tag helpers FileVersion property to something clearer (#2540)
  • JsonInputFormatter and JsonOutputFormatter consistancy (#2538)
  • Compatibility with MVC 5 auth code (#2409)
  • Test + improve performance of creating serializers in formatters (#1144)
  • Consider making Anti Forgery internal classes public. (#1137)

Bugs Fixed

  • Repeatedly loading a view causes out of memeory exception (#2790)
  • Label Inside EditorTemplate Disappears During Validation (#2778)
  • OutputFormatter provides no way to disable text encoding (#2739)
  • When submitting empty value types, ModelState has a NullRef exception (#2720)
  • Append file version does not work when href/src contains a url with query string (#2719)
  • In chrome generating type=number without step attribute does not allow decimal values. (#2712)
  • Rename LanguageViewLocationExpanderOption to LanguageViewLocationExpanderFormat (#2704)
  • RadioButton(string.Empty) ignores Model value (#2662)
  • ModelMetadataType chain followed further in MVC 6 than MetadataType chain in MVC 5 (#2610)
  • Integers from JSON don't bind to enums (#2609)
  • BindAttribute is easy to get wrong, leading to a model with no bindable properties (#2564)
  • Protect against null IContractResolver on JsonPatchDocumentOfT (#2560)
  • Remove use of RequiredValidator from Mutable Model Binder (#2526)
  • Dictionary ModelBinding with an empty prefix has unvalidated keys (#2470)
  • byte[] model binder should prevent falling back to other binders when the type matches. (#2456)
  • Model State should have values for greedy model binders as well. (#2445)
  • Is @Html.Raw(...) working? ... or am I just a nOOb? (#2392)
  • Type excluded from validation triggers validation for Required members (#2314)
  • Activate activates non-public Controller properties, but [From*] do not (#2278)
  • Some Unit Test for Razor Templating are failing, when global .gitgnore config has core.autocrlf = false (#1514)
  • Most string-based HTML helpers use unprefixed ViewDataDictionary entries if called from templates (#1487)
  • Some string-based HTML helpers can't get Model values if called from templates (#1485)