Releases: FriendsOfCake/crud-view
Releases · FriendsOfCake/crud-view
0.14.0
- 991a198 update all css and js assets
- 7ef7f45 add ability to set sidebar section headers
0.13.1
- Minor sphinx updates
- Create Plugin class for use with updated plugin loading strategies
0.13.0
- #259 - Fixes CakePHP 3.7 deprecation warnings and updates lowest CakePHP version to 3.7
0.12.1
- #248: Do not display the Delete button on anything but the EditAction
0.12.0
- #237 - Add DashboardAction
- #247 - Add support for extra left buttons
0.11.1
- #246: Remove more deprecated code
0.11.0
- #243: Upgrade to depend on CakePHP 3.6 and remove deprecated code
0.10.2
- Don't set label for filter fields by default. #244
0.10.1
- Do not try to format invalid string inputs #238
- Fix action links generation. #239, #240
0.10.0
Enhancements
- Add ability to set field formatters based on column type. #231
- Blacklist Crud.LookupAction by default. #234
- Allow changing action button class. #235