Skip to content

v7.0.0

Compare
Choose a tag to compare
@agliga agliga released this 14 Jan 20:17
· 872 commits to master since this release
830c669

Introduction

This release is in tandem with skin Skin v12.0.0 which brought forth default rounding. This is to support that new default rounded elements.

Breaking changes

Rounded by default

All element should be rounded and have no change. See the skin docs in order to see how to turn off default rounded elements.
Screen Shot 2021-01-14 at 11 49 51 AM
Screen Shot 2021-01-14 at 11 53 22 AM

Floating label textbox

By default the floating label textbox will now have a full border (with rounded edges).
Screen Shot 2021-01-14 at 11 52 59 AM

Legacy floating label textbox #1284

Added a new component called <ebay-legacy-floating-textbox>
This will display the underline version fo the textbox with floating label.
image

Rounded Checkbox #1306

The icon for checkbox by default is now rounded

Screen Shot 2021-01-14 at 11 50 55 AM

However to support the old checkbox we provided a parameter icon-style="square" to use the old square checkbox

New Module

Progress spinner #1272

Added a new progress spinner module
Screen Shot 2021-01-14 at 11 54 24 AM

Other changes

Added typeahead to ebay menu #1269

Now in you can type multiple letters to jump directly to different items in a menu list.
Given this list:

Screen Shot 2021-01-14 at 11 30 52 AM

Typing: `Jacks` will highlight `Jackson`

Added image treatment to carousel #1274

When using various image sizes in carousel they would look off (if some were square or some fixed height or some fixed width). This adds a mask over the images which should clean up those inconsistencies.
Screen Shot 2021-01-14 at 11 41 46 AM

Added floating label to combobox #1286

Now floating label is avaiable on combobox
Screen Shot 2021-01-14 at 11 50 17 AM

Even more changes

  • Changed node package manager from yarn to npm (#1268) Note Does not affect those using yarn to load ebayui on their pages
  • Combobox: small fix to support readonly story (#1291)
  • Docs: add design system version numbers for each component (#1292)
  • Updated some readme's and docs