Skip to content

Releases: lokyoung/vuejs-paginate

Support no `v-model` binding

05 Dec 12:56
Compare
Choose a tag to compare

Fix active page not changing caused by no v-model binding.

v2.0.1

24 Jul 13:34
Compare
Choose a tag to compare

Fix: Not go to prev page when the first page is selected.

v2.0.0

24 Jul 13:33
Compare
Choose a tag to compare

Feature: Use v-model to bind the current page number and remove initial-page.

v1.9.5

24 Jul 13:32
Compare
Choose a tag to compare

Feature: Support HTML string for prev and next button and remove slot support for them.

v1.9.4

24 Jul 13:31
Compare
Choose a tag to compare

Feature: Support HTML string for first and last button

v1.9.3

24 Jul 13:31
Compare
Choose a tag to compare

Fix: select correct page when click first and last button.

v1.9.2

24 Jul 13:30
Compare
Choose a tag to compare

Not called first and last page function when already selected.

v1.9.1

14 May 13:32
Compare
Choose a tag to compare

When first or last page is selected, the tabindex of 'next','prev','first page' and 'last page' buttons should be -1. To prevent focusing the elements via tabulation. #78

v1.9.0

14 May 13:28
Compare
Choose a tag to compare

Customize the breakView by slot

v1.8.0

27 Mar 08:11
Compare
Choose a tag to compare

Modify page range and update documentation