Skip to content
Compare
Choose a tag to compare
@ianmcburnie ianmcburnie released this 16 Feb 18:53
· 2504 commits to master since this release

Skin v3.3.0

Breaking Changes

None.

Deprecations

None.

New Features

DS6 Typography

The DS6 typography is available as LESS mixins:

screen shot 2018-02-16 at 10 49 38 am

It is also available as CSS classes (useful for static sites):

screen shot 2018-02-16 at 10 49 43 am

DS6 Listbox (aka "select")

screen shot 2018-02-16 at 10 51 51 am

Before switching from DS4 listbox to DS6, know that the new DS6 version has some fundamental differences, which will not make for a seamless upgrade.

Unlike the DS4 listbox, the DS6 listbox is a fully customized widget (i.e. we do not display the browser's native overlay). This allows us to embed HTML inside of our listbox options, which is a common requirement for displaying graphics like international country flags.

Ultimately this means that the DS6 listbox now requires JavaScript. Watch this space for an announcement regarding a Marko listbox component.

Bug Fixes

None.