KnpPaginatorBundle Versions Save

SEO friendly Symfony paginator to sort and paginate

v5.5.1

3 years ago
  • fix deprecation trigger

v5.5.0

3 years ago

Deprecate knp_paginator.listener and knp_paginator.subscriber service tags.

v5.4.2

3 years ago
  • 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

3 years ago
  • fixed lazy paginator service (thanks to @adrienfr)
  • fixed wrong constant in tests (thanks to @adrienfr)

v5.4.0

3 years ago
  • Added support for php 8
  • Removed support for EOLed php 7.2
  • Added support for Material design in sortable

v5.3.0

3 years ago
  • Added option to handle out of range pages
  • Added option to use a default limit

v5.2.0

4 years ago

Added new option to limit pages

v5.1.1

4 years ago
  • Added missing translation
  • Allowed wider type on SlidingPagination

v5.1.0

4 years ago
  • Added new SlidingPaginationInterface
  • Fixed some type hints / return types
  • Minor fixes on templates

v5.0.0

4 years ago
  • refactored directory structure
  • added support for Twig 3
  • added support for Symfony 5
  • removed support for Symfony 3 (it will be still supported in branch 4)