Releases: eBay/ebayui-core
@ebay/[email protected]
Hotfix:
- Fix issue with rerendering infotip & tourtip (#602)
@ebay/[email protected]
@ebay/[email protected]
Hotfixes:
- Fixes to the textbox and floating label (#569, #578, #579, #591)
- Add ponyfill for unsupported javascript APIs (#589)
- Fixing IE menu width issue (eBay/skin#588)
- Icon: added missing classes and fixed base64 (eBay/skin#578)
@ebay/[email protected]
eBayUI Core v2.0.5
Hotfixes:
- Menu: Shows incorrect data on client side rerender (#564)
- Button: visited link colour for primary fake button should be white (eBay/skin#570)
ebay/[email protected]
eBayUI Core v2.0.4
- Critical fix for multiline textbox value (#563)
ebay/[email protected]
eBayUI Core v2.0.3
- Fix for button IDs (#560)
ebay/[email protected]
eBayUI Core v2.0.2
- Fix for textbox IDs (#558)
ebay/[email protected]
eBayUI Core v2.0.1
- Bumped Skin to v7.0.1 (critical patch for global header)
ebay/[email protected]
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/[email protected]
eBayUI Core v1.4.2
- Fixed DS4 checkbox and radio icons
- Issue #555