- React 16 support. #31
- Add
files
field to package.json. #30
- Migrate to React 15.5. #29
- Add
.pagify-pagination .disabled span
style. This is useful if you want to disable previous/next button. #27
- Fix React 15 compatibility errors/warnings. It shouldn't pass extra props to elements anymore.
- Expand React peer dependency range to include React 15.
- Fix lodash
external
definition. It's not included to thedist
bundle anymore. #22.
- Use local lodash import over a global one. Thanks @Coobaha!
- 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.