Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Releases: eBay/skin

v19.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 21:35
f92107f

Minor Changes

v19.1.3

Choose a tag to compare

@github-actions github-actions released this 10 Mar 18:12
5c0cf3e

Patch Changes

v19.1.2

Choose a tag to compare

@github-actions github-actions released this 28 Feb 15:28
bf234ed

Patch Changes

v19.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Feb 02:27
95109df

Patch Changes

  • 091aa98 Thanks @agliga! - fix(dropdowns): added fixed support for floatingui strategy

v19.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Feb 16:01
86dd8dc

Minor Changes

Patch Changes

v19.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Jan 22:25
78b68b0

Breaking changes

Please review the list of breaking changes and update your applications

fullscreen-dialog and drawer-dialog deprecated

We have officially deprecated fullscreen-dialog and drawer-dialog. These have been removed from our documentation. These comoponents will be removed next major version of skin. While the code is still available, it will not be updated and will be removed. Please migrate over to using lightbox dialog.

floating-ui support

Added support for floating-ui: all dropdowns need to be positioned either by using --set-position modifier, or using floating-ui

icons several removed and renamed

Several icons were removed/renamed. See #2517 for a migration map

combobox removed chevron

Removed chevron from combobox. Combobox should be used as an input.

lightbox-dialog removed handle

Removed handle from lightbox-dialog
Removed lightbox-dialog--expanded modifier (which should have been used with handle

other classes removed

Removed skeleton--elevated modifier
Removed table__cell left alignment by default

Major Changes

  • Added new skin documentation site!

  • #2540 a21d879 Thanks @agliga! - chore: added comment to deprecated components about their removal

  • #2536 c479ee1 Thanks @agliga! - chore: remove deprecations for next major version

  • #2526 93788e6 Thanks @saiponnada! - fix(table): remove aria-pressed from table headings

  • #2541 529af17 Thanks @agliga! - feat(dropdowns): added floating-ui support
    All dropdowns should be using floating-ui by default. In order to have the old non-floating ui positioning, use --set-position modifier on all dropdowns (such as .menu-button__menu--set-position)

  • #2529 5a5a45f Thanks @agliga! - feat(floating-ui): added support in date-textbox

  • #2528 4265bed Thanks @agliga! - feat(icons): added new icons and removed serveral icons

  • #2537 b6f7744 Thanks @LuLaValva! - feat(combobox): remove chevron from combobox

v18.6.0

Choose a tag to compare

@github-actions github-actions released this 20 Dec 23:05
f794f6e

Minor Changes

v18.5.0

Choose a tag to compare

@github-actions github-actions released this 26 Nov 02:42
d5cf442

Minor Changes

v18.5.0-next.0

v18.5.0-next.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 26 Nov 02:40
c80303c

Minor Changes

v18.4.0

Choose a tag to compare

@github-actions github-actions released this 30 Oct 20:29
28f6440

Minor Changes

Patch Changes