Skip to content
Compare
Choose a tag to compare
@ianmcburnie ianmcburnie released this 03 Jan 20:38
· 2501 commits to master since this release

Skin v3.2.0

Breaking Changes

None.

New Features

DS6

We have started to add some implementations of our new design system (aka DS6). Global, less (shown below), color, button and menu modules are now available.

screen shot 2018-01-03 at 12 29 20 pm

For more information visit the DS6 page.

Expand Button

This new button is available in DS4 and DS6.

screen shot 2018-01-03 at 12 23 21 pm

CTA Button

Another new button (well, it's actually a link, but don't get me started on that), for DS6 only, is the CTA button:

screen shot 2018-01-03 at 12 24 02 pm

Menu Refinements

The new expand button has been integrated into Menu for DS4 and DS6. Inline SVG has also been replaced with background SVG (using a span element). Don't worry, existing button and inline SVG markup is still supported.

screen shot 2018-01-03 at 12 31 14 pm

Custom Checkbox and Radio

Checkbox and Radio modules have been updated to support both custom color and custom icon via inline SVG.

screen shot 2018-01-03 at 12 26 17 pm

screen shot 2018-01-03 at 12 26 37 pm

Bug Fixes

None