allow getValue method to return value itself, not object, fix #259

This commit is contained in:
vitalets
2013-06-15 20:06:42 +04:00
parent 8287173d26
commit 90868b5bc1
3 changed files with 31 additions and 9 deletions

View File

@@ -3,6 +3,7 @@ X-editable changelog
Version 1.4.5 wip
----------------------------
[enh #259] allow `getValue` method to return value itself, not object (vitalets)
[enh] add `destroy` method to inputs (vitalets)
[enh #164] allow emptytext to be html (vitalets)
[enh #78] allow html in editable content (vitalets)