Skip to content

3.3.1

Compare
Choose a tag to compare
@nadar nadar released this 17 Jun 08:50
· 355 commits to master since this release

3.3.1 (17. June 2020)

  • #497 Do not render the dropdown values in luyaSelect until the dropdown is expanded.
  • #519 Use @method PhpDoc to override Yii Framework defined actions in actions() method, otherwise those will always have the same Summary and Description Text in the OpenApi file.
  • #517 Fix problem with OpenApi generator URL tokens like <identifier:[a-z0-9]+> which are now rendered correctly as <identifier>
  • #515 If property luya\admin\ngrest\base\Api::$filterSearchModelClass is defined, the filter model will be taken into account for filter request param.
  • #511 Fixed a bug where OpenApi IndexAction should return an array instead of an object.
  • #512 Fixed a bug with multiple input types and zaaLink directives (none unique elements).
  • #510 Fixed regression from issue #459 regarding user change history active window.