Releases: eBay/skin
v15.5.1
v15.5.0
What's Changed
- fix(listbox-button): added invalid state to form by @agliga in #1984
- feat(icons): updated icons by @ArtBlue in #1988
- fix(button): added hover color and border color to secondary button by @agliga in #1990
- build(deps): bump activesupport from 6.0.5.1 to 6.0.6.1 by @dependabot in #1980
- 15.5.0 release by @agliga in #1994
- build(deps): bump ua-parser-js from 1.0.2 to 1.0.33 by @dependabot in #1993
Major icon update
After a long time coming, we have updated all our icons to match design system. We have a plentitude of new icons using the format icon-{icon-name}-{size}
, like for example: icon-add-16
will be the add icon at 16 pixels.
All old icons are still present, but will be removed next major version. We plan on putting out an icon map where we show the old names and what new names they map out to. So stay tuned for that!
Full Changelog: v15.4.0...v15.5.0
v15.4.0
What's Changed
- chore(global): removed deprecated xlink in use tags by @ArtBlue in #1971
- fix(filter-menu-button): outline on safari by @agliga in #1968
- build(deps): bump nokogiri from 1.13.9 to 1.13.10 by @dependabot in #1954
- fix(page notice, section-notice): text alignment by @ArtBlue in #1974
- feat(listbox-button): added form variant by @ArtBlue in #1975
- build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #1972
- build(deps): bump commonmarker from 0.23.6 to 0.23.7 by @dependabot in #1978
- 15.4.0 Release by @ArtBlue in #1979
Full Changelog: v15.3.0...v15.4.0
v15.3.0
Notable changes
Visited links
We have changed visited links to be a slightly darker color now.
Data viz tokens
Data visualization is taking off, we started by adding some new tokens for these graphs that will be upcoming.
What's Changed
- docs: demonstrate aria-disabled menuitem and listbox option by @ianmcburnie in #1946
- feat(data-viz): added data-viz color tokens by @ArtBlue in #1957
- fix(button): fixed loading button form variant alignment by @ArtBlue in #1960
- fix(carousel): removed will-change and transform to allow fixed passthrough by @agliga in #1962
- fix(various-modules): fixed various prod issues, added missing stories by @ArtBlue in #1963
- feat(links): changed visited link color by @ArtBlue in #1966
- 15.3.0 release by @agliga in #1964
Full Changelog: v15.2.2...v15.3.0
v15.2.2
What's Changed
- build(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #1947
- build(deps): bump engine.io from 6.2.0 to 6.2.1 by @dependabot in #1942
- fix(link): changed hover to be foreground-secondary by @agliga in #1953
Full Changelog: v15.2.1...v15.2.2
v15.2.1
v15.2.0
What's Changed
- feat(breadcrumbs): added overflow and changed colors by @ArtBlue in #1918
- feat(link): update color to
foreground-primary
by @LuLaValva in #1920 - fix(cta-button): added content padding to center align for large btn by @saiponnada in #1917
- fix(typography): update line height to match with DS by @saiponnada in #1921
- feat: updated magenta 4 color and rebuilt by @martin-ebay in #1926
- fix(bredcrumbs): synced with new design changes by @agliga in #1929
- fix(snackbar-dialog): action link colors by @ArtBlue in #1932
- feat(icon-button): add size modifiers by @LuLaValva in #1930
- feat(panel-dialog): added scolling to panel body only by @ArtBlue in #1931
- fix(breadcrumbs): color and icon fixes by @ArtBlue in #1936
- fix(fake-link): remove color change on hover by @LuLaValva in #1935
- fix(cta-button): added border radius for large dimensions by @saiponnada in #1933
- fix(icon-button): Isolated icon resizing inside non-transparent buttons/links by @ArtBlue in #1941
- Merge for 15.2.0 release by @agliga in #1938
New Contributors
- @saiponnada made their first contribution in #1917
Full Changelog: v15.1.1...v15.2.0
v15.1.1
What's Changed
- build(deps): bump nokogiri from 1.13.7 to 1.13.9 by @dependabot in #1908
- fix(notice): removed spacing on no icon by @agliga in #1914
- fix(tourtip): changed end to flex-end (#1912)
Full Changelog: v15.1.0...v15.1.1
v15.1.0
What's Changed
- fix(page-notice): fixed paragraph-only positioning by @ArtBlue in #1886
- build(deps): bump commonmarker from 0.23.5 to 0.23.6 by @dependabot in #1879
- feat(drawer-dialog): added support for text close and updated handle by @agliga in #1888
- feat(floating-label): added floating-label--opaque modifier by @agliga in #1889
- feat(dialog): added truncation to dialog headers by @agliga in #1887
- feat: added automatic storybook builds in percy by @agliga in #1891
- chore: updated DS versions by @agliga in #1894
- feat(tourtip): added footer by @agliga in #1893
- feat(listbox-button): separate styling for label and value bolding by @ArtBlue in #1895
- feat(filter-menu): allow items to be disabled by @LuLaValva in #1892
- feat(section-notice): added dismiss layout variation and top aligned icons and links by @ArtBlue in #1899
- fix: updated spacing for tourtip and drawer-dialog by @agliga in #1906
- 15.1.0 release by @agliga in #1903
Full Changelog: v15.0.0...v15.1.0
v15.0.0
BREAKING CHANGES
section-title
: Thediv.section-title__cta
that previously contained ana
which containedspan.section-title__cta-text
has been simplified toa.section-title__cta
losing some nesting. Also removedsection-title--small
and other sizes since component should be responsive.star-rating
(dynamic variation) andstar-rating-dynamic
had the new star iconsvg
markup manually inserted since it does additional work to clip the star(s) when building the component(s).spinner
has 3 sizes now, small, regular, and large. Small and regular are new sizes (16px, and 24px respectively). The old regular spinner is now the large (at 30px), and the old large spinner has been removed. We also removed the background image version of the spinner code, so you need to migrate to using the icon image for spinner.stepper
has some major visual changes and simplified code. Removed information icon from stepper. Removed all transition classes.- Removed
expand-button
module. Should useExpandable Buttons
instead (see skin docs under button) - Removed wide button styles
- Removed
window-notice
module. This has been deprecated for a while and finally removed. - Removed multiple icon modules. All icons are either icons.svg or each icon individually.
- Removed
lightbox-dialog--mini
styles - Removed panel dialog center title
- Removed all
--bubble-*
variables from tooltip/infotip/tourtip
List of changes
- chore: removed deprecated code (#1841)
- chore(deprecations): removed expand button and window notice (#1847)
- feat(snackbar-dialog): updated to match design system (#1850)
- feat: updated stepper to new design (#1857)
- feat(spinner): updated to evo (#1858)
- feat(field description): removed left and right margins
- fix(menu-button): fix multible button alignment (#1849)
- fix(button): removed min-width on borderless variant (#1853)
- feat: added old dot syntax to progress-stepper (#1863)
- fix: added stronger selectors to disbled fake-menu-button (#1865)
- feat(section-title): updated section titles to match new specs (#1867)
- feat(star-icons): updated star icons and proliferated throughout various components (#1872)
- fix: remove deprecated story and modify CSS selector (#1875)
What's Changed
Full Changelog: v14.2.1...v15.0.0