Skip to content

Commit

Permalink
Updated json and readme for v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymun committed Jun 14, 2015
1 parent 5c0d594 commit 8647e53
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,6 @@ Since Paver is provided as-is and free-of-charge, I am sorry to inform you that
| 1.0.0 | Official release |
| 1.1.0 | <p>**Code optimization**: Stored global variables and checks within the `global` variable, removed the need to pass them to individual plugin instances.</p><p>**Bug fix**:</p><ul><li>Minor fix for setTimeout and clearTimeout for scroller persistence</li><li>Added missing module of handling responsiveness of panorama when viewport is too wide</li></ul> |
| 1.2.0 | <p>**Better demo pages**: Demo pages have been restyled (slightly) and with navigation added.</p><p>**Feature addition**: Now you can [declare custom smoothing functions](http://terrymun.github.io/paver/demo/usage-notes.html#custom-smoothing-function). Appropriate documentations have been added/updated to reflec this new feature&mdash;and the smoothing functions documentation now comes with beautiful [d3.js](http://d3js.org/) powered graphs, and [MathJax](https://www.mathjax.org/) powered equations.</p> |
| 1.2.1 | <p>**Bug fix**: Last known panned position not recorded properly, and buggy horizontal panning due to accidental use of `parseInt()`.</p>
| 1.2.1 | <p>**Bug fix**: Last known panned position not recorded properly, and buggy horizontal panning due to accidental use of `parseInt()`.
</p> |
| 1.2.2 | <p>**Bug fix**: Fixed order of script blocks so that functions call will not be undefined in Safari.</p> |
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paver",
"version": "1.2.1",
"description": "A minimal panorama/image viewer replicating the effect seen in Facebook Pages app.",
"version": "1.2.2",
"homepage": "https://github.com/terrymun/paver",
"main": [
"./jquery.paver.js",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "paver",
"repo": "terrymun/paver",
"description": "A minimal panorama/image viewer replicating the effect seen in Facebook Pages app.",
"version": "1.2.1",
"version": "1.2.2",
"scripts": [
"./jquery.paver.js",
"./jqueyr.paver.min.js"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paver",
"filename": "jquery.paver.min.js",
"version": "1.2.1",
"version": "1.2.2",
"description": "A minimal panorama/image viewer replicating the effect seen in Facebook Pages app.",
"homepage": "https://github.com/terrymun/paver",
"main": "jquery.paver.js",
Expand Down

0 comments on commit 8647e53

Please sign in to comment.