Skip to content

Releases: mvccore/ext-controller-datagrid

MvcCore - Extension - Controller - DataGrid - v5.2.13

21 Aug 08:27
Compare
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

MvcCore - Extension - Controller - DataGrid - v5.2.12

03 May 14:58
Compare
Choose a tag to compare

Added

  • Normalized composer.json description text.
  • Filter form redirection description.

Full Changelog: v5.2.11...v5.2.12

MvcCore - Extension - Controller - DataGrid - v5.2.11

14 Mar 14:01
Compare
Choose a tag to compare

Changed

  • Renamed internal actions.
  • Internal dispatching compatibility with MvcCore v5.2.33.

###Added

  • Grid debug url param Grid::URL_PARAM_DEBUG = 'grid-debug'.

Full Changelog: v5.2.10...v5.2.11

MvcCore - Extension - Controller - DataGrid - v5.2.10

19 Feb 16:01
Compare
Choose a tag to compare

Fixed

  • Column configuration when detecting date column in PHP 5.4.

Full Changelog: v5.2.9...v5.2.10

MvcCore - Extension - Controller - DataGrid - v5.2.9

12 Dec 13:26
Compare
Choose a tag to compare

Fixed

  • PHP 8.3 compatibility - deprecated get_class() without argument.

MvcCore - Extension - Controller - DataGrid - v5.2.8

03 Oct 11:57
Compare
Choose a tag to compare

New

  • Improved serialization with optional igbinary extension.

Updated

  • Dependencies mvccore/mvccore and mvccore/ext-model-db updated to newest versions.

Fixed

  • Wrong PHP Doc tag @inheritDocs changed to proper form @inheritDoc.

MvcCore - Extension - Controller - DataGrid - v5.2.7

25 Sep 15:07
Compare
Choose a tag to compare

New

  • Refresh button in bottom panel in extended AgGrid.

MvcCore - Extension - Controller - DataGrid - v5.2.6

22 Sep 03:25
Compare
Choose a tag to compare

New

  • Columns translation improvements.

MvcCore - Extension - Controller - DataGrid - v5.2.5

05 Jun 16:24
Compare
Choose a tag to compare

Fixed

  • Not nullable column type parsing.

New

  • Column types enum class - for advanced type definitions.

MvcCore - Extension - Controller - DataGrid - v5.2.4

01 Jun 07:49
Compare
Choose a tag to compare

New

  • Added columns configuration to always send column data in AJAX response.