Skip to content

v5.0.0

Compare
Choose a tag to compare
@moroshko moroshko released this 09 Aug 00:49
· 59 commits to master since this release

The DOM structure changed a bit:

BEFORE:

itemsContainer existed in the DOM only when items existed.

screen shot 2016-08-09 at 10 25 26 am

AFTER:

Now, itemsContainer always exists in the DOM.
This is useful when the itemsContainer has a scroll bar, and you want to bind certain events to it.

screen shot 2016-08-09 at 10 26 54 am

Consequently, theme.sectionItemsContainer was removed in favor of the new theme.itemsList.

Fixed focused item visibility when multiSection={true}.

Added aria-haspopup attribute to the input.