Releases: skybrud/Skybrud.Umbraco.GridData
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)
Skybrud.Umbraco.GridData v2.0.4
Skybrud.Umbraco.GridData v2.0.3
Changelog
- Fixed an issue with how HTML based controls are validated (see 3a63820).
Skybrud.Umbraco.GridData v2.0.2
Changelog
- Introduced new
GetHtmlOrFallback
methods forGridControl
class as well as matchingRenderGridControlOrFallback
extension methods for theHtmlHelper
class (see aa6b056).
Skybrud.Umbraco.GridData v2.0.1
Changelog
-
Introduced new
RenderGridSection
extension methods forGridSection
- thanks to @robgha01 (see 0bb5723). -
Introduced new
RenderGridSectionOrFallback
andRenderGridRowOrFallback
extension methods forGridSection
andGridRow
respectively - thanks to @robgha01 (see 6d87189, ceee136 and 3645799). -
Improved XML documentation
Skybrud.Umbraco.GridData v2.0.0
Breaking changes
- The
IGridControlValue
interface will now require anIsValid
property returning a boolean value to indicate whether the control (and it's value) is valid. - The
IGridControlValue
interface will now require aGetSearchableText
method returning a textual representation of the control (eg. for use in Examine).
Skybrud.Umbraco.GridData v2.0.0-beta003
Skybrud.Umbraco.GridData v2.0.0-beta002
Skybrud.Umbraco.GridData v2.0.0-beta001
Skybrud.Umbraco.GridData v1.5.2
Changelog for v1.5.2
- Thanks to @gavinfaux the package now supports ModelsBuilder (see bb14a63 and #12).