Skip to content

Skybrud.Umbraco.GridData v2.0.5

Compare
Choose a tag to compare
@abjerner abjerner released this 18 Jan 10:38

Installation

» Install via NuGet

Changelog

  • The 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)