Skip to content

Releases: gilbitron/laravel-vue-pagination

v2.2.0

29 Oct 14:02
Compare
Choose a tag to compare
  • [New] Added support for showing disabled buttons #33

v2.1.0

05 Oct 11:03
Compare
Choose a tag to compare
  • [New] Added support for Laravel API Resource responses #22

v2.0.1

21 Sep 08:30
Compare
Choose a tag to compare
  • [Fixed] Clicking links caused hash jump #29

v2.0.0

07 Sep 15:56
Compare
Choose a tag to compare

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

02 Feb 12:41
Compare
Choose a tag to compare
  • [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

12 Jan 17:03
Compare
Choose a tag to compare
  • [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

08 Jun 08:38
Compare
Choose a tag to compare
  • Added support for Bootstrap 4

v1.0.5

01 Jun 14:23
Compare
Choose a tag to compare
  • 😱 ES5 compat

v1.0.4

01 Jun 14:14
Compare
Choose a tag to compare
  • [Fixed] UglifyJs ES5 compatibility

v1.0.3

07 Jan 14:21
Compare
Choose a tag to compare
  • [New] Added limit prop to limit the number of pages shown