composite pk defined in data-pk attr

This commit is contained in:
vitalets
2012-12-04 18:21:18 +04:00
parent 4f5b5062b6
commit 6ff1364a86
3 changed files with 35 additions and 1 deletions

View File

@@ -4,7 +4,9 @@ X-editable changelog
Version 1.1.2 wip
----------------------------
[bug #34] inputclass span* broken with fluid layout. Changed to input-*. (vitalets)
[enh] composite pk can be defined as JSON in data-pk attribute (vitalets)
[enh #30] new option 'sourceCache' true|false to disable cache for select (vitalets)
[bug #34] inputclass span* broken with fluid bootstrap layout. Classes changed to 'input-*'. (vitalets)
[enh] utils now added to $.fn.editableutils instead of $.fn.editableform.utils (vitalets)
[enh] input types now added to $.fn.editabletypes instead of $.fn.editableform.types (vitalets)
[enh] playground and tests now use requirejs (vitalets)