Skip to content

Releases: ThaDafinser/ZfcDatagrid

CSSClass Style + cleanup

07 Aug 12:17
Compare
Choose a tag to compare

This will be the last release before 1.0.x

  • CSSClass support as style
  • remove tcpdf image per default
  • allow export without user interaction (no cache required)
  • remove columnsHidden + columnsGroupBy from parameters

new styles

17 Jul 06:38
Compare
Choose a tag to compare

Added some styles

  • strikethrough
  • alignment
  • some PHP7 work

bugfix release

22 Apr 13:04
Compare
Choose a tag to compare
Merge pull request #172 from kokspflanze/translator-problem

fix translation / php-cs-fixer / php-doc / cleanup

HHVM + Better pagination

06 Nov 13:28
Compare
Choose a tag to compare
  • official HHVM support (required now in Travis)
  • Pagination for jqGrid improved (custom one)
  • several bugfixes

Pre 1.0 :-)

19 Sep 11:03
Compare
Choose a tag to compare

Moving forward to 1.0 (we are already stable and in production...)

  • hhvm support + PHP 5.6 support (travis CI checked)
  • a great documentation by @ZeinEddin
  • moved Examples to seperate repository
  • Daterange picker for bootstrapTable
  • CSV Export
  • define seperator for PhpArray type
  • bootstrap3 support
  • set view variables easy: $grid->setToolbarTemplateVariables();

BUGFIX release

24 Mar 11:24
Compare
Choose a tag to compare
  • PHP 5.6 test
  • Filter select with index options array

BUGFIX release

25 Feb 12:16
Compare
Choose a tag to compare
  • ZF 2.3 compability (Zend\Translator)
  • HHVM compability
  • Column\Action enhancements
  • Bootstrap filtering

BUGFIX release

29 Jan 10:21
Compare
Choose a tag to compare
  • Doctrin2 issue
  • Cache issue
  • Sorting issue

Stability relase

28 Jan 20:42
Compare
Choose a tag to compare
  • 63% code coverage (over 300 tests and 1001 assertions)
  • support for custom filters
  • image resizing
  • a lot of bug fixing

Row style support

07 Nov 10:25
Compare
Choose a tag to compare
  • now supporting row styles
  • column style background
  • bootstrap3
  • ...