Skybrud.Umbraco.GridData v2.0.5
Installation
Changelog
-
The
GridControlMediaValue
class now has anAlternativeText
property - thanks to @ronaldbarendse (see ef781df and 0a7d016). -
The
GetTypedGrid
andGetGridModel
methods now returns an empty model as fallback (see 6924a09). -
The
UmbracoGridConverter
class now uses the editor view rather than the editor alias. This means that the rid package automatically will provide models for your custom editors even they use one of the default grid editors (see 7722fbe). -
Introduced
Row
,Section
andModel
properties for theGridControl
class andSection
andModel
properties for theGridArea
class (see #22 and 6186b47)