Releases: schmunk42/yii2-giiant
Releases · schmunk42/yii2-giiant
1.0.0
What's Changed
- enable or disable model pluralization
- generate relation from current schema an configurable option
- fixes in relation provider for nullable relations (allowClear)
- enable or disable crud copy button
- add alternative method getCopyParams. Used if added to model to copy params
- Allow behaviors, rules, attributeLabels and attributeHints from parent AR Model
- render search view file only if needed
- fixes for access definitions
- removed deprecated functions
- fix tab title in form view
- fixes to support php 8 out-of-the-box
- optional scenarios for form, list, view, relation-view (other cruds)
- option to change max columns in index view via gridMaxColumns
- cleanup model and controller templates
- ensure everything is i18n'able
Full Changelog: 0.15.0-beta2...1.0.0
0.15.0-beta2
Merge pull request #294 from rhertogh/patch-5 Removed duplicate 'template' key
0.15.0-beta1
Merge pull request #292 from schmunk42/feature/wedding-2023-04 Feature/wedding 2023 04
0.14.0-beta1
What's Changed
- Allow configuration of ModelGenerator in BatchController by @rhertogh in #283
- Updated php-cs-fixer to version 3 by @rhertogh in #282
- Fix getting name attribute on cruds/view by @ioSeoGio in #284
- close all defined db connections on temp apps by @handcode in #285
- PHP 8.1 compatibility by @deolive in #286
- Merge parent rules to allow apply base rules by @eluhr in #287
New Contributors
Full Changelog: 0.13.0...0.14.0-beta1
0.13.0
0.13.0-beta2
Merge pull request #278 from uldisn/master For "updated gii JSON form config path creates two bugs #277"
0.13.0-beta1
Merge pull request #273 from schmunk42/feature/pivot-url-fix Fixed pivot url creating in crud view template