bump ver 1.2.0

This commit is contained in:
vitalets 2012-12-05 14:14:40 +04:00
parent 308674a20d
commit 212d161f08
3 changed files with 5 additions and 4 deletions

@ -2,8 +2,9 @@ X-editable changelog
============================= =============================
Version 1.1.2 wip Version 1.2.0 wip
---------------------------- ----------------------------
[bug] fix typos (atrophic)
[enh] all callbacks scope changed to element (vitalets) [enh] all callbacks scope changed to element (vitalets)
[enh] new option 'cancelnochange' to cancel or submit value when it was not changed in form (vitalets) [enh] new option 'cancelnochange' to cancel or submit value when it was not changed in form (vitalets)
[enh] composite pk can be defined as JSON in data-pk attribute (vitalets) [enh] composite pk can be defined as JSON in data-pk attribute (vitalets)

@ -2,7 +2,7 @@
"name": "X-editable", "name": "X-editable",
"title": "X-editable", "title": "X-editable",
"description": "In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery", "description": "In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery",
"version": "1.1.1", "version": "1.2.0",
"homepage": "http://github.com/vitalets/x-editable", "homepage": "http://github.com/vitalets/x-editable",
"author": { "author": {
"name": "Vitaliy Potapov", "name": "Vitaliy Potapov",

@ -479,7 +479,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
@property scope @property scope
@type DOMElement|object @type DOMElement|object
@default null @default null
@since 1.1.2 @since 1.2.0
**/ **/
scope: null, scope: null,
/** /**
@ -488,7 +488,7 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
@property cancelnochange @property cancelnochange
@type boolean @type boolean
@default true @default true
@since 1.1.2 @since 1.2.0
**/ **/
cancelnochange: true cancelnochange: true
}; };