You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).