- Remove lodash from
dist
bundle. Now it's handled as apeerDependency
. Thanks @FredericHeem!
- Allowed tags and their props to be customized. This makes it possible to adapt the paginator to fit Bootstrap. Thanks @sapegin!
- Added
Button
to make it easier to implement controls like previous/next.
- Complete rewrite. Extracted segmentize to a package of its own and changed the design to be context based. This made it more flexible than the old design while heavily decreasing the amount of props needed.