Releases: KnpLabs/KnpPaginatorBundle
Releases · KnpLabs/KnpPaginatorBundle
v2.7.0
New features
- Symfony 4 support #453
- Prevent warning in Symfony 3.3 DI #448
- Twitter bootstrap 4 alignment #459
- Twitter bootstrap 3 sortable links #422
- PHPUnit 6 compatibility #457
- Added translations :
Changes
- The
knp_paginator
service is now marked as lazy #435 - Use paginator option for direction parameter name #441
- Allow
isSorted()
to have no arguments #442 - Use modern twig namespace notation #446
Bugfixes
- Fix invalid index #437 (fixes #365, #107 and #300)
- Various documentation fixes : #438, #439, #440, #443
- Running tests against PHP 5.3 #447
Thank you @afolabiolayinka, @carusogabriel, @cedricziel, @garak, @glickel, @hossam-magdy, @NiR-, @nullziu, @montaniasystemab, @ostrolucky, @peyman-mohamadpour, @polc, @TorbenLundsgaard for your contributions !
v2.6.0
- Drop support for unmaintained versions of symfony
- Fix readme / doc
- Add translations for id, it, lt, nl and sw
- Improve pagination template for Semantic
- Add support for Bootstrap 4 (alpha 6)
Thank you @aminin, @garak, @22h, @whyte624, @mfurdyk, @ricohumme, @dorcyv and @dariuszz123 for your contributions!
2.5.4
Merge pull request #399 from andygajetzki/master adds bulma css paginator template
regression was introduced
revert for #345
maintenance release
2.5.2 update composer dev version
symfony 3 and twig 2 compatibility
Merge pull request #342 from GrzegorzW/master Fix README.md
2.5.0: Merge pull request #296 from VincentLoy/master
add Foundation 5 Sliding pagination control implementation template
2.4.2: Merge pull request #302 from bocharsky-bw/patch-1
Use more relevant method to get current page value
2.4.0: Merge pull request #232 from n1c01a5/master
Minor updates
- add twitter bootstrap3 support
- improve readme