Skip to content

Releases: omines/datatables-bundle

0.4.2

08 Apr 13:06
351227d
Compare
Choose a tag to compare

Added

  • Update translations automatically with script (#130)
  • Add support for closures in frontend JS code (#145)

Fixed

  • Fixed deprecation warnings (#129)

Diff: 0.4.1...0.4.2

0.4.1

21 Feb 10:14
Compare
Choose a tag to compare

Added

  • Implement basic support for embeddables (#86)
  • Option for custom datetime format for creating object (#127)

Fixed

  • Fixed issue with unitialized datatable (#40)
  • Fixed some autowiring issues surrounding contracts (#122)

Diff: 0.4.0...0.4.1

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