Skip to content

Releases: skybrud/Skybrud.Umbraco.GridData

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

Skybrud.Umbraco.GridData v1.5.1

07 Dec 12:24
Compare
Choose a tag to compare

» Install via NuGet

Changelog for v1.5.1

  • Thanks to @hfloyd, the GridDataModel class now has a PropertyAlias property. If an instance of GridDataModel is parsed directly from a property value, the value of PropertyAlias will be the alias of that property (see 5226e4c).
  • v1.5.0 will fail during Examine indexing since it tries to use HttpContext.Current which at this point is null. Thanks to @gavinfaux and @nvisage-gf this is now fixed in this release (see 9da02ec).