url param for testing with different version jquery

This commit is contained in:
vitalets
2012-12-06 13:02:36 +04:00
parent a33c337567
commit 9d7b75d3d5
10 changed files with 50 additions and 11598 deletions

View File

@@ -4,6 +4,8 @@ X-editable changelog
Version 1.2.0 wip
----------------------------
[enh] added url param 'jquery' to run tests in different versions of jquery, e.g. '&jquery=1.7.1' (vitalets)
[enh] 'enablefocus' option removed. More efficient to use 'save/hide' events to set focus to any element (vitalets)
[enh] 'init' event was added due to removal of render event (vitalets)
[enh] 'render' event was removed, use 'display' callback instead (vitalets)
[enh] 'checklist' submit value as array, not comma separated string (vitalets)