Releases: eBay/skin
v19.0.0
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
Minor Changes
-
#2506
b817c49
Thanks @agliga! - feat(floating-label): updated unselected color of label -
#2509
d7d80cc
Thanks @agliga! - fix(alert/confirm-dialog): changed alignment to left by default and right for footer -
#2504
e4d7216
Thanks @ArtBlue! - feat(icons): added new icons -
#2508
364355c
Thanks @agliga! - docs(link): added disabled fake-link -
#2513
2e43568
Thanks @saiponnada! - fix(progress-stepper): update incomplete step color to meet contrast
v18.5.0
Minor Changes
-
#2496
66e73f8
Thanks @ArtBlue! - feat(filter-menu): added search header -
#2480
207c518
Thanks @agliga! - feat(eek): added large size and fixed regular arrow -
#2481
933fb74
Thanks @agliga! - feat(list): added inremental list and radio fieldset in list -
#2483
fef21d3
Thanks @ArtBlue! - feat(table): added loading state -
#2497
dfda4a0
Thanks @saiponnada! - feat(accordion): new component -
#2498
2ff5317
Thanks @ArtBlue! - fix(filter-menu): fixed cascade
v18.5.0-next.0
Minor Changes
-
#2496
66e73f8
Thanks @ArtBlue! - feat(filter-menu): added search header -
#2480
207c518
Thanks @agliga! - feat(eek): added large size and fixed regular arrow -
#2481
933fb74
Thanks @agliga! - feat(list): added inremental list and radio fieldset in list -
#2483
fef21d3
Thanks @ArtBlue! - feat(table): added loading state -
#2497
dfda4a0
Thanks @saiponnada! - feat(accordion): new component -
#2498
2ff5317
Thanks @ArtBlue! - fix(filter-menu): fixed cascade
v18.4.0
Minor Changes
-
#2475
472b280
Thanks @agliga! - chore: removed unused storybook files (and percy workflow) -
#2475
6482514
Thanks @agliga! - feat(table): added frozen header, frozen column, permanent scrollbars -
#2473
94f4201
Thanks @ArtBlue! - chore(table): added thead line for scrolling, reverted table contraint -
#2475
201018f
Thanks @agliga! - feat(icons): added and modified icons
Patch Changes
v18.3.2
v18.3.1
v18.3.0
Minor Changes
-
#2441
ed9a37a
Thanks @saiponnada! - feat(lightbox): add divider over footer -
#2435
102ea39
Thanks @kentokage! - feat(file-upload): new module -
#2446
2ecde2f
Thanks @ArtBlue! - feat(icons): modified and added icons -
#2440
9ca9bd3
Thanks @saiponnada! - feat(tourtip): improve contrast of tip container -
#2442
d330c82
Thanks @saiponnada! - docs(tokens): add primitive token disclaimer -
#2449
b2dfcf1
Thanks @saiponnada! - fix(button): update focus outline and offset -
#2448
88c1091
Thanks @ArtBlue! - fix(icon-button): refactored and fixed focus -
#2444
5e59592
Thanks @ArtBlue! - feat(table): added sorting, cell types, actions, and inputs