- fixed an
onKeyDown
error (#5, @lluiscab)
- Split
focusItem({next, previous, index})
intofocusNext()
,focusPrevious()
, andfocusIndex(index)
- Removed
makeList
factory. To replicate the functionality, passkeyboardEvents={false}
directly to the List component - Upgraded React dependency to
>=15
- Updated build tooling and internal dependencies
- Moved compiled files to
dist/
folder