Skip to content

Releases: eBay/ebayui-core

v11.2.0

27 Feb 18:53
b9ce9c8
Compare
Choose a tag to compare

What's Changed

  • chore: tech debt on storybook stories by @agliga in #1850
  • fix(ebay-infotip): removed double events from infotip by @agliga in #1851
  • fix(tooltip-base): fixed positioning of infotip/tourtip/tooltip by @agliga in #1852
  • fix(combobox): added fluid (and tech debt) by @agliga in #1854
  • chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #1848
  • Merge for 11.2.0 release by @agliga in #1858

Major icon changes

We have added a large amount of new icons. See skin release notes for more info.

Full Changelog: v11.1.1...v11.2.0

v11.1.1

26 Jan 22:56
140a5f7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v11.1.0...v11.1.1

v11.0.0

22 Dec 20:54
cabef6c
Compare
Choose a tag to compare

Breaking changes

ebay-3d-viewer

Our 3d player no longer uses restAR. Instead it is using model-viewer. All old arguments no longer work and old 3d models will no longer load correctly. To load the new models, you need to pass src and pass the 3d object to the player. All of model viewer's args are being passed through input.

What's Changed

  • feat(3d-viewer): updated to use open source model-viewer by @agliga in #1822
  • feat: synced filter and menu with new makeup changes for disabled state by @agliga in #1802
  • 11.0.0 by @ArtBlue in #1834

Full Changelog: v10.2.1...v11.0.0

v10.2.1

22 Dec 20:52
5500234
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.2.0...v10.2.1

v10.2.0

21 Nov 18:42
4c53197
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.1.0...v10.2.0

v10.1.0

25 Oct 20:10
f9b8b43
Compare
Choose a tag to compare

What's Changed

  • chore: updated readmes for components by @agliga in #1752
  • fix: documentation bugs and input ignored attribute by @agliga in #1780
  • feat(carousel): added support for default-tabindex by @agliga in #1773
  • fix(combobox): #1771 JS error because expander did not exist and #1782 multiple options selected on keyboard input by @cc-ebay in #1785
  • feat(listbox-button): split label and value to reflect Skin DOM by @ArtBlue in #1789
  • feat: allow individual options to be disabled by @LuLaValva in #1760
  • fix(filter-menu-button): pass input a11yFooterText value to filter-menu by @saiponnada in #1790
  • feat(drawer-dialog): added close text by @agliga in #1781
  • feat(textbox): added transparent modifier and cleanup by @agliga in #1784
  • fix(pagination): added range to not show when range includes end by @agliga in #1788
  • feat(tourtip): added footer by @agliga in #1787
  • feat(section-notice): added dismiss by @agliga in #1794
  • fix: updated filter menu icon to dropdown by @agliga in #1800
  • fix(filter-menu): disabled state and tests by @agliga in #1793
  • 10.1.0 release by @agliga in #1795

New Contributors

Full Changelog: v10.0.0...v10.1.0

v10.0.0

23 Sep 18:30
397db2c
Compare
Choose a tag to compare

BREAKING CHANGES

  • Deprecated ebay-expand-button component. Should use ebay-button instead. This should be auto migratable but needs to be migrated to ebay-button before next major version.
  • Removed ebay-progress component. Should use ebay-progress-stepper instead. This was migratable before 10.0.0
  • Removed ebay-window-notice. This has been deprecated for a while
  • progress-stepper uses new attributes. type attribute has been removed from @item . Instead you should use default-state on ebay-progress-stepper to set the type. You can use default-state="attention" to show attention icon on current item, or default-state="active" to show the active state on current item. The other two default states should work as usual. note We also added a default-state="current" which shows the old active state. This is to allow people to migrate to the new design and will be removed in the next major version
  • section-title removed @cta. CTA on section title will now be a link. You need to pass href to show the CTA. The default text will be "See All" which can be change by cta-text attribute. Also removed size attribute since component should be responsive.

What's Changed

  • chore: removed expand button, progress, and window notice by @agliga in #1743
  • feat(progress-stepper): updated to new design by @agliga in #1749
  • fix(drawer-dialog): changed touches iteration to be a for loop by @agliga in #1756
  • feat(progress-stepper): added defaultState=current for backwards comp by @agliga in #1753
  • docs: added class to labels of disabled fields by @LuLaValva in #1754
  • feat(section-title): synced styles with skin and updated docs by @agliga in #1758
  • 10.0.0 by @ArtBlue in #1761

Full Changelog: v9.2.4...v10.0.0

v9.2.4

15 Sep 03:39
6c22e9e
Compare
Choose a tag to compare

v9.2.3

31 Aug 01:45
deccb51
Compare
Choose a tag to compare

What's Changed

  • fix(listbox-button): default collapseOnSelect to true by @LuLaValva in #1747

Full Changelog: v9.2.2...v9.2.3

v9.2.1

23 Aug 20:29
9ac4b17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.2.0...v9.2.1