Skip to content

Commit

Permalink
Merge pull request #2413 from eBay/15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agliga authored Jan 31, 2025
2 parents be60239 + 5e30678 commit ae5f8e7
Show file tree
Hide file tree
Showing 333 changed files with 6,557 additions and 5,228 deletions.
6 changes: 6 additions & 0 deletions .changeset/breezy-toys-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@ebay/ebayui-core": major
---

fix(combobox): remove view all options
`view-all-options` is no longer a valid option for combobox. Use `autocomplete: none` instead
5 changes: 5 additions & 0 deletions .changeset/fast-toys-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": patch
---

Ensure custom styles are included in build
5 changes: 5 additions & 0 deletions .changeset/funny-buttons-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": major
---

feat(marko-json): changed all attribute tags to be singular
5 changes: 5 additions & 0 deletions .changeset/healthy-ducks-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": patch
---

Refactor to simplify types
5 changes: 5 additions & 0 deletions .changeset/lemon-mangos-thank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": major
---

feat(ebay-accordion): new component
5 changes: 5 additions & 0 deletions .changeset/poor-mirrors-float.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": minor
---

fix(ebay-table): update row-header attribute, removed aria-pressed
5 changes: 5 additions & 0 deletions .changeset/rotten-geckos-sniff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": patch
---

Remove chevron from combobox
5 changes: 5 additions & 0 deletions .changeset/sharp-bees-grin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": patch
---

TS fix for combobox
5 changes: 5 additions & 0 deletions .changeset/short-crabs-retire.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": major
---

feat(dropdowns): added support for floating-ui
5 changes: 5 additions & 0 deletions .changeset/short-otters-grow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": major
---

feat(notice): removed celebration from status
5 changes: 5 additions & 0 deletions .changeset/sixty-experts-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": minor
---

Add area chart
5 changes: 5 additions & 0 deletions .changeset/smooth-rules-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": major
---

chore: renamed ebay-fullscreen-dialog to ebay-fullscreen-dialog-deprecated and ebay-drawer-dialog to ebay-drawer-dialog-deprecated
5 changes: 5 additions & 0 deletions .changeset/thirty-walls-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": patch
---

Upgrade dependencies
5 changes: 5 additions & 0 deletions .changeset/tidy-rockets-wonder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": major
---

chore: removed deprecated code
5 changes: 5 additions & 0 deletions .changeset/wet-wombats-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ebay/ebayui-core": patch
---

Updated the component-browser.ts file to reference shared attributes from tags-html.d.ts and added the Textbox class implementation.
6 changes: 6 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ export default {
const { mergeConfig } = await import("vite");
return mergeConfig(config, {
plugins: [rawMarkdown],
optimizeDeps: {
// Pre-bundle @storybook/addon-docs/blocks to avoid runtime errors
// This is needed because MDX documentation requires these blocks to be available
// during dynamic imports
include: ['@storybook/addon-docs/blocks']
}
});
},
};
3 changes: 3 additions & 0 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export const parameters = {
"Getting Started",
"Contributing",
"buttons",
"charts",
"data-display",
"dialogs",
"form input",
"graphics & icons",
Expand All @@ -21,6 +23,7 @@ export const parameters = {
"notices & tips",
"progress",
"building blocks",
"deprecated",
],
},
},
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Each layer does its bit to enforce and enhance accessibility. We consider this l
- [`ebay-cta-button`](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-cta-button)
- [`ebay-date-textbox`](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-date-textbox)
- [`ebay-details`](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-details)
- [`ebay-drawer-dialog`](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-drawer-dialog)
- [`ebay-drawer-dialog-deprecated`](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-drawer-dialog-deprecated)
- [`ebay-eek`](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-eek)
- [`ebay-fake-link`](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-fake-link)
- [`ebay-fake-menu`](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-fake-menu)
Expand All @@ -61,7 +61,7 @@ Each layer does its bit to enforce and enhance accessibility. We consider this l
- [`ebay-filter`](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-filter)
- [`ebay-filter-menu`](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-filter-menu)
- [`ebay-filter-menu-button`](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-filter-menu-button)
- [`ebay-fullscreen-dialog`](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-fullscreen-dialog)
- [`ebay-fullscreen-dialog-deprecated`](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-fullscreen-dialog-deprecated)
- [`ebay-icon`](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-icon)
- [`ebay-icon-button`](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-icon-button)
- [`ebay-infotip`](https://github.com/eBay/ebayui-core/tree/master/src/components/ebay-infotip)
Expand Down
Loading

0 comments on commit ae5f8e7

Please sign in to comment.