Releases: omines/datatables-bundle
Releases · omines/datatables-bundle
0.4.2
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
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
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
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
Added
- Add DataTable events (#76)
Fixed
- Fix double transformations in ArrayAdapter (#70)
Diff: 0.2.2...0.3.0
0.2.2
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
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
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
Fixed
- Fixed inconsistency in DateTimeColumn with default/null values
Diff: 0.1.4...0.1.5
0.1.4
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