Releases: eBay/ebayui-core
ebay/ebayui-core@2.0.3
eBayUI Core v2.0.3
- Fix for button IDs (#560)
ebay/ebayui-core@2.0.2
eBayUI Core v2.0.2
- Fix for textbox IDs (#558)
ebay/ebayui-core@2.0.1
eBayUI Core v2.0.1
- Bumped Skin to v7.0.1 (critical patch for global header)
ebay/ebayui-core@2.0.0
eBayUI Core v2.0.0
This release adds several exciting new features & components! The highlights being:
- Tooltip
- Infotip
- Tourtip
- Pill
- Listbox
- Floating Label
Changelog
Be sure to read the notes below in full before upgrading.
<ebay-button> (breaking change, new features)
Button was reworked to better support text wrapping. In essence, our button now behaves more like a native HTML button in that the text will automatically wrap when a fixed width is applied.
Fixed height and truncation options were added, which are helpful for when trying to align several controls horizontally with equal heights.
<ebay-pill> (new!)
Pill is a special "pill" shaped button, with some additional rules & behaviour regarding truncation and primary/secondary types.
<ebay-tooltip> (new!)
Tooltip is the classic desktop-like flavour of "tooltip". It is always applied to an interactive element (typically a button) and always appears on hover or focus.
<ebay-infotip> (new!)
Infotip is the standalone-button flavor of a "tooltip". When activated it opens the tip. It is activated only by tap, mouse-click, ENTER or SPACEBAR.
<ebay-tourtip> (new!)
Tourtip is the system-activated flavor of a "tooltip". It must always be explicitly dismissed by the user.
<ebay-icon> (breaking change)
A dozen or so icons were renamed to be more inline with Skin and the design system playbook. The following PR lists the new aliases, so be sure to update any references!
<ebay-combobox> (breaking-change)
This component was renamed to <ebay-combobox-readonly>. The readonly combobox had some issues with iOS and therefore we recommend you use the new <ebay-listbox> instead (see below).
<ebay-combobox> will soon be repurposed for the editable, autocomplete use case.
<ebay-listbox> (new!)
A custom facade for the native HTML select element. If you were previously using <ebay-combobox>, you should now switch to this component instead.
<ebay-textbox> (new features)
Updated to support floating label. Many thanks to @mkchang for this first, excellent contribution!
<ebay-tabs> (new features)
Added new keyboard navigation types: "Auto" for automatic switching of tabs with arrow keys. Or "manual" for manual activation of tabs with SPACEBAR.
Many thanks to @mkchang once more, for this second, equally excellent contribution!
Contributors
- @ianmcburnie
- @seangates
- @DylanPiercey
- @mlrawlings
- @hramakumar
- @mkchang
- @BhavinPatel04
- @msendlakowski
- @bhoomisatasiya
And all the lovely design folk who are way too "cool" to hang out on GitHub ;-) Joe, Jeremy & Greg - you rock!
If I've missed anybody, please let me know!
What's Next?
After such a mammoth release, we are now switching back to smaller, more bite-sized releases. The main new feature for v2.1.0 will be the new editable combobox with autocomplete.
@ebay/ebayui-core@1.4.2
eBayUI Core v1.4.2
- Fixed DS4 checkbox and radio icons
- Issue #555
@ebay/ebayui-core@1.4.1
eBayUI Core v1.4.1
- Bumped Skin to v6.3.5
@ebay/ebayui-core@1.4.0
@ebay/ebayui-core@1.3.3
eBayUI Core v1.3.3
2nd attempt at fixing the yui compressor issue :-) See #505 for more details
@ebay/ebayui-core@1.3.2
eBayUI Core v1.3.2
This release contains a hotfix for an issue with carousel component caused by yui compressor. See #505 for more details
eBay/ebayui-core@1.3.1
eBayUI Core v1.3.1
- Fix for incorrect carousel slide data #492