Skip to content

Releases: contributte/datagrid

v6.2.3

13 Aug 14:34
Compare
Choose a tag to compare

Bump! 📌

Diff: v6.2.2...v6.2.3

Fixes:

  • Fix the filter reset type error when the remember state is disabled (@jaroslavlibal)

v6.2.2

08 Aug 11:58
Compare
Choose a tag to compare

Bump! 🎈

Diff: v6.2.1...v6.2.2

Fixes:

  • Make the $template parameter nullable in Column::setTemplate() (@jaroslavlibal)

v6.2.1

06 Aug 13:10
Compare
Choose a tag to compare

Bump! 🐸

Diff: v6.2.0...v6.2.1

Fixes:

  • Added the casting to string to the CsvDataModel::getRow() (@jaroslavlibal)

v6.2.0

05 Jul 07:23
Compare
Choose a tag to compare

Bump! 💅

Diff: v6.1.1...v6.2.0

Features:

  • Added UUID support in Row::getDoctrineEntityProperty() (@Rixafy)
  • Added support for string IDs (@Rixafy)
  • Support inheritance static analysis in return types (@mabar)
  • Fixed $rowCallback argument of DataGrid::setColumnsSummary() method

v6.1.1

12 Jun 22:17
Compare
Choose a tag to compare

Bump! 🐒

Diff: v6.1.0...v6.1.1

Bugfixes:

  • DataGrid: fixed resetting filter session

v6.1.0

11 Jun 22:57
Compare
Choose a tag to compare

Bump! 🐟

Diff: v6.0.1...v6.1.0

Features:

  • Render condition within ColumnStatus (@peldax)

Bugfixes:

  • DateTimeHelper & ColumnDateTime: handling of null values
  • Rendering of inline add inside a component

v6.0.1

27 May 11:48
Compare
Choose a tag to compare

Bump! 👻

Diff: v6.0.0...v6.0.1

Features:

  • Completed documentation

Bugfix:

  • Replacement of ::getName() with ::lookupPath() (@peldax)
  • datagrid.latte template (missing class with padding-bottom)
  • phpstan, code sniffer

v6.0.0

25 May 13:11
Compare
Choose a tag to compare

Bump V6!

IMG_2014

Diff: v5.7.2...v6.0.0

Features

  • Using Nette v3
  • Using PHP 7.2 including strinct types

BC Breaks:

  • Changed method name: Ublaboo\DataGrid\Column\Column::addAttributes() -> ::addCellAttributes():
    • Ublaboo\DataGrid\Column\Action::addAttributes() -> ::addCellAttributes()
    • Ublaboo\DataGrid\Column\ColumnDateTime::addAttributes() -> ::addCellAttributes()
    • Ublaboo\DataGrid\Column\ColumnLink::addAttributes() -> ::addCellAttributes()
    • Ublaboo\DataGrid\Column\ColumnNumber::addAttributes() -> ::addCellAttributes()
    • Ublaboo\DataGrid\Column\ColumnStatus::addAttributes() -> ::addCellAttributes()
    • Ublaboo\DataGrid\Column\ColumnText::addAttributes() -> ::addCellAttributes()
    • Ublaboo\DataGrid\Column\MultiAction::addAttributes() -> ::addCellAttributes()
  • Changed method name and method parameters:
    • Ublaboo\DataGrid\Column\Action::setConfirm(some mixed thing) -> ::setConfirmation(IConfirmation $confirmation)
      • There are 2 IConfirmation implementations: StringConfirmation and CallbackConfirmation
  • Names of template variables changed from snake_case to camelCase:
    • $columns_visibility -> $columnsVisibility
    • $original_template -> $originalTemplate
    • etc ...
  • Changed method parameter:
    • Ublaboo\DataGrid\Column\Column::setSort(array $sort) -> ::setSort(string $sort) (Before: ['status' => 'ASC'], after: 'ASC')
  • Dropped coffescritpt/sass assets -> using only JS/CSS assets now

v5.7.2

23 Apr 17:55
Compare
Choose a tag to compare

Bump! ⌛️

Diff: v5.7.1...v5.7.2

Changes:

  • Handle the invalid date values in the date and date range filters (@petaak )
  • Add check for __toString() in array row value (@Rixafy )
  • Added method ::getOptions() for FilterSelect and FilterMultiSelect (@stanislav-janu )

v5.7.1

28 Feb 15:21
Compare
Choose a tag to compare

Bump! ⌛️

Diff: v5.7.0...v5.7.1

Changes:

  • Added support for Export button confirm dialog (@Arziel)
  • Bump 5.7.0 NPM package
  • DoctrineDataSource - clean DQL orderBy (@JKoty)
  • Bootstrap 4 calendar icon (@radekdostal) [#706]
  • Repair paginator (@romanmatyus) [#645]
  • NextrasDataSource - fix multiselect (@martenb) [#653]
  • DoctrineCollectionDataSource - protectec properties [#672]
  • Bugfix: throwing exception on null parent. [#721]
  • Datagrid: setDataSource - allow NextrasDataSource [#737]