Not so breaking change
- search input now hidden on
minimumResults
even ifsearch.show
istrue
.
Previously behavior ofsearch.minimumResults
prop wasn't obvious -
search.show
would override it. Now search input will show only when:search.show
is true,- there are some options passed
search.minimumResult
prop is set andoptions.length
is equal or more than its value.
Misc
- add prettier for sourcecode