Skip to content

Releases: FriendsOfCake/crud-view

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

0.9.6

21 Jan 04:52
ac6d8a0
Compare
Choose a tag to compare
  • #219: Exclude scaffold settings from actions
  • #220: Document "disableSort" option
  • #221: Create .stickler.yml
  • #225: Ensure that null configs are set to an empty array
  • #226: pass in the View object to field formatters

Doc updates:

0.9.5

04 Nov 05:20
197ca98
Compare
Choose a tag to compare

Enhancement

  • Organize code using javascript object literal. #218

0.9.4

30 Sep 12:44
Compare
Choose a tag to compare

Bugfix

  • Fix format setting in DateTimeWidget. #217

Enhancement

  • Introduce new "form.before_buttons" block to add content above form buttons. #216

0.9.3

03 Sep 18:42
Compare
Choose a tag to compare

Bugfix

  • Set value for default "Save" button. #209
    Without a value you can't set a redirect reader (for RedirectListener) for it.

Enhancement

  • Move default buttons config to separate method for easy extension. #209