Skip to content

Skybrud.Umbraco.GridData v1.1.0

Compare
Choose a tag to compare
@abjerner abjerner released this 21 May 21:19
· 221 commits to v5/main since this release

» Install via NuGet

Changelog for v1.1.0

  • The package is now build against Umbraco 7.2 rather than Umbraco 7.2-beta (see 28e42a4).
  • The GridModelClass class will now expose dynamic properties name and section meaning that the partial views in /Views/Partials/Grid/ will no longer fail (see 1617462).
  • Improved support for media values (see caa3083 and b575533).
  • Added Render property to the GridEditor class (see b3099bd).
  • Introduced a GridControlWrapper class for easier use in partial views (see 0685a86).
  • Improved logic for traversing the grid (see 753ca3e and 277d37c).
  • Updated the project to generate an XML documentation file for improved intellisense (see be8fe67).
  • Introduced the IGridEditorConfig interface representing the configuration of an editor (see dbe4e47).
  • Introduced the GridDictionary class representing the config and styles properties of rows and areas (see dee1389).
  • Added a number of extension methods for using the Grid (see 6d8ae53, e625305 and fc116dc).
  • Implemented a new event system taking it's starting point in the new IGridConverter interface (see f4ffbfb).
  • Added support for an Alias property of a row. This property is officially a part of the grid yet, but will hopefully be part of Umbraco 7.3 (see 00971eb).
  • Added support for editors and controls of the Fanoe starter kit (see a93bd86).