Releases: skybrud/Skybrud.Umbraco.Elements
v1.0.0-alpha007
Installation
Changelog
-
Editor overlay size should be medium instead of full width (see e5ee686)
When editing an element, the editor overlay would take full width, which isn't particular friendly on larger monitors. The editor overlay will therefore now have a default width set tomedium
. -
Added support for property groups in the editor overlay (see ac90c41)
Previous releases would just list all properties of the content type in a long list without any indication of the groups they belong to. With this release, properties are now shown in their respective groups. -
Improved the logic for working with elements in the grid (see a643be2)
A previous released changed so there is now a single view for handling the grid editor for multiple elements and when just having a single element.With this release, this is now better reflected in the C# grid models. It is now also possible to set a
singlePicker
config option. This will ensure that the C# model for the grid control value becomesGridControlElementValue
(singular) - opposed to the defaultGridControlElementsValue
(plural).