Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Releases: spatie/laravel-paginateroute

2.2.0

05 Feb 13:49
Compare
Choose a tag to compare
  • Added: Ability to add classes to pagination list items
  • Added: Ability to render next/previous links alongside pagination lists

2.1.0

21 Jan 10:10
Compare
Choose a tag to compare
  • Feature: added renderRelLink()

2.0.2

30 Dec 14:17
Compare
Choose a tag to compare

Fix Laravel 5.0 bug introduced in 2.0.2

2.0.1

30 Dec 13:46
Compare
Choose a tag to compare

Bugfix: routes with parameters will now render correctly

2.0.0

14 Aug 10:00
Compare
Choose a tag to compare

This release changes the route macro to only register one route with the entire query in it, so providing a page parameter to the action link is no longer possible.

For example, action('FooController@bar', ['page' => 3]) is no longer possible, and should be replaced by PaginateRoute::addPageQuery(action('FooController@bar'), 3).

1.6.1

04 Aug 11:19
Compare
Choose a tag to compare
  • Bugfix: Url's can now be correcly generated via laravel's action() method

1.6.0

16 Jul 08:00
Compare
Choose a tag to compare
  • renderHtml is deprecated in favor of renderPageList
  • Added: More languages
  • Some big internal refectors

1.4.0

14 Jul 09:59
Compare
Choose a tag to compare
  • Test coverage
  • Removed spatie/string dependency

1.3.0

26 Jun 12:45
Compare
Choose a tag to compare
  • Added: Hebrew translation
  • Minor refactors

1.2.0

17 Jun 17:07
Compare
Choose a tag to compare
  • added Portuguese translation