Skip to content

Releases: KnpLabs/knp-components

v5.1.0

20 Sep 12:03
a1ccc00
Compare
Choose a tag to compare

What's Changed

  • Pass $options in knp_pager.before event by @mpdude in #342

New Contributors

Full Changelog: v5.0.0...v5.1.0

v5.0.0

23 Aug 12:31
1dbd333
Compare
Choose a tag to compare

Notice

This is a major release, since a BC was introduced: the DBALQueryBuilderSubscriber now requires an instance of DBAL connection to be injected, otherwise it was impossible to make it work with DBAL version 4. Consequently, the BeforeEvent now accepts a third optional parameter: the connection mentioned above. If you don't pass the connection, the DBAL pagination won't be enabled.
If you use this library with Symfony (so, with the KnpPaginatorBundle), everything will be done for you.

What's Changed

Full Changelog: v4.4.0...v5.0.0

v4.4.0

23 Apr 07:05
59ef316
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.1...v4.4.0

v4.3.1

13 Mar 19:07
51f7053
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.3.0...v4.3.1

v.4.3.0

19 Nov 08:18
ac70448
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.3.0

v4.2.0

07 Aug 10:34
1f6560c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

19 Dec 16:58
6b6efa8
Compare
Choose a tag to compare

What's Changed

  • Add template docblocks for pagination by @Matth-- in #316
  • introduce new internal exception by @garak in #319

Full Changelog: v4.0.1...v4.1.0

v4.0.0

18 Sep 15:21
1318a7e
Compare
Choose a tag to compare

Paginator constructor now accepts as second argument an instance of ArgumentAccessInterface, instead of a RequestStack. So you can now paginate outside the web context

v3.5.0

11 Dec 12:47
755b0d1
Compare
Choose a tag to compare
  • add compatibility with symfony/event-dispatcher-contracts version 3
  • remove support for PHP 7.3

v3.4.0

04 Dec 18:48
d990ef1
Compare
Choose a tag to compare
  • add compatibility with PHP 8.1
  • add compatibility with Symfony 6