All Versions
12
Latest Version
Avg Release Cycle
80 days
Latest Release
1597 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.1.0 Changes
January 28, 2019๐ New features
- ๐ Improved server-side rendering for
Repeater
andGridView
controls - โจ Enhancements in Server-Side Styles (for example adding postback handlers to controls)
ValidationErrorFactory.CreateValidationResult
now doesn't requireDotvvmConfiguration
- REST API client generator generates meaningful C# class name for the API client
Perf improvements
- ๐ Performance tweaks in
HtmlWriter
andDataItemContainer
- ๐
Repeater
performance improved using memoization to prevent frequent rebuilding of control tree - ๐
HtmlWriter
performance improvements - ๐ Control properties collection uses perfect hashing to improve performance
๐ Bug fixes
- ๐ Fixed
IncludeInPage
rendering - ๐ Fixed
_index
variable issues in controls with server rendering - ๐ Fixed HTTP response on invalid HTTP method
- Client-side validation errors are cleared before a new object is validated
- ๐ Fixed dependency injection into markup controls
- ๐ Fixed array access JavaScript translation
- ๐ Fixed generating of unique IDs for
GridView
sort commands - ๐ Fixed number formatting for zero values
- ๐ Fixed
_api.RefreshOnChange(..., Prop1 + Prop2)
which allows watching for multiple properties - ๐ Fixed bug with resource bindings in markup controls
- ๐ Fixed serialization of control property values in markup controls
- REST API bindings - API URL can be parameterized from the code
- ๐ Fixed null assignments for complex types in static commands
- ๐ Improved server-side rendering for
-
v2.0.3 Changes
December 21, 2018๐ New features
- 0๏ธโฃ Default ControlRegistrationStrategy now includes subfolders
- Prohibited hardcoded values on DataContext
- ๐
EmailAddress
attribute now supports client-side validation
๐ Bug fixes
- ๐ Fixed bug in dotvvm.events.unsubscribe
- ๐ Fixed number formatting bug with zero values
- ๐ Fixed data-binding issue of hard-coded values into markup controls
- ๐ Fixed invoking generic methods from static commands
- ๐ Fixed data context handling for some GridViewColumn properties
- ๐ Fixed null reference exception in detection of data context changes
- ๐ Fixed byte array serialization