Releases: winternet-studio/yii2-libs
Releases · winternet-studio/yii2-libs
Properly check session existence
v1.17.6 refactor: improve checking if session is available
Improve appJS.setTimeoutFocusDependent()
v1.17.5 refactor: update appJS.setTimeoutFocusDependent()
Handle invisible element when highlighting errors on a form
v1.17.4 fix: handle invisible element when highlighting errors on a form
Minor fix
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
BREAKING CHANGE: add option forActiveForm=true to existing calls to addModelResult()
Minor fix for JSON attributes
Do not convert null values to JSON string for JSON attributes
Added option to trigger change when setting input value
v1.17.0 setValue(): added option to trigger change event
Ensure array attributes are not logged as strings and are compared correctly
v1.16.6 Ensure array attributes are not logged as strings and are compared co…
Added logging of record attributes when it is deleted
v1.16.5 Added logging of record attributes when it is deleted
Bugfix on doAjax(), added option to set HTTP method
v1.16.4 Bugfix: correctly determine GET or POST in doAjax(), and added option…