diff options
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,21 +1,22 @@ Version 3.3.1 XXX XX, 2016 +BUG: Issue #540 - Fix TActiveFileUpload on IE11 (ctrlaltca) +BUG: Issue #574 - Fix TActiveCustomValidator validation after error (ctrlaltca) +BUG: Issue #582 - Prado autoloader breaks class_exists conditionals (ctrlaltca) BUG: TJuiAutoComplete: fix parsing of suggestions (ctrlaltca) BUG: Fix callback for controls with PostState=false (ctrlaltca) BUG: Fix stopping even propagation on javascript events (ctrlaltca) -BUG: Issue #574 - Fix TActiveCustomValidator validation after error (ctrlaltca) BUG: Fix callback loading for dynamically created JuiControls (ctrlaltca) BUG: Fix ClientSide.RequestTimeOut on active controls (ctrlaltca) BUG: Fix error reporting for not-existing property set on TJuiControl (ctrlaltca) BUG: TJuiDialog: avoid "cannot call methods on dialog prior to initialization" error (ctrlaltca) -BUG: Issue #540 - Fix TActiveFileUpload on IE11 (ctrlaltca) +BUG: Fix callback update of TActiveCheckBoxList when initially empty (LCSKJ) +ENH: Issue #562 - Added TClientStyleSheet::PradoStyles (ctrlaltca) ENH: Issue #569 - Improved TJavascriptLogger / browser console logging of errors (ctrlaltca) ENH: Applied some misc optimizations to class serialization (ctrlaltca) ENH: Intercept fatal errors using register_shutdown_function (ctrlaltca) ENH: Activecontrols: avoid updating client side if the value didn't change (ctrlaltca) ENH: Added TReCaptcha2 / TReCaptcha2Validator (camilohaze) -BUG: Fix callback update of TActiveCheckBoxList when initially empty (LCSKJ) -ENH: Issue #562 - Added TClientStyleSheet::PradoStyles (ctrlaltca) Version 3.3.0 February 15, 2016 |