Skip to content

Releases: KnpLabs/KnpPaginatorBundle

v5.2.0

28 Apr 06:33
7871747
Compare
Choose a tag to compare

Added new option to limit pages

v5.1.1

21 Jan 17:04
086da9c
Compare
Choose a tag to compare
  • Added missing translation
  • Allowed wider type on SlidingPagination

v5.1.0

16 Jan 08:01
4d5e7e5
Compare
Choose a tag to compare
  • Added new SlidingPaginationInterface
  • Fixed some type hints / return types
  • Minor fixes on templates

v5.0.0

27 Nov 09:01
dcbd60e
Compare
Choose a tag to compare
  • 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)

v4.1.0

15 Nov 10:25
0e3cc11
Compare
Choose a tag to compare
  • Updated and renamed font_awesome_sortable_link.html.twig to twitter_bootstrap_v4_font_awesome_sortable_link.html.twig
  • Added bootstrap 4 template for filtration
  • Improved filtration for single filter
  • Added some missing typehints to ensure forward compatibility

v4.0.0

27 Jun 07:26
865781b
Compare
Choose a tag to compare

Released at 2019-06-27

  • Drop support for EOL PHP versions (5.6 and 7.0)
  • Drop support for EOL Symfony versions (2.* and 3.* before 3.4)
  • Drop support for Twig 1 (and fix deprecation for Twig 2)
  • Add support for knp-components 2

v3.0.0

28 Feb 13:52
06100a8
Compare
Choose a tag to compare

3.0.0

Released at 2019-02-28

BC Breaks

  • Drop support for EOL PHP versions (5.4 and 5.5)

New features

  • Added Japanese translation
  • Added Czech translation
  • Added Norwegian translation
  • Added Materialize template
  • Added font awesome sortable filters

Bugfixes

  • Fix README typos
  • Require symfony/translation explicitly
  • Avoid deprecation warning when using symfony/config >= 4.2
  • Improve Bootstrap 3 template

v2.8.0

16 May 13:54
f4ece5b
Compare
Choose a tag to compare

New features

  • Updated Bulma pagination template for version 0.6.x #473
  • Ukrainian translation #484
  • Added size option for Bootstrap v4 #489

Fixes

Thank you @andreybolonin, @arsen-aliev, @aubrydario, @flug, @greeflas, @Kocal, @nicolasmure, @paul-mesnilgrente and @polc for your contributions !

v2.7.2

30 Jan 08:47
b94a409
Compare
Choose a tag to compare
  • Add Arabic translation and docuentation about translation troubleshooting #463
  • Add Brazilian Portuguese translation #472

Thank you @diegocastro and @hossam-magdy for your contributions !

v2.7.1

01 Dec 17:23
754129b
Compare
Choose a tag to compare

Bugfix :

  • the knp_paginator service is now really marked as public #462