change input class to input-*, fixes #34

This commit is contained in:
vitalets
2012-12-04 17:45:50 +04:00
parent da89caf377
commit 242798ddd1
7 changed files with 17 additions and 12 deletions

View File

@@ -4,6 +4,7 @@ X-editable changelog
Version 1.1.2 wip
----------------------------
[bug #34] inputclass span* broken with fluid layout. 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)
@@ -65,4 +66,4 @@ Here list of differences to help you to upgrade your application:
[change] date and dateui specific options can be set only via 'datepicker' option in first level of config (previously it was possible to set some options directly in config, e.g. weekStart).
[change] if 'url' option defined as function - it is used as submit method instead of ajax (previously it was dynamically return url string and ajax occured anyway)
Also all known bugs of bootstrap-editable were closed.
Also all known bugs of bootstrap-editable were closed.