Skip to content

Releases: KnpLabs/knp-components

v3.3.0

30 Oct 08:11
03e8ad1
Compare
Choose a tag to compare

Add compatibility with Symfony 6

v3.2.0

21 Oct 16:52
042797f
Compare
Choose a tag to compare

This release add compatibility with doctrine/dbal 3 and drop compatibility with doctrine/dbal < 2.10

v3.1.0

23 Jun 12:28
f06a6eb
Compare
Choose a tag to compare
  • fixed ORM where with numeric values on string fields
  • added option to allow ODM subscriber
  • added static analysis with phpstan
  • dropped support for old Symfony versions

v3.0.0

30 Nov 09:25
246b700
Compare
Choose a tag to compare
  • dropped support for Symfony 3
  • dropped support for PHP 7.2
  • fixed deprecation in Symfony 5
  • removed deprecated features

v2.5.0

22 Nov 13:42
64bf3b5
Compare
Choose a tag to compare
  • deprecated not passing EventDispathcer to Paginator constructor
  • added getMaxPageNumber to PageNumberOutOfRangeException

v2.4.0

13 Jul 08:56
968750c
Compare
Choose a tag to compare
  • fixed error with older Symfony versions
  • added new option to handle out of range page numbers
  • deprecated sortFieldWhitelist and filterFieldWhitelist options (use sortFieldAllowList and filterFieldAllowList instead)

v2.3.0

25 Nov 10:01
d61c56f
Compare
Choose a tag to compare
  • allowed Symfony 5 components
  • fixed bug in MongoDb query
  • added coding standard via php-cs-fixer

v2.1.0

15 Jul 12:06
e4edbbe
Compare
Choose a tag to compare
  • added new callback pagination
  • fixed sorting when using class properties
  • made some requirements explicit
  • removed some unused code
  • allowed for null Request object passed in, to avoid edge cases
  • switched from PSR-0 to PSR-4

v2.0.0

26 Jun 13:14
8337277
Compare
Choose a tag to compare
  • increased php minimum version
  • add support form mongodb-odm version 2 (and remove support for version 1)
  • added getters to PaginationInterface
  • removed DBALQueryBuilderSubscriber
  • removed deprecations for Symfony event system
  • changed signature of ArraySubscriber (and, in general, many signatures that got type hinting)

v1.3.10

11 Sep 07:57
fc1755b
Compare
Choose a tag to compare

Fixes