Releases: omines/datatables-bundle
Releases · omines/datatables-bundle
0.4.1
21 Feb 10:14
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed
Fixed inconsistency in DateTimeColumn with default/null values
Diff: 0.1.4...0.1.5
0.1.4
21 Jan 21:57
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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