Skip to content

Commit

Permalink
Revert "Revert "v5.6.0""
Browse files Browse the repository at this point in the history
This reverts commit 3da8b62.
  • Loading branch information
Kris-B committed Apr 15, 2015
1 parent 3da8b62 commit 36e963c
Show file tree
Hide file tree
Showing 6 changed files with 183 additions and 48 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nanogallery",
"version": "5.5.4",
"version": "5.6.0",
"homepage": "http://nanogallery.brisbois.fr",
"authors": [
"Christophe Brisbois"
Expand Down
18 changes: 18 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ nanoGALLERY - jQuery plugin
ChangeLog
------

v5.6.0
------

##### New API method
- **setSelectMode**: Enter/leave the selection mode, and set the kind.
Possible values: true, false or can be a single kind : 'album' or 'image'.
`$('#yourElement').nanoGallery('setSelectMode', true|false|'album'|'image');`

##### New option
- **keepSelection**: do not lose selection on navigation .
*boolean; Default: false*

##### Misc
- changed the touch swipe sensibility on gallery

**Many thanks to Raphaël Renaudon (https://github.com/sevarg) for his contribution.**


v5.5.4
------

Expand Down
12 changes: 6 additions & 6 deletions dist/jquery.nanogallery.min.js

Large diffs are not rendered by default.

174 changes: 136 additions & 38 deletions jquery.nanogallery.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nanogallery.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"touchscreen",
"RTL"
],
"version": "5.5.4",
"version": "5.6.0",
"author": {
"name": "Kris_B",
"url": "http://www.brisbois.fr"
Expand Down
23 changes: 21 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"name": "nanogallery",
"version": "5.5.4",
"version": "5.6.0",
"homepage": "http://nanogallery.brisbois.fr",
"author": "Christophe Brisbois <[email protected]>",
"description": "image gallery simplified - jQuery plugin",
"main": "dist/jquery.nanogallery.min.js",
"scripts": {
Expand All @@ -24,7 +26,24 @@
"RTL",
"jquery-plugin"
],
"author": "Christophe Brisbois",
"contributors": [
{
"name": "Alessandro Rossi (AlexRed)",
"email": "[email protected]"
},
{
"name": "Giovanni Chiodi",
"email": "[email protected]"
},
{
"name": "antonio r. (grief-of-these-days)",
"email": ""
},
{
"name": "Raphaël Renaudon",
"email": ""
}
],
"license": "CC BY-NC 3.0",
"devDependencies": {
"grunt": "^0.4.5",
Expand Down

0 comments on commit 36e963c

Please sign in to comment.