Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

15.0.0 release #2413

Merged
merged 23 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d316e9f
fix(ebay-textbox): update input interface to include textarea-specifi…
JoshuaWink Jan 9, 2025
21197e5
chore: upgrade marko & mtc, fix type errors (#2376)
LuLaValva Jan 15, 2025
bd170c2
fix(ebay-combobox): floating label type (#2370)
MaiDeveloper Jan 15, 2025
6bddc30
feat(ebay-area-chart): refactor existing area chart to design specs (…
mikehobi Jan 15, 2025
3e07726
chore: fixed mtc test
agliga Jan 15, 2025
add40b2
docs(filter-menu): updated example to support radio variant #2386
agliga Jan 17, 2025
d840de2
[Snyk] Upgrade highcharts from 11.3.0 to 11.4.8 (#2354)
malhanpraveen Jan 17, 2025
0b2aeca
chore: regenerated package-lock
agliga Jan 17, 2025
b3efb74
fix(vite/storybook): resolved runtime error for dynamic imports (#2389)
JoshuaWink Jan 18, 2025
e40437c
fix(ebay-table): update row-header attribute, removed aria-pressed (#…
JoshuaWink Jan 21, 2025
b0b9786
chore: added tests to 3d-viewer and video #2391
agliga Jan 21, 2025
c2b5b9d
refactor(ts): use `Marko.HTML` instead of `Marko.Input` when possible
LuLaValva Jan 22, 2025
aad6f91
fix(combobox): remove view all options (#2384)
agliga Jan 23, 2025
02f0cd8
feat(dropdowns): added support for floating-ui (#2381)
agliga Jan 24, 2025
549c3c3
feat(ebay-accordion): new component (#2357)
saiponnada Jan 24, 2025
eb53ada
feat(combobox): remove default chevron icon (#2408)
LuLaValva Jan 27, 2025
e40902f
fix(build): move `.less` files to style blocks (#2407)
LuLaValva Jan 27, 2025
7dfbfce
chore: removed deprecations (#2406)
agliga Jan 27, 2025
57d2b60
chore: renamed drawer and fullscreen to be deprecated (#2411)
agliga Jan 29, 2025
dc6aa3f
chore: updated skin, makeup and other dev deps
agliga Jan 29, 2025
b2f1c6b
feat(notice): removed celebration status from docs
agliga Jan 30, 2025
02f4e69
feat(marko-json): changed all attribute tags to be singular (#2415)
agliga Jan 30, 2025
5e30678
fix(listbox-button): removed closeOnHostFocus option
agliga Jan 30, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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