Skip to content

Releases: KnpLabs/KnpPaginatorBundle

v5.9.0

28 Aug 14:45
7879916
Compare
Choose a tag to compare
  • add Catalan translation
  • add a new option transform invalid page/limit values into 404

v5.8.0

02 Dec 07:54
216b9d5
Compare
Choose a tag to compare

Add compatibility with Symfony 6

v5.7.0

03 Oct 15:31
d5608ab
Compare
Choose a tag to compare
  • add Bootstrap 5 templates (thanks to @ker0x)
  • add multi-field sorting option (thanks to @ker0x)
  • add Finnish translation (thanks to @nicodemuz)
  • add Croatian translation (thanks to @croatiangrn)

v5.6.0

14 Jun 08:39
a11cd18
Compare
Choose a tag to compare

Remove deprecated tags from service configuration

v5.5.1

27 May 06:51
afa4daf
Compare
Choose a tag to compare
  • fix deprecation trigger

v5.5.0

24 May 12:29
615fa67
Compare
Choose a tag to compare

Deprecate knp_paginator.listener and knp_paginator.subscriber service tags.

v5.4.2

17 Dec 08:25
8a72550
Compare
Choose a tag to compare
  • make PaginationAwareInterface using PaginationInterface instead of Pagination

Warning: this is a formal BC break, needed to fix another BC break introduced in knp-components. It only affects users of setting injection based on tagged services, that is now discouraged in favor of autowiring

v5.4.1

03 Dec 08:40
f7c7ff4
Compare
Choose a tag to compare
  • fixed lazy paginator service (thanks to @adrienfr)
  • fixed wrong constant in tests (thanks to @adrienfr)

v5.4.0

02 Dec 08:24
5803ae0
Compare
Choose a tag to compare
  • Added support for php 8
  • Removed support for EOLed php 7.2
  • Added support for Material design in sortable

v5.3.0

21 Jul 07:56
87ca999
Compare
Choose a tag to compare
  • Added option to handle out of range pages
  • Added option to use a default limit