Releases: gilbitron/laravel-vue-pagination
Releases · gilbitron/laravel-vue-pagination
v2.2.0
- [New] Added support for showing disabled buttons #33
v2.1.0
- [New] Added support for Laravel API Resource responses #22
v2.0.1
- [Fixed] Clicking links caused hash jump #29
v2.0.0
v2.0.0 is a ground-up rewrite using Vue CLI 3 scaffolding, single file components and a new "renderless component" structure created by Adam Wathan.
Although v2.0.0 is a major release (because of the rewrite), it should be fully backwards compatible with v1.x.
v1.2.0
- [New] Ability to customize Prev/Next buttons using
prev-nav
and next-nav
slots
- [Changed] Updated Prev/Next default HTML and added new classes
- [Changed] Updated example to use Bootstrap 4.0.0
- [Fixed] IE compatibility Issue #14
v1.1.0
- [New] Added an example
- [Changed] Changed limit functionality to support showing ranges of numbers #11
- [Changed] Switch tests to use vue-test-utils
v1.0.6
- Added support for Bootstrap 4
v1.0.4
- [Fixed] UglifyJs ES5 compatibility
v1.0.3
- [New] Added
limit
prop to limit the number of pages shown