Skip to content

DotVVM 2.0.2

Compare
Choose a tag to compare
@tomasherceg tomasherceg released this 02 Sep 12:13

New features

  • Support of Microsoft.Extensions.DependencyInjection v2.0
  • Guid operations can be used in value bindings - for example GuidProp != Guid.Empty ? GuidProp.ToString() : ''
  • Added SuppressPostBackHandler which can disable command on a particular control
  • Improved translation of arguments in postback handlers
  • Routes in Route Groups can have empty virtual path
  • Script resources preloading

Bug fixes

  • Error page is displayed in debug mode on error from static commands
  • Fixed disabling of postbacks for LinkButton control in some browsers
  • Fixed issue with view compilation on .NET 4.5.2 and newer
  • Fixed serialization of negative long numbers
  • Fixed rendering of ContentTemplate inside GridView columns
  • Fixed resolving properties from inner classes in resource binding
  • Fixed bug with using ITemplate in markup controls