Skip to content

Releases: FriendsOfCake/crud-view

0.14.0

01 Dec 08:36
Compare
Choose a tag to compare
  • 991a198 update all css and js assets
  • 7ef7f45 add ability to set sidebar section headers

0.13.1

30 Nov 04:00
a124770
Compare
Choose a tag to compare
  • Minor sphinx updates
  • Create Plugin class for use with updated plugin loading strategies

0.13.0

07 Mar 09:41
c09f8d4
Compare
Choose a tag to compare
  • #259 - Fixes CakePHP 3.7 deprecation warnings and updates lowest CakePHP version to 3.7

0.12.1

12 May 22:26
1dc5a32
Compare
Choose a tag to compare
  • #248: Do not display the Delete button on anything but the EditAction

0.12.0

12 May 22:13
e101690
Compare
Choose a tag to compare
  • #237 - Add DashboardAction
  • #247 - Add support for extra left buttons

0.11.1

05 May 21:48
213cab4
Compare
Choose a tag to compare
  • #246: Remove more deprecated code

0.11.0

05 May 21:43
dd5e9f6
Compare
Choose a tag to compare
  • #243: Upgrade to depend on CakePHP 3.6 and remove deprecated code

0.10.2

04 May 20:32
2b4fa78
Compare
Choose a tag to compare
  • Don't set label for filter fields by default. #244

0.10.1

06 Apr 19:46
Compare
Choose a tag to compare
  • Do not try to format invalid string inputs #238
  • Fix action links generation. #239, #240

0.10.0

19 Feb 14:06
df82b0f
Compare
Choose a tag to compare

Enhancements

  • Add ability to set field formatters based on column type. #231
  • Blacklist Crud.LookupAction by default. #234
  • Allow changing action button class. #235