Releases: skybrud/Skybrud.Umbraco.GridData
Releases · skybrud/Skybrud.Umbraco.GridData
Skybrud.Umbraco.GridData v1.5.1
Changelog for v1.5.1
- Thanks to @hfloyd, the
GridDataModel
class now has aPropertyAlias
property. If an instance ofGridDataModel
is parsed directly from a property value, the value ofPropertyAlias
will be the alias of that property (see 5226e4c). v1.5.0
will fail during Examine indexing since it tries to useHttpContext.Current
which at this point isnull
. Thanks to @gavinfaux and @nvisage-gf this is now fixed in this release (see 9da02ec).
Skybrud.Umbraco.GridData v1.5.0
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 frompackage.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
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 propertiesname
andsection
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 theGridEditor
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 theconfig
andstyles
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
Initial release.