Date | 2018-01-18 (2,493 days ago) |
---|---|
Downloads | 26K downloads |
NuGet | View on NuGet |
GitHub | View on GitHub |
Target Frameworks | .NET 4.5 |
Umbraco Versions | Umbraco 7 |
#installation
">Installation#changelog
">ChangelogThe GridControlMediaValue
class now has an AlternativeText
property - thanks to @ronaldbarendse (see ef781df
and 0a7d016
).
The GetTypedGrid
and GetGridModel
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
and Model
properties for the GridControl
class and Section
and Model
properties for the GridArea
class (see #22
and 6186b47
)