Releases: mvccore/ext-controller-datagrid
Releases · mvccore/ext-controller-datagrid
MvcCore - Extension - Controller - DataGrid - v5.2.13
New
- Initializing model class for url completing without grid full initialization.
- Change in PHP Docs in config column class, added
array
type for propertiesheadingName
,title
andurlName
.
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
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
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
MvcCore - Extension - Controller - DataGrid - v5.2.9
Fixed
- PHP 8.3 compatibility - deprecated
get_class()
without argument.
MvcCore - Extension - Controller - DataGrid - v5.2.8
New
- Improved serialization with optional
igbinary
extension.
Updated
- Dependencies
mvccore/mvccore
andmvccore/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
New
- Refresh button in bottom panel in extended AgGrid.
MvcCore - Extension - Controller - DataGrid - v5.2.6
New
- Columns translation improvements.
MvcCore - Extension - Controller - DataGrid - v5.2.5
Fixed
- Not nullable column type parsing.
New
- Column types enum class - for advanced type definitions.
MvcCore - Extension - Controller - DataGrid - v5.2.4
New
- Added columns configuration to always send column data in AJAX response.