Serene v3.9.6 Release Notes

Release Date: 2019-04-05 // about 5 years ago
  • 🔋 Features:

    • added annotation type support, which allows separating undesired dependencies, like UI related attributes from row properties into a annotation class.
    • added AutoColumnWidthMixin which auto sizes grid columns based on content width [StartSharp]
    • improve responsive layout algorithm for data grids in mobile devices
    • recommended method to ignore checking a property name when form/columns class has a BasedOnRow(CheckNames = true) is now [IgnoreName], not [NotMapped] attribute, though old one still works for compability.