Skip to content

Releases: mvccore/ext-controller-datagrid

MvcCore - Extension - Controller - DataGrid - v5.3.8

12 Sep 13:32

Choose a tag to compare

Fixed

  • Scalar values filtering for columns with nullable types,
  • Column configuration with alwaysSend property always sent when idColumn is set to TRUE.

MvcCore - Extension - Controller - DataGrid - v5.3.7

10 Sep 08:21

Choose a tag to compare

Fixed

  • PHP 8.4 deprecated - typed function arguments with default NULL value:
    • SetGrid() with default NULL value without type.

MvcCore - Extension - Controller - DataGrid - v5.3.6

08 Sep 06:33

Choose a tag to compare

Fixed

  • PHP 8.4 deprecated - typed function arguments with default NULL value.

MvcCore - Extension - Controller - DataGrid - v5.3.5

01 Sep 16:44

Choose a tag to compare

Updated

  • All PHP Docs types with NULL changed into ? syntax.

MvcCore - Extension - Controller - DataGrid - v5.3.4

18 Aug 21:15

Choose a tag to compare

New

  • New id column property detection in column configuration to complete row id on client side automatically.

MvcCore - Extension - Controller - DataGrid - v5.3.3

06 Aug 14:17

Choose a tag to compare

New

  • New parsing for filtering and sorting.

MvcCore - Extension - Controller - DataGrid - v5.3.2

26 Jun 16:10

Choose a tag to compare

Fixed

  • PHP <= 5.6 compatibility,
  • PHPDocs.

New

  • Staticly created grid in different controller is not added into child controllers do dispatch,
  • added css classes to bottom buttons for other themes.

Changed

  • Model traits, filter form traits and reverse helper renamed with T char at the beginning.

MvcCore - Extension - Controller - DataGrid - v5.3.1

16 Dec 14:23

Choose a tag to compare

Fixed

  • Cleaning base ASCII chars in filtering and sorting params.

MvcCore - Extension - Controller - DataGrid - v5.3.0

21 Nov 15:59

Choose a tag to compare

Added

  • "prefer-stable": true into composer.json.

Updated

  • Compatibility with new route url completition and new view
    rendering in MvcCore v5.3.

Removed

  • View condition for filter form - it's contained already in view method.

MvcCore - Extension - Controller - DataGrid - v5.2.13

21 Aug 08:27

Choose a tag to compare

New

  • Initializing model class for url completing without grid full initialization.
  • Change in PHP Docs in config column class, added array type for properties headingName, title and urlName.

Fixed

  • Columns reordering by reindexing columns sequentially without configuration sequence holes.

Changed

  • Columns TypeScript development interface rendering moved into grid rendering moment.
  • Changed dispatch constants to late static binding static::.

Full Changelog: v5.2.12...v5.2.13