Skip to content

Releases: skybrud/Skybrud.Umbraco.GridData

Skybrud.Umbraco.GridData v2.0.5

18 Jan 10:38
Compare
Choose a tag to compare

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)

Skybrud.Umbraco.GridData v2.0.4

18 Jan 09:09
Compare
Choose a tag to compare

Installation

» Install via NuGet

Changelog

  • Introduced the "GridConverterBase" class (see 2b85956).

Skybrud.Umbraco.GridData v2.0.3

27 Sep 12:43
Compare
Choose a tag to compare

» Install via NuGet

Changelog

  • Fixed an issue with how HTML based controls are validated (see 3a63820).

Skybrud.Umbraco.GridData v2.0.2

12 May 16:19
Compare
Choose a tag to compare

» Install via NuGet

Changelog

  • Introduced new GetHtmlOrFallback methods for GridControl class as well as matching RenderGridControlOrFallback extension methods for the HtmlHelper class (see aa6b056).

Skybrud.Umbraco.GridData v2.0.1

12 Apr 15:57
Compare
Choose a tag to compare

» Install via NuGet

Changelog

  • Introduced new RenderGridSection extension methods for GridSection - thanks to @robgha01 (see 0bb5723).

  • Introduced new RenderGridSectionOrFallback and RenderGridRowOrFallback extension methods for GridSection and GridRow respectively - thanks to @robgha01 (see 6d87189, ceee136 and 3645799).

  • Improved XML documentation

Skybrud.Umbraco.GridData v2.0.0

26 Jan 20:35
Compare
Choose a tag to compare

» Install via NuGet

Breaking changes

  • The IGridControlValue interface will now require an IsValid property returning a boolean value to indicate whether the control (and it's value) is valid.
  • The IGridControlValue interface will now require a GetSearchableText method returning a textual representation of the control (eg. for use in Examine).

Skybrud.Umbraco.GridData v2.0.0-beta003

22 Jan 13:46
Compare
Choose a tag to compare

Skybrud.Umbraco.GridData v2.0.0-beta002

15 Jan 22:19
Compare
Choose a tag to compare

Skybrud.Umbraco.GridData v2.0.0-beta001

29 Nov 21:48
Compare
Choose a tag to compare

Skybrud.Umbraco.GridData v1.5.2

17 Sep 14:05
Compare
Choose a tag to compare

» Install via NuGet

Changelog for v1.5.2