v14.0.0
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
localizeFormat
from date-input. Localization now happens automatically. - ebay-calendar/date-utils Removed. It was moved to
common/dates/
- ebay-phone-inout: Removed
country-names
attribute. Instead gets country names automatically formlocale
- ebay-chip: Renamed
a11y-delete-button
toa11y-delete-button-text
- ebay-toggle-button-group:
columns
have 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-xl
instead which are mapped to those corresponding breakpoints.
Major Changes
-
#2191
1290638
Thanks @LuLaValva! - feat(date-textbox): localize date placeholders -
#2196
80f76ae
Thanks @agliga! - ebay-chips: changed a11yDeleteButton to a11yDeleteButtonText -
#2196
e149501
Thanks @agliga! - ebay-icon: synced with class changes -
#2199
80f7185
Thanks @agliga! - feat(toggle-button-group): removed columns and changed ul layout -
#2193
dac2644
Thanks @LuLaValva! - refactor(phone-input): use Intl for country names instead of hardcoding -
#2196
9812150
Thanks @agliga! - lightbox-dialog: added large/fullscreen size