Skip to content

Releases: jamiepollock/umbraco-grid-settings

v0.3.0

24 Jun 22:32
Compare
Choose a tag to compare

Minor tweaks and housekeeping from the v0.3.0-beta giving you the best ever version yet!

Enjoy!

v0.3.0-beta

16 Apr 01:17
Compare
Choose a tag to compare
v0.3.0-beta Pre-release
Pre-release

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

12 Apr 14:31
Compare
Choose a tag to compare

Bug Fix: Corrected project setup which didn't include new property editor.

#h5is

v0.2.0

10 Apr 00:13
Compare
Choose a tag to compare

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

27 Mar 02:21
Compare
Choose a tag to compare
v0.1.1-beta Pre-release
Pre-release

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

23 Mar 17:43
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release

First beta release.

Please test this out and report any issues you find.

Suggestions welcome too. #mboga!