Releases: gilbitron/laravel-vue-pagination
Releases · gilbitron/laravel-vue-pagination
v4.1.3
v4.1.2
v4.1.1
What's Changed
- Prevent current page button to emit event by @lombervid in #166
New Contributors
- @lombervid made their first contribution in #166
Full Changelog: 4.1.0...4.1.1
v4.1.0
- 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
What's Changed
- Breaking change: Renamed
LaravelVuePagination
toBootstrap4Pagination
- 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
v3.0.0-beta.1
- Re-write of the plugin for Vue 3