- Chore - Support React 16. #8
- Breaking - Rewrite the API so that instead of
import select from 'selectabular';
it exposes a multiple functions. To achieve the old behavior, use `import * as select from 'selectabular'. - Feature - Integrate
select.byArrowKeys
React helper fromreactabular-select
. See README for an usage example.
- Bump to 1.0.0 as this is stable.
- Bug fix - Fix package.json
main
.
- Initial release