Skip to content

Releases: skybrud/Skybrud.Umbraco.GridData

Skybrud.Umbraco.GridData v1.5.0

31 Aug 17:25
Compare
Choose a tag to compare

» Install via NuGet

Changelog for v1.5.0

  • Fixed a bug when parsing a control of the type embed - thanks to @rpjengaard (see 6901459).
  • In Umbraco 7.3, the configuration of an editor is no longer saved in the JSON of the grid property, but injected at run-time based on grid.editors.config.js as well as editors from package.manifest files of installed packages. If using this package in Umbraco 7.2.x, everything will work as before. Earlier versions of this package won't be compatible with Umbraco 7.3.
  • The package is now build against Umbraco 7.3 RC, while still supporting Umbraco 7.2.x.

Skybrud.Umbraco.GridData v1.1.0

21 May 21:19
Compare
Choose a tag to compare

» 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).

Skybrud.Umbraco.GridData v1.0.0

21 May 21:19
Compare
Choose a tag to compare