Laravel Vue Pagination Versions Save

A Vue.js pagination component for Laravel paginators

4.1.2

6 months ago

What's Changed

New Contributors

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

4.1.1

9 months ago

What's Changed

New Contributors

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

4.1.0

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.

4.0.0

1 year 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

3.0.0

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

3.0.0-beta.1

2 years ago
  • Re-write of the plugin for Vue 3

2.3.2

3 years ago
  • [Fixed] Update dependencies

2.3.1

4 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

2.3.0

5 years ago
  • [New] Added size and align options
  • [Changed] Dropped support for Bootstrap 3
  • [Fixed] Add sr tag for the current page