Releases: eBay/ebayui-core-react
Releases · eBay/ebayui-core-react
v7.3.4
What's Changed
- Update Skin version to get all the latest icons by @reramakrishnan in #376
New Contributors
- @reramakrishnan made their first contribution in #376
Full Changelog: v7.3.2...v7.3.4
v7.3.2
What's Changed
- fix(DialogBase): Don't trigger the hide animation on strict mode by @HenriqueLimas in #375
Full Changelog: v7.3.1...v7.3.2
v7.3.1
What's Changed
- fix(Icon): Add react import on icon symbols by @HenriqueLimas in #373
Full Changelog: v7.3.0...v7.3.1
v7.3.0
What's Changed
- feat(EbaySvg): Support list of icons to render by @HenriqueLimas in #371
Full Changelog: v7.2.2...v7.3.0
v7.2.2
What's Changed
- fix: TypeScript module resolution by @HenriqueLimas in #372
Full Changelog: v7.2.1...v7.2.2
v7.2.1
What's Changed
- fix: Add old internal paths as temporary available to use by @HenriqueLimas in #369
New
/utils
and /events
modules to import libraries that might be useful for your app.
Deprecated
This paths got deprecated and it will be removed next release. Make sure to migrate to the new path as shown bellow:
Old Path | New Path |
---|---|
common/tooltip-utils |
ui-core-react/ebay-tooltip |
common/tooltip-utils/types |
ui-core-react/ebay-tooltip |
common/tooltip-utils/constants |
ui-core-react/ebay-tooltip |
common/event-utils |
ui-core-react/events |
common/event-utils/types |
ui-core-react/events |
common/components-utils |
ui-core-react/utils |
common/component-utils/utils |
ui-core-react/utils |
common/component-utils/forwardRef |
ui-core-react/utils |
common/notice-utils/notice-cta |
ui-core-react/ebay-section-notice or ui-core-react/ebay-page-notice |
common/random-id |
ui-core-react/utils |
common/floating-label-utils/hooks |
ui-core-react/ebay-textbox |
/ebay-notice-base/components/ebay-notice-content |
ui-core-react/ebay-page-notice , ui-core-react/ebay-section-notice or ui-core-react/ebay-inline-notice |
Full Changelog: v7.2.0...v7.2.1
v7.2.0
What's Changed
- #282 - Add EbaySegmentedButtons component by @darkwebdev in #370
Full Changelog: v7.1.0...v7.2.0
v7.1.0
What's Changed
- build(deps): bump express from 4.19.2 to 4.21.0 by @dependabot in #363
- build(deps): bump webpack from 5.90.3 to 5.95.0 by @dependabot in #365
- core: Use Vite for bundling components by @HenriqueLimas in #366
- feat: Upgrade to latest Skin and update icons by @HenriqueLimas in #368
Full Changelog: v7.0.3...v7.1.0
v7.0.3
v7.0.2
What's Changed
- fix: fixed drawer windowClass prop by @oxala in #360
- fix ebay-icon-button docs to include importing
@ebay/skin/icon
CSS by @ericbiewener in #361 - Adding instructions to import EbaySvg when rendering checkbox by @niki4810 in #362
- [Update] Button Docs by @calebnance in #364
New Contributors
- @ericbiewener made their first contribution in #361
- @niki4810 made their first contribution in #362
Full Changelog: v7.0.1...v7.0.2