Skip to content

Releases: eBay/skin

v17.1.0

29 Jan 19:43
95ea507
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.0.1...v17.1.0

v17.0.1

04 Jan 18:26
75d849d
Compare
Choose a tag to compare

What's Changed

  • fix(breadcrumbs,docs): fixed breadcrumbs spacing and missing icons in docs by @ArtBlue in #2236
  • fix(stepper): added styles for blocked state by @agliga in #2237

Full Changelog: v17.0.0...v17.0.1

v17.0.0

28 Dec 20:38
d3a2887
Compare
Choose a tag to compare

Major version release

Breaking changes

Please be aware this version has breaking changes that will require you to update your application

  • Legacy theme and legacy tokens have been removed. Please update your application to use the latest themes Note if you need more time to migrate away from the legacy theme I recommend to pull in the old stylesheets in your application directly. These can be found in previous versions. (#2206)
  • Icon update. We have updated icons and removed some. Please see the following issues for more information about which icons were removed and which ones positioning were modified (#2053 #2167 #2166)
  • Infotip/Tooltip/Tourtip have added floating-ui support. This means that we require some base positioning on the non JS and static versions of these popups. We recommend to use floating-ui to achieve this, but if you want a simple tip, you will need to position it initially and also add pointer positional classes by default.
  • The following classes and tokens have been removed. Please update accordingly:. cta-btn--large-truncated, progress-stepper__items--current, @button-height-xsmall (xsmall size has replaced small size)

Major changes

Skeletons

Skeleton loaders have been finally added in our library. This new component should be used in very specific cases which is defined. Please look at those before implementing skeleton loaders to minimize layout shifts and other problems. Skeleton loaders documentation

Infotips/Tooltips/Tourtips

We have added floating-ui support to all our tips. We still support the base usecase of using a tip without javascript positioning, but we recommend to use floating-ui to position your tips. Now when we open up a tooltip at the bottom of the page, or in a hidden overflow div, it should show up correctly! This was a long time coming and we are happy to have this change in this version.
The hope is to add this to other places, such as combobox, listbox, etc so that those will "float" correctly. But this is a future task.

Chips combobox

We have added the final step in our chips journey! We spent a while on this issue but I think what we put out is a great quality code.

What's Changed

Full Changelog: v16.9.1...v17.0.0

v16.9.1

12 Dec 19:06
4df206b
Compare
Choose a tag to compare

What's Changed

  • fix(listbox-button): removed truncation by @agliga in #2229

Full Changelog: v16.9.0...v16.9.1

v16.9.0

21 Nov 22:29
6fa72d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v16.8.0...v16.9.0

v16.8.0

24 Oct 19:16
03f459b
Compare
Choose a tag to compare

What's Changed

  • chore(RTL): swapped left/right spacing with css logical properties by @ArtBlue in #2158
  • feat: added ai gradient icons by @agliga in #2168
  • utility: fixed image right-click suppression by @ArtBlue in #2181
  • refactor(tokens): move less variables to css props by @saiponnada in #2163
  • docs(infotip): updated to use lightbox dialog by @agliga in #2182

Full Changelog: v16.7.1...v16.8.0

v16.7.0

25 Sep 15:26
d5ef1de
Compare
Choose a tag to compare

What's Changed

Full Changelog: v16.6.0...v16.7.0

v16.6.0

22 Aug 19:30
783e8be
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v16.5.1...v16.6.0

v16.5.1

04 Aug 15:45
bd4882c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v16.5.0...v16.5.1

v16.5.0

27 Jul 15:51
74420c4
Compare
Choose a tag to compare

What's Changed

  • feat(lightbox-dialog): add expressive variant by @LuLaValva in #2090
  • fix(segmented-button): fixed non-current buttons on dark mode by @ArtBlue in #2097
  • feat(field): added character count by @agliga in #2098
  • feat(toggle-button-group): new component by @ArtBlue in #2095

Full Changelog: v16.4.0...v16.5.0