v2.0.0
resultRenderer
prop is renamed tochildren
(0031f7d)- Render prop now exposes 2 new props (
isSelected
andisHighlighted
) (b5a6f4c) - Add an alias prop called
render
forchildren
- Input style is now consolidated (
width
,height
, andinputStyle
is moved to juststyle
) (036a7eb) - Remove
rowStyle
androwHeight
- Styling rows can be done through your customchildren
function now (c1421fb) - Update developer tools