Skip to content

v14.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 16:33
· 47 commits to master since this release
9ee7232

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 form locale
  • ebay-chip: Renamed a11y-delete-button to a11y-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 use columns-{size} such as columns-xs, columns-sm, columns-md, and columns-xl instead which are mapped to those corresponding breakpoints.

Major Changes

Minor Changes