Skip to content
Compare
Choose a tag to compare
@ianmcburnie ianmcburnie released this 10 Oct 22:01
· 2510 commits to master since this release

Skin v3.1.0

Minor version update containing a few small, but important changes.

Breaking Changes

None

Backwards Compatible Changes

Background Color

The body background color has been lightened from #f0eeec to #f7f6f5.

See #4 for details.

Checkbox and Radio

The markup for checkbox and radio no longer requires inline SVG. The new, simpler markup uses an SVG data-uri as background image. Existing markup is unaffected (i.e. it shouldn't break).

Huge thanks to @pranavjha for the inspiration behind this improvement!

See #20 for more details.

DS6

Lots of ground work was laid for the new DS6 colors, typography and buttons, but unfortunately all are still awaiting design system sign off and so were pulled from the docs at the last minute.

Some DS6 mixins and variables are exposed via the @ebay/skin/less module, but as they are not yet signed off, any use will be at your own risk! We encourage you to hold off on using them for now.

ebay-font

Finally, @RajaRamu and @senthilp have been doing some great work improving our web font performance. If you are using eBay's custom Market Sans font, we strongly encourage you to use the ebay-font module.

For DS6, this module will be the only way for apps to opt-in to the Market Sans font.

See #8 and #22 for more details.

Bug Fixes

None.

Contributors

Thank you to the following individuals for their assistance:

If I've forgotten anyone, please let me know!

Ian McB.