This repository was archived by the owner on Apr 25, 2025. It is now read-only.
v14.0.0
·
184 commits
to master
since this release
Major Shifts
- ebay-toggle-button-group: Added support for automatic resizing and new sized columns
- ebay-listbox-button: Added postfix label support
- ebay-phone-inout: Placeholder now is being localized automatically based on
locale. - ebay-date-input: Placeholder is now being localized automatically based on
locale
Breaking Changes
- ebay-date-input: Removed
localizeFormatfrom date-input. Localization now happens automatically. - ebay-calendar/date-utils Removed. It was moved to
common/dates/ - ebay-phone-inout: Removed
country-namesattribute. Instead gets country names automatically formlocale - ebay-chip: Renamed
a11y-delete-buttontoa11y-delete-button-text - ebay-toggle-button-group:
columnshave been removed. The component is now fully responsive without any developer input. Only for rare exceptions, you can instead usecolumns-{size}such ascolumns-xs,columns-sm,columns-md, andcolumns-xlinstead which are mapped to those corresponding breakpoints.
Major Changes
-
#2191
1290638Thanks @LuLaValva! - feat(date-textbox): localize date placeholders -
#2196
80f76aeThanks @agliga! - ebay-chips: changed a11yDeleteButton to a11yDeleteButtonText -
#2196
e149501Thanks @agliga! - ebay-icon: synced with class changes -
#2199
80f7185Thanks @agliga! - feat(toggle-button-group): removed columns and changed ul layout -
#2193
dac2644Thanks @LuLaValva! - refactor(phone-input): use Intl for country names instead of hardcoding -
#2196
9812150Thanks @agliga! - lightbox-dialog: added large/fullscreen size