Skip to content

Commit

Permalink
update infos
Browse files Browse the repository at this point in the history
  • Loading branch information
Enrico Deleo authored and Enrico Deleo committed Jan 27, 2016
1 parent 03f6756 commit a50baf9
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
12 changes: 9 additions & 3 deletions README.md
Expand Up @@ -127,11 +127,17 @@ You can [see this plugin in action here][example].
[example]: http://enricodeleo.github.io/jqlouds/

## ToDo
- Introduce CSS3 animations with jQuery fallback
- SVG images with png fallback
- ?
:heavy_check_mark: Introduce CSS3 animations with jQuery.animate() fallback
:heavy_check_mark: Release on bower registry
:heavy_check_mark: Release on jQuery Plugins registry (until 0.2.3 since the registry is now deprecated)
:heavy_check_mark: Release on npm as per jQuery new policy
:heavy_multiplication_x: SVG images with png fallback
:heavy_multiplication_x: ? (__suggestion welcomed__)

## Release History
* __v1.0.0__ - 27/01/15
* check for 3D support and apply jQyery.animate() as a fallback if not supported
* bumped version to 1.0.0 on bower and jquery
* __v0.2.3-css3__ - 27/01/15
* alternative version that leverage __hardware acceleration__ via CSS3 and translate3d (see [the css3 branch](https://github.com/enricodeleo/jqlouds/tree/css3))
* __v0.2.3__ - 06/07/14
Expand Down
5 changes: 1 addition & 4 deletions bower.json
@@ -1,11 +1,8 @@
{
"name": "jqlouds",
"version": "0.2.3",
"version": "1.0.0",
"main": "dist/jquery.jqlouds.min.js",
"dependencies": {
"jquery": "~1.8"
},
"devDependencies": {
"jquery": "~1.8"
}
}
2 changes: 1 addition & 1 deletion jqlouds.jquery.json
Expand Up @@ -2,7 +2,7 @@
"name": "jqlouds",
"title": "jQlouds",
"description": "An awesome yet simple plugin for jquery that let's you create clouds on the fly.",
"version": "0.2.3",
"version": "1.0.0",
"homepage": "https://github.com/enricodeleo/jqlouds",
"author": {
"name": "Enrico Deleo",
Expand Down
8 changes: 6 additions & 2 deletions package.json
Expand Up @@ -3,18 +3,22 @@
"description": "jQlouds",
"version": "1.0.0",
"keywords": [
"jquery-plugin"
"jquery-plugin",
"ecosystem:jquery"
],
"homepage": "https://github.com/enricodeleo/jqlouds",
"author": {
"name": "Enrico Deleo",
"email": "enrico@lisergi.co",
"email": "hello@enricodeleo.com",
"url": "https://github.com/enricodeleo"
},
"repository": {
"type": "git",
"url": "https://github.com/enricodeleo/jqlouds.git"
},
"bugs": {
"url": "https://github.com/enricodeleo/jqlouds/issues"
},
"licenses": [
{
"type": "MIT"
Expand Down

0 comments on commit a50baf9

Please sign in to comment.