laravel-vue-pagination

A Vue.js pagination component for Laravel paginators

MIT License

Downloads
39.1K
Stars
747
Committers
12

Bot releases are hidden (Show)

laravel-vue-pagination - v4.1.3 Latest Release

Published by gilbitron 11 months ago

laravel-vue-pagination - v4.1.2

Published by gilbitron 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/gilbitron/laravel-vue-pagination/compare/4.1.1...4.1.2

laravel-vue-pagination - v4.1.1

Published by gilbitron about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gilbitron/laravel-vue-pagination/compare/4.1.0...4.1.1

laravel-vue-pagination - v4.1.0

Published by gilbitron over 1 year ago

  • Added keepLength prop to pagination components - This update adds a new feature to maintain consistent length in all pagination components.
  • Fixed an issue that prevented the final page from displaying when using the "show all pages" option in the TailwindPagination component.
laravel-vue-pagination - v4.0.0

Published by gilbitron almost 2 years ago

What's Changed

  • Breaking change: Renamed LaravelVuePagination to Bootstrap4Pagination
  • Added support for Bootstrap 5 (Bootstrap5Pagination)
  • Added support for Tailwind CSS (TailwindPagination)
  • New documentation site https://laravel-vue-pagination.org

Full Changelog: https://github.com/gilbitron/laravel-vue-pagination/compare/3.0.0...4.0.0

laravel-vue-pagination - v3.0.0

Published by gilbitron over 2 years ago

  • Re-write of the plugin for Vue 3
  • Vue 2 is no longer supported but can still be installed via v2

Full Changelog: https://github.com/gilbitron/laravel-vue-pagination/compare/2.3.2...3.0.0

laravel-vue-pagination - v3.0.0-beta.1

Published by gilbitron over 2 years ago

  • Re-write of the plugin for Vue 3
laravel-vue-pagination - v2.3.2

Published by gilbitron over 3 years ago

  • [Fixed] Update dependencies
laravel-vue-pagination - v2.3.1

Published by gilbitron about 5 years ago

  • [Changed] Update demo (hosted on now.sh)
  • [Changed] Move vue to devDependencies #53
  • [Changed] Improve performance by removing unused es6.number.constructor polyfill #58
  • [Fixed] Upgrade packages to fix security vulnerabilities
laravel-vue-pagination - v2.3.0

Published by gilbitron over 5 years ago

  • [New] Added size and align options
  • [Changed] Dropped support for Bootstrap 3
  • [Fixed] Add sr tag for the current page
laravel-vue-pagination - v2.2.0

Published by gilbitron almost 6 years ago

  • [New] Added support for showing disabled buttons #33
laravel-vue-pagination - v2.1.0

Published by gilbitron about 6 years ago

  • [New] Added support for Laravel API Resource responses #22
laravel-vue-pagination - v2.0.1

Published by gilbitron about 6 years ago

  • [Fixed] Clicking links caused hash jump #29
laravel-vue-pagination - v2.0.0

Published by gilbitron about 6 years ago

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.

laravel-vue-pagination - v1.2.0

Published by gilbitron over 6 years ago

  • [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
laravel-vue-pagination - v1.1.0

Published by gilbitron almost 7 years ago

  • [New] Added an example
  • [Changed] Changed limit functionality to support showing ranges of numbers #11
  • [Changed] Switch tests to use vue-test-utils
laravel-vue-pagination - v1.0.6

Published by gilbitron over 7 years ago

  • Added support for Bootstrap 4
laravel-vue-pagination - v1.0.5

Published by gilbitron over 7 years ago

  • 😱 ES5 compat
laravel-vue-pagination - v1.0.4

Published by gilbitron over 7 years ago

  • [Fixed] UglifyJs ES5 compatibility
laravel-vue-pagination - v1.0.3

Published by gilbitron almost 8 years ago

  • [New] Added limit prop to limit the number of pages shown
Package Rankings
Top 1.73% on Npmjs.org
Badges
Extracted from project README
npm Downloads Run tests
Related Projects