bump ver 1.4.5
This commit is contained in:
parent
89cccbb860
commit
c6cc86e238
@ -2,14 +2,14 @@
|
|||||||
<package >
|
<package >
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>x-editable</id>
|
<id>x-editable</id>
|
||||||
<version>1.4.4</version>
|
<version>1.4.5</version>
|
||||||
<authors>Vitaliy Potapov</authors>
|
<authors>Vitaliy Potapov</authors>
|
||||||
<owners>Vitaliy Potapov</owners>
|
<owners>Vitaliy Potapov</owners>
|
||||||
<licenseUrl>https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT</licenseUrl>
|
<licenseUrl>https://github.com/vitalets/x-editable/blob/master/LICENSE-MIT</licenseUrl>
|
||||||
<projectUrl>http://vitalets.github.com/x-editable</projectUrl>
|
<projectUrl>http://vitalets.github.com/x-editable</projectUrl>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<description>In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery</description>
|
<description>In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery</description>
|
||||||
<releaseNotes>Bootstrap datetimepicker and more</releaseNotes>
|
<releaseNotes>Select2 with ajax source and more</releaseNotes>
|
||||||
<copyright>Copyright 2012-2013</copyright>
|
<copyright>Copyright 2012-2013</copyright>
|
||||||
<tags>edit-in-place editable bootstrap jquery</tags>
|
<tags>edit-in-place editable bootstrap jquery</tags>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
35
README.md
35
README.md
@ -1,16 +1,35 @@
|
|||||||
# X-editable
|
# X-editable
|
||||||
|
|
||||||
In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery.
|
In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery.
|
||||||
It is a new life of [bootstrap-editable plugin](http://github.com/vitalets/bootstrap-editable) that was strongly refactored and improved.
|
|
||||||
|
|
||||||
## Demo + Docs + Download
|
## Live demo
|
||||||
See **http://vitalets.github.com/x-editable**
|
**http://vitalets.github.io/x-editable/demo.html**
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
### Manual download
|
||||||
|
Use **http://vitalets.github.io/x-editable**
|
||||||
|
|
||||||
|
### Bower
|
||||||
|
````
|
||||||
|
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>
|
||||||
|
````
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
**http://vitalets.github.io/x-editable**
|
||||||
|
|
||||||
|
|
||||||
## Reporting issues
|
## Reporting issues
|
||||||
When creating issues please provide [jsFiddle](http://jsfiddle.net) example. You can easily fork one of **jsFiddle templates**:
|
When creating issues please provide [jsFiddle](http://jsfiddle.net) example. You can easily fork one of following:
|
||||||
1. [bootstrap fiddle](http://jsfiddle.net/xBB5x/195)
|
1. [jsFiddle bootstrap template](http://jsfiddle.net/xBB5x/195)
|
||||||
2. [jqueryui fiddle](http://jsfiddle.net/xBB5x/196)
|
2. [jsFiddle jqueryui template](http://jsfiddle.net/xBB5x/196)
|
||||||
3. [jquery fiddle](http://jsfiddle.net/xBB5x/197)
|
3. [jsFiddle jquery template](http://jsfiddle.net/xBB5x/197)
|
||||||
Your feedback is very appreciated!
|
Your feedback is very appreciated!
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
@ -68,4 +87,4 @@ Thanks for your support!
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
Copyright (c) 2012 Vitaliy Potapov
|
Copyright (c) 2012 Vitaliy Potapov
|
||||||
Licensed under the MIT licenses.
|
Licensed under the MIT license.
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "x-editable",
|
"name": "x-editable",
|
||||||
"version": "1.4.4",
|
"version": "1.4.5",
|
||||||
"main": "dist/README.md",
|
"main": "dist/README.md",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"*.*",
|
"*.*",
|
||||||
|
@ -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.4.4",
|
"version": "1.4.5",
|
||||||
"homepage": "http://github.com/vitalets/x-editable",
|
"homepage": "http://github.com/vitalets/x-editable",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Vitaliy Potapov",
|
"name": "Vitaliy Potapov",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user