Skip to content

Releases: eBay/skin

v13.6.0

05 Apr 19:20
dd5a04d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.5.2...v13.6.0

v13.5.2

28 Mar 19:00
38545a8
Compare
Choose a tag to compare

What's Changed

  • fix(star-rating): fixed all solid filled stars issue in Safari by @ArtBlue in #1703

Full Changelog: v13.5.1...v13.5.2

v13.5.1

14 Mar 22:29
ae51217
Compare
Choose a tag to compare

What's Changed

  • fix(infotip): added min-width of 20px to button by @agliga in #1694
  • fix(drawer-dialog): color contrast on handle by @ashrdy567 in #1692

New Contributors

Full Changelog: v13.5.0...v13.5.1

v13.5.0

07 Mar 16:53
4b57001
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.4.2...v13.5.0

v13.4.2

11 Feb 00:34
32bfa8d
Compare
Choose a tag to compare

What's Changed

  • fix(progress-spinner): made progress spinner work in loading button by @agliga in #1666

Full Changelog: v13.4.1...v13.4.2

v13.4.1

07 Feb 20:31
36305e1
Compare
Choose a tag to compare

What's Changed

  • fix(legacy-theme): removed perfers-color-scheme light by @agliga in #1662
  • fix(docs): dark-mode enabled for ds6 by @agliga in #1663

Full Changelog: v13.4.0...v13.4.1

v13.4.0

07 Feb 20:30
48ed04e
Compare
Choose a tag to compare

Features

feat(menu-button): added support for normal btn by @agliga in #1638

Menu-button's design was expected to look like a normal button. But in forms we had to use expand-btn. So we made menu-button work with both btn but also kept expand-btn (to work in forms). The expected default is btn.
Screen Shot 2022-02-07 at 12 28 05 PM

feat(button): decoupled active and hover states by @austingardner in #1640

Now we have two different states for :hover and :active. This gives us more control but also adds some expected design changes
https://user-images.githubusercontent.com/25092249/150245314-3debeec4-749c-4eed-aa60-5bb488272c7f.gif

feat(progress-spinner): changed url to be inline SVG and fixed dark mode by @agliga in #1649

We have new syntax for progress spinner to support an inline SVG instead of using a background icon.
Screen Shot 2022-02-07 at 12 26 58 PM

Bugfixes

  • fix(icons): fixed dark mode for photo icons, small letter, and small … by @austingardner in #1629
  • fix(textbox): icon button outline no longer goes past textbox border by @austingardner in #1626
  • feat(icon): removed hardcoded variables and added css variables for icon by @agliga in #1644
  • fix(lightbox-dialog): removed outline-offset from button by @agliga in #1643
  • fix(button): changed aria-live to be separate form aria-disabled hover by @agliga in #1645
  • fix(generate-imports): removed dark mode from index by @agliga in #1654
  • fix: removed dark mode from CDN bundle by @agliga in #1660
  • 13.4.0 release by @agliga in #1658

Full Changelog: v13.3.2...v13.4.0

v13.3.2

03 Feb 03:12
3fac6f0
Compare
Choose a tag to compare

What's Changed

  • chore: updated makeup packages
  • fix(generate-config): added legacy-theme and square-corner to ignore
  • fix(generate-imports): removed dark mode from index
  • refactor(docs): change CommonJS to ESM

Full Changelog: v13.3.1...v13.3.2

v13.3.1

20 Jan 20:59
2e807f7
Compare
Choose a tag to compare

What's Changed

  • fix(progress-stepper): added span to [role=img] selector by @agliga in #1634
  • fix(progress-spinner): reverted spinner to not use tokens by @agliga in #1642

Full Changelog: v13.3.0...v13.3.1

v13.3.0

20 Dec 20:08
bf52e42
Compare
Choose a tag to compare

What's Changed

  • fix(progress-stepper): added accessible title and aria-labels on icons by @agliga in #1617
  • fix(progress-stepper): fixed heading strcture by @agliga in #1619
  • feat(icons): added social icons by @agliga in #1613
  • feat(checkbox): added new mixed checkbox icon by @austingardner in #1616

Full Changelog: v13.2.0...v13.3.0