Skip to content

Releases: schmunk42/yii2-giiant

1.0.0

26 Mar 13:21
c24c2c0
Compare
Choose a tag to compare

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

27 Jun 11:40
0b063fd
Compare
Choose a tag to compare
Merge pull request #294 from rhertogh/patch-5

Removed duplicate 'template' key

0.15.0-beta1

12 Apr 14:08
eb31a95
Compare
Choose a tag to compare
Merge pull request #292 from schmunk42/feature/wedding-2023-04

Feature/wedding 2023 04

0.14.0-beta1

16 Dec 15:28
1e6f16a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.13.0...0.14.0-beta1

0.13.0

19 Aug 14:36
c18c83f
Compare
Choose a tag to compare
updated constraint

0.13.0-beta2

03 Feb 08:34
7ab6a28
Compare
Choose a tag to compare
Merge pull request #278 from uldisn/master

For "updated gii JSON form config path creates two bugs #277"

0.13.0-beta1

08 Sep 07:04
da489d0
Compare
Choose a tag to compare
Merge pull request #273 from schmunk42/feature/pivot-url-fix

Fixed pivot url creating in crud view template

0.12.0

20 Apr 09:36
1439214
Compare
Choose a tag to compare
Merge pull request #268 from rhertogh/support_for_modelGenerateJuncti…

…onRelationMode

Support for modelGenerateJunctionRelationMode

0.11.2

05 Nov 13:11
c1c3a3a
Compare
Choose a tag to compare
Merge pull request #261 from handcode/master

make creation of the class name between model and crud generator consistent

0.11.1

01 Aug 12:12
cfde783
Compare
Choose a tag to compare
Merge pull request #260 from liasica/master

Support custome TimestampBehavior