set ver 1.4.6
This commit is contained in:
parent
d2ea2e3b2a
commit
cc694b0f0d
@ -1,7 +1,7 @@
|
||||
X-editable changelog
|
||||
=============================
|
||||
|
||||
Version 1.4.6 wip
|
||||
Version 1.4.6 Aug 8, 2013
|
||||
----------------------------
|
||||
[bug #312] can't apply selector more than once (vitalets)
|
||||
[enh #48] textarea: use `white-space: pre-wrap` instead of nl2br conversion (vitalets)
|
||||
|
@ -2,14 +2,14 @@
|
||||
<package >
|
||||
<metadata>
|
||||
<id>x-editable</id>
|
||||
<version>1.4.5</version>
|
||||
<version>1.4.6</version>
|
||||
<authors>Vitaliy Potapov</authors>
|
||||
<owners>Vitaliy Potapov</owners>
|
||||
<licenseUrl>https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT</licenseUrl>
|
||||
<projectUrl>http://vitalets.github.com/x-editable</projectUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery</description>
|
||||
<releaseNotes>Select2 with ajax source and more</releaseNotes>
|
||||
<releaseNotes>Smart popup ppositioning, HTML5 time input and more</releaseNotes>
|
||||
<copyright>Copyright 2012-2013</copyright>
|
||||
<tags>edit-in-place editable bootstrap jquery</tags>
|
||||
<dependencies>
|
||||
|
@ -17,8 +17,8 @@ bower install x-editable
|
||||
|
||||
### CDN
|
||||
````js
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.5/bootstrap-editable/css/bootstrap-editable.css" rel="stylesheet"/>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.5/bootstrap-editable/js/bootstrap-editable.min.js"></script>
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.6/bootstrap-editable/css/bootstrap-editable.css" rel="stylesheet"/>
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.4.6/bootstrap-editable/js/bootstrap-editable.min.js"></script>
|
||||
````
|
||||
|
||||
## Documentation
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "x-editable",
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"main": "dist/README.md",
|
||||
"ignore": [
|
||||
"*.*",
|
||||
|
Loading…
x
Reference in New Issue
Block a user