Releases: eBay/ebayui-core
v12.4.0
What's Changed
- feat(confirm-dialog): added destructive CTA button variant by @ArtBlue in #1929
- feat(lightbox-dialog): add expressive variant by @LuLaValva in #1936
- feat(date-textbox): add value input by @LuLaValva in #1941
- feat(toggle-button-group): add toggle button group by @LuLaValva in #1944
- fix(calendar): issue with time zones by @LuLaValva in #1948
Full Changelog: v12.3.0...v12.4.0
v12.3.0
What's Changed
- feat(segmented-button): added new sizes by @agliga in #1913
- fix: storybook a11y bug fixes by @saiponnada in #1918
- icon: import icon updates by @LuLaValva in #1923
- feat(toggle-button): add toggle button by @LuLaValva in #1922
- fix(calendar): stop displaying completely disabled months by @LuLaValva in #1925
Full Changelog: v12.2.1...v12.3.0
v12.2.1
What's Changed
- docs(textbox): add floating-label-autocomplete test by @LuLaValva in #1914
- v12.2.1 by @LuLaValva in #1915
Full Changelog: v12.2.0...v12.2.1
v12.2.0
What's Changed
- docs(checkbox, fake-menu, fake-menu-button): synced docs with code by @saiponnada in #1899
- feat(segmented-buttons): new component by @agliga in #1902
- feat(avatar): new module by @agliga in #1897
- fix(date-textbox): add guard against document for server side by @LuLaValva in #1900
- chore(deps): bump yaml from 2.2.1 to 2.2.2 by @dependabot in #1895
- v12.2.0 by @ArtBlue in #1906
Full Changelog: v12.1.1...v12.2.0
v12.1.1
What's Changed
- fix(fake-menu-button): use vertically aligned icon by @PrashantAshok in #1894
Full Changelog: v12.1.0...v12.1.1
v12.1.0
What's Changed
- feat(image-placeholder): added new module by @agliga in #1880
- fix(ebay-carousel): scroll fails while setting index by @saiponnada in #1876
- fix: updated play icon to be play-64 by @agliga in #1882
- feat(icons): import new icons from skin by @LuLaValva in #1884
- v12.1.0 Release by @ArtBlue in #1888
Full Changelog: v12.0.1...v12.1.0
v12.0.1
What's Changed
- fix(listbox-button): do not render unselected text with floating label by @PrashantAshok in #1878
Full Changelog: v12.0.0...v12.0.1
v12.0.0
Breaking changes
Icon Remap
All of our icons have changed. Our icons all are now in sync with skin and design system. These new icons all have their associated sizes with them.
The basic part of this change is to change your icons from <ebay-add-icon/>
to <ebay-add-24-icon/>
. Or in the case of small icons <ebay-add-small-icon/>
to <ebay-add-16-icon/>
Please refer to these spreadsheets to find the new icons that map to your old ones:
Program badge module removed
Program badge module has been removed. Please update your imports to use icon.
See icon mapping values to see how they map now.
New Features
Date textbox and Calendar
We have pulled the date textbox and calendar components into eBayUI. The ebay-calendar
provides options to be used as a static display or an interactive/navigable calendar, and ebay-date-textbox
is a drop-in replacement for date inputs in forms.
What's Changed
- fix(combobox): a11y errors when disabled by @saiponnada in #1864
- feat: changed icons to match skin by @agliga in #1870
- fix: fixes typo on tooltip by @figueiredo-lucas in #1868
- chore(deps): bump webpack from 5.75.0 to 5.76.1 by @dependabot in #1865
- fix: ebay-line-chart - Fix to onInput crashing because this.input is undefined by @figueiredo-lucas in #1874
- feat(calendar): maintain parity with skin's a11y updates by @LuLaValva in #1872
- feat(calendar): add option for links in static calendar by @LuLaValva in #1873
- v12.0.0 Release by @ArtBlue in #1875
New Contributors
- @figueiredo-lucas made their first contribution in #1868
Full Changelog: v11.2.2...v12.0.0
v11.2.2
- chore: updated skin to 15.5.1 and reimproted icons
Full Changelog: v11.2.1...v11.2.2