Skip to content

Releases: gilbitron/laravel-vue-pagination

v4.1.3

15 Nov 20:25
Compare
Choose a tag to compare
  • Improve page URL fetching 6c12ea3

Full Changelog: 4.1.2...4.1.3

v4.1.2

15 Nov 13:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.1...4.1.2

v4.1.1

07 Aug 10:41
e8920b4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.0...4.1.1

v4.1.0

22 Mar 12:12
6a9fe19
Compare
Choose a tag to compare
  • 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.

v4.0.0

05 Nov 21:37
4bf40a8
Compare
Choose a tag to compare

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: 3.0.0...4.0.0

v3.0.0

18 Feb 13:29
Compare
Choose a tag to compare
  • Re-write of the plugin for Vue 3
  • Vue 2 is no longer supported but can still be installed via v2

Full Changelog: 2.3.2...3.0.0

v3.0.0-beta.1

10 Feb 12:42
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release
  • Re-write of the plugin for Vue 3

v2.3.2

09 Apr 09:36
Compare
Choose a tag to compare
  • [Fixed] Update dependencies

v2.3.1

04 Oct 12:55
Compare
Choose a tag to compare
  • [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

v2.3.0

01 Mar 13:01
Compare
Choose a tag to compare
  • [New] Added size and align options
  • [Changed] Dropped support for Bootstrap 3
  • [Fixed] Add sr tag for the current page