Skip to content

Releases: omines/datatables-bundle

Symfony 5 compatibility

23 Dec 13:23
Compare
Choose a tag to compare

Changed

  • Make compatible with Doctrine Bundle 2.0
  • Make compatible with Symfony 5.0
  • Drop Symfony 3.x compatibility
  • Drop PHP <7.2 compatibility

Deprecated

  • DataTablesTrait should be dropped in favor of injection

Diff: 0.3.1...0.4.0

0.3.1

09 Aug 12:20
Compare
Choose a tag to compare

Added

  • Update the url used for ajax request on each init. (#75)

Fixed

  • Fix array filtering (#88)

Diff: 0.3.0...0.3.1

0.3.0

14 May 07:05
Compare
Choose a tag to compare

Added

  • Add DataTable events (#76)

Fixed

  • Fix double transformations in ArrayAdapter (#70)

Diff: 0.2.2...0.3.0

0.2.2

25 Feb 09:18
Compare
Choose a tag to compare

Added

  • Add ability to join from inverse side (#63)

Changed

  • Drop unsupported Symfony versions for dependencies and tests

Fixed

  • Fix ORMAdapter not correctly parsing GroupBy DQL parts
  • Fix deprecation warnings resulting from Symfony 4.1/4.2

Diff: 0.2.1...0.2.2

0.2.1

29 Nov 10:00
363c3ee
Compare
Choose a tag to compare

Changed

  • Update German translations
  • Switch to PHPunit 6.x/7.x

Fixed

  • Fix hydrationMode=Query::HYDRATE_ARRAY (#36)
  • Fix global search for numbers and booleans

Diff: 0.2.0...0.2.1

0.2.0

23 May 14:33
Compare
Choose a tag to compare

Added

  • Add ElasticaAdapter for use with ruflin/elastica
  • Add MapColumn for rendering enumerated types from a predefined list of options

Changed

  • Moved internal DI config to XML so Yaml dependency can be dropped
  • Dropped direct requirement of twig/twig package

Diff: 0.1.5...0.2.0

0.1.5

25 Jan 15:44
Compare
Choose a tag to compare

Fixed

  • Fixed inconsistency in DateTimeColumn with default/null values

Diff: 0.1.4...0.1.5

0.1.4

21 Jan 21:57
Compare
Choose a tag to compare

Added

  • Add TwigColumn for easily rendering Twig templates into your table cells
  • Column types can now be declared as services and have dependencies injected

Changed

  • Moved AbstractColumn initialization from constructor to dedicated function
    to facilitate being instantiated as services.

Diff: 0.1.3...0.1.4

0.1.3

18 Dec 14:24
40544d1
Compare
Choose a tag to compare

Added

  • Add BoolColumn for handling strict boolean columns

Changed

  • Column values default to 'data' only on NULL instead of any 'emptiness'

Fixed

  • Moved public assets back into bundle's public folder

Diff: 0.1.2...0.1.3

0.1.2

13 Dec 23:31
Compare
Choose a tag to compare

Added

  • Implement persist_state parameter to automate table state persistence

Fixed

  • Fixed exception during template rendering when enabling searching serverside
  • Fixed sort behavior when defaulting field detection

Diff: 0.1.1...0.1.2