Releases: Kreyu/data-table-bundle
Releases · Kreyu/data-table-bundle
v0.10.5
v0.10.4
v0.10.3
v0.10.2
v0.10.1
fix: error while exporting due to export data constructor
docs: update docs after removing export data constructor
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Exporting can now be executed without user input
- Default export data can be specified for the data table
- ActionsColumnType now accepts "visible" option in each action
Full Changelog: v0.9.3...v0.10.0
v0.9.3
What's Changed
- added PHPStan as dev dependency, fixed all level 5 errors;
- deprecated DataTableControllerTrait, use DataTableFactoryAwareTrait
- fixed deprecation: "Creation of dynamic property Kreyu\Bundle\DataTableBundle\Filter\Type\ResolvedFilterType::$optionsResolver is deprecated"
v0.9.2
What's Changed
- [Bugfix] Fix wrong extended class in MakeDataTable skeleton file (references #15)
- [Bugfix] Change Doctrine ORM proxy query
sort()
method to useaddOrderBy()
instead oforderBy()
- [Feature] Extend data table maker to include
configureOptions()
method as well as some comments
Full Changelog: v0.9.1...v0.9.2
v0.9.1
[Bugfix] Change DateRangeFilterType to automatically modify the dates to fit between given range, regardless of their time
Full Changelog: 0.9.0...v0.9.1