Releases: eBay/ebayui-core-react
Releases · eBay/ebayui-core-react
v2 (Skin15)
Main change: Skin 15 support
What's Changed
- EbaySvg: Update icons by @HenriqueLimas in #107
- EbayExpandButton: Remove deprecated component by @HenriqueLimas in #104
- EbayListboxButton: Use new btn--form element instead of expand-button by @HenriqueLimas in #103
- EbayMenu: Use menu__item--badged class by @HenriqueLimas in #105
- EbayProgressSpinner: Add support for 'small' spinner by @HenriqueLimas in #108
- Set animated by default for Dialog by @raveenakothapally in #112
- EbaySectionNotice: Update stories by @darkwebdev in #115
- EbaySectionTitle: Simplified html structure by @HenriqueLimas in #106
- EbayProgressStepper: skin15 by @darkwebdev in #114
- [breaking] Remove deprecated stuff by @darkwebdev in #117
- Issue 91: Update Page Notice stories to use EbayPageNoticeTitle #118 by @aaron-nance in #121
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
- @raveenakothapally made their first contribution in #112
Full Changelog: 1.8.3...v2