Skip to content

Releases: eBay/ebayui-core

v13.0.6

22 Jan 23:07
f8b4e31
Compare
Choose a tag to compare

What's Changed

  • fix(select,combobox): added disabled to input by @agliga in #2068

Full Changelog: v13.0.5...v13.0.6

v13.0.0

28 Dec 20:38
020e92a
Compare
Choose a tag to compare

Major version release

Breaking changes

Please be aware this version has breaking changes that will require you to update your application

  • Updated to support Typescript. This also included multiple file changes and deprecated attributes removed. This should not be breaking but there might be some attributes that were not being used that were removed. If there are any problems reach out to us so we can see if these are removed or not.
  • Reimported icons. Some icons are renamed, and others removed. See: (#2053 #2167 #2166)
  • Infotip/Tooltip/Tourtip: Added floating-ui support. We have removed styleLeft styleRight styleTop and styleBottom for this to support floating-ui. Please use offset attribute to change the position. Also position is deprecated in favor of placement. (Placement will use floating-ui attributes and will be tip relative, rather than pointer relative).

Major changes

Typescript

We have full typescript support. Our code has been completely rewritten to support Typescript and types! We have most of our inputs and states defined but we still have a couple of places to clean up. Overall, we are very happy with this change!

Infotips/Tooltips/Tourtips

We have added floating-ui support to all our tips. Now when we open up a tooltip at the bottom of the page, or in a hidden overflow div, it should show up correctly! This was a long time coming and we are happy to have this change in this version.
The hope is to add this to other places, such as combobox, listbox, etc so that those will "float" correctly. But this is a future task.

Skeletons

We have added skeleton loaders. This new component should be used in very specific cases which is defined in Skin. Please look at those before implementing skeleton loaders to minimize layout shifts and other problems. Skeleton loaders on skin site

All changes linked here

Full Changelog: v12.8.1...v13.0.0

v12.8.1

05 Dec 19:58
3364670
Compare
Choose a tag to compare

What's Changed

  • chore: fix list numbers in contributing doc by @darkwebdev in #2031
  • fix(carousel): added delay to interacting state if carousel is moving by @agliga in #2033

Full Changelog: v12.8.0...v12.8.1

v12.8.0

21 Nov 22:48
761a7df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.7.0...v12.8.0

v12.7.0

24 Oct 19:35
c402179
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.6.3...v12.7.0

v12.6.3

15 Dec 15:41
8fc882f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.6.2...v12.6.3

v12.6.2

29 Sep 01:13
6eda8e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.6.1...v12.6.2

v12.6.0

25 Sep 15:42
1ffd24f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.5.1...v12.6.0

v12.5.1

05 Sep 17:55
6330299
Compare
Choose a tag to compare

What's Changed

  • fix(calendar): move utilities into separate file for Marko 4 by @LuLaValva in #1979

Full Changelog: v12.5.0...v12.5.1

v12.5.0

22 Aug 19:48
972f983
Compare
Choose a tag to compare

What's Changed

  • fix(avatar): added Math.abs to get a positive number by @agliga in #1950
  • fix: added button type "button" for ebay-drawer-dialog handle by @ixam1 in #1951
  • fix(date-textbox): properly handle textbox changes based on index by @LuLaValva in #1957
  • fix(confirm-dialog): updated input of confirm to be proper marko syntax by @agliga in #1963
  • feat(lightbox-dialog): added size and prev button by @agliga in #1961
  • fix(video): added all shaka events and moved icons to be in template by @agliga in #1966
  • chore(storybook): exposed events by @agliga in #1967
  • fix(calendar): timezone bug by @LuLaValva in #1968
  • feat(character-count): create component by @LuLaValva in #1965

New Contributors

Full Changelog: v12.4.0...v12.5.0