Releases: jamiepollock/umbraco-grid-settings
v0.3.0
Minor tweaks and housekeeping from the v0.3.0-beta giving you the best ever version yet!
Enjoy!
v0.3.0-beta
Beta release of v0.3.0
New features include:
- Reset Value for all existing property editors
- HTML Helper for Rendering Grid Settings & also includes:
- Attribute grouping (setting up conventions for group property keys into single HTML attributes)
- Value Resolving for grouped attributes
As always this is all full documented over in the documentation section. :)
v0.2.1
v0.2.0
Added new property editor, Class Color Picker. This allows developer to use the Color Picker tool but return a class rather than a hexcode color value.
Documentation is available to support this new property editor.
A big thanks to @amirkhan81 for inspiring this new addition! #h5yr! :)
v0.1.1-beta
Color Picker updates
Update to the color picker to now repurpose the Umbraco Core Color Picker markup.
- This fixes the issue of having no border when the color white was added.
- It also brings one of the editor tools inline with the core authoring experience.
Docs updated to reflect this change.
Minor breaking changes
Color Picker: As a payoff for using the Umbraco Core Color Picker markup all prevalue colors must be entered as a hexcode rather than the full range of supported color value types CSS offers.
If you had previously used a non-hexcode color these will need to be changed over to their respective hexcode color.
v0.1.0-beta
First beta release.
Please test this out and report any issues you find.
Suggestions welcome too. #mboga!