Skip to content

Releases: winternet-studio/yii2-libs

Properly check session existence

21 Sep 13:58
Compare
Choose a tag to compare
v1.17.6

refactor: improve checking if session is available

Improve appJS.setTimeoutFocusDependent()

10 Sep 12:28
Compare
Choose a tag to compare
v1.17.5

refactor: update appJS.setTimeoutFocusDependent()

Handle invisible element when highlighting errors on a form

01 Aug 08:54
Compare
Choose a tag to compare
v1.17.4

fix: handle invisible element when highlighting errors on a form

Minor fix

28 Jul 08:42
Compare
Choose a tag to compare
v1.17.3

refactor: default to using plain attribute name when adding model res…

Default to using plain attribute name when adding model result to result object

28 Jul 08:33
Compare
Choose a tag to compare

BREAKING CHANGE: add option forActiveForm=true to existing calls to addModelResult()

Minor fix for JSON attributes

12 Jul 18:15
Compare
Choose a tag to compare

Do not convert null values to JSON string for JSON attributes

Added option to trigger change when setting input value

01 Jun 14:31
Compare
Choose a tag to compare
v1.17.0

setValue(): added option to trigger change event

Ensure array attributes are not logged as strings and are compared correctly

05 May 08:07
Compare
Choose a tag to compare
v1.16.6

Ensure array attributes are not logged as strings and are compared co…

Added logging of record attributes when it is deleted

27 Apr 15:29
Compare
Choose a tag to compare
v1.16.5

Added logging of record attributes when it is deleted

Bugfix on doAjax(), added option to set HTTP method

27 Apr 14:20
Compare
Choose a tag to compare
v1.16.4

Bugfix: correctly determine GET or POST in doAjax(), and added option…