Skip to content

Releases: eBay/ebayui-core-react

v2 (Skin15)

14 Oct 09:48
Compare
Choose a tag to compare

Main change: Skin 15 support

What's Changed

Important API changes

Removed

  • EbayExpandButton use EbayButton instead. (<EbayButton bodyState="expand" aria-expanded={true|false} />)
  • Previously deprecated POINTER_TYPES, TOOLTIP_TYPES constant arrays removed from EbayTooltip, replaced by TooltipType union type
  • Previously deprecated variants enums from EbayInfotip, replaced by Variant union type
  • Previously deprecated fieldLayoutType, fieldDescriptionType, fieldDescriptionPosition enums from EbayField, replaced by union types FieldLayoutType, FieldDescriptionType, and FieldDescriptionPosition
  • Previously deprecated EbayNoticeContent (Replace by importing EbayNoticeContent from component ebay-notice-base, ebay-page-notice, ebay-section-notice, or ebay-inline-notice)
  • Previously deprecated EbayTab (Replaced by EbayTabs)
  • Removed EbayLegacyFloatingLabel
  • Previously deprecated EbayFloatingLabel Replaced by using EbayTextbox or EbaySelect with prop floatingLabel.
  • Previously deprecated sliding prop in EbayFullscreenDialog
  • Previously deprecated prop fake in EbayTabs
  • Previously deprecated prop underline in EbayTextbox
  • EbayButton priority="delete". Replaced by EbayButton prop variant ="destructive".

Changes

  • EbayProgressStepper removed prop number, type: use defaultState instead.
  • EbaySectionTitle doesn't have CTA child anymore, just pass href prop for the link.

New Contributors

Full Changelog: 1.8.3...v2

v1.2.1

15 Aug 15:57
Compare
Choose a tag to compare

Bug fixes

  • EbayInfotip: focus on icon button on closing infotip #68