Skip to content

Releases: KnpLabs/knp-components

v5.2.0

Choose a tag to compare

@garak garak released this 20 Mar 07:36
eabf392

What's Changed

New Contributors

Full Changelog: v5.1.0...v5.2.0

v5.1.0

Choose a tag to compare

@garak garak released this 20 Sep 12:03
a1ccc00

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

Choose a tag to compare

@garak garak released this 23 Aug 12:31
1dbd333

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

Choose a tag to compare

@garak garak released this 23 Apr 07:05
59ef316

What's Changed

New Contributors

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

v4.3.1

Choose a tag to compare

@clementvtrd clementvtrd released this 13 Mar 19:07
51f7053

What's Changed

New Contributors

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

v.4.3.0

Choose a tag to compare

@garak garak released this 19 Nov 08:18
ac70448

What's Changed

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

v4.2.0

Choose a tag to compare

@garak garak released this 07 Aug 10:34
1f6560c

What's Changed

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

v4.1.0

Choose a tag to compare

@garak garak released this 19 Dec 16:58
6b6efa8

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

Choose a tag to compare

@garak garak released this 18 Sep 15:21
1318a7e

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

Choose a tag to compare

@garak garak released this 11 Dec 12:47
755b0d1
  • add compatibility with symfony/event-dispatcher-contracts version 3
  • remove support for PHP 7.3