Releases: mvccore/ext-controller-datagrid
Releases · mvccore/ext-controller-datagrid
MvcCore - Extension - Controller - DataGrid - v5.3.8
MvcCore - Extension - Controller - DataGrid - v5.3.7
Fixed
- PHP 8.4 deprecated - typed function arguments with default
NULLvalue:SetGrid()with defaultNULLvalue without type.
MvcCore - Extension - Controller - DataGrid - v5.3.6
Fixed
- PHP 8.4 deprecated - typed function arguments with default
NULLvalue.
MvcCore - Extension - Controller - DataGrid - v5.3.5
Updated
- All PHP Docs types with
NULLchanged into?syntax.
MvcCore - Extension - Controller - DataGrid - v5.3.4
New
- New id column property detection in column configuration to complete row id on client side automatically.
MvcCore - Extension - Controller - DataGrid - v5.3.3
New
- New parsing for filtering and sorting.
MvcCore - Extension - Controller - DataGrid - v5.3.2
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
Tchar at the beginning.
MvcCore - Extension - Controller - DataGrid - v5.3.1
Fixed
- Cleaning base ASCII chars in filtering and sorting params.
MvcCore - Extension - Controller - DataGrid - v5.3.0
Added
"prefer-stable": trueintocomposer.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
New
- Initializing model class for url completing without grid full initialization.
- Change in PHP Docs in config column class, added
arraytype for propertiesheadingName,titleandurlName.
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