@thehappycoder/react-responsive-pagination
Version:
React component for responsive pagination
39 lines (19 loc) • 954 B
Markdown
# React Responsive Pagination Changelog
## [1.0.2](https://github.com/jonelantha/react-responsive-pagination/compare/v1.0.1...v1.0.2) (2020-03-24)
## [1.0.1](https://github.com/jonelantha/react-responsive-pagination/compare/v1.0.0...v1.0.1) (2020-03-23)
### Bug Fixes
* Package bumps ([179c74b](https://github.com/jonelantha/react-responsive-pagination/commit/179c74bd929b6a10df7a1df6f2769db508cf0df2))
# [1.0.0](https://github.com/jonelantha/react-responsive-pagination/compare/v0.1.1...v1.0.0) (2020-03-21)
### Features
* Remove undocumented Skin prop ([375f363](https://github.com/jonelantha/react-responsive-pagination/commit/375f3631c1f71c2a415a9e6f2f047d53e748d665))
### BREAKING CHANGES
* remove the undocumented Skin prop
## 0.1.1
### Features
- `propTypes` added
- README & CHANGELOG added
- Various package.json fields added
### Bug Fixes
- Graceful handling of invalid total / current prop values
## 0.1.0
- Initial release