Skip to content

Commit aa31522

Browse files
Version bump to 2.0.3
1 parent 1b0520f commit aa31522

File tree

11 files changed

+18
-10
lines changed

11 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v2.0.3
4+
5+
- Add "unsticky" function for sticky shortcut. (Issue #130)
6+
- Exit early from Infinite shortcut if no "more" link exists. (Issue #140)
7+
- Delay height evaluation of sticky shortcut wrapper. (Issue #151)
8+
- Fix errors with Infinite shortcut's parsing of HTML with jQuery 1.9+. (Issue #163)
9+
10+
311
## v2.0.2
412

513
- Add AMD support. (Issue #116)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-waypoints",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"author": "Caleb Troughton <[email protected]>",
55
"description": "A jQuery plugin that makes it easy to execute a function whenever you scroll to an element.",
66
"repository": {

shortcuts/infinite-scroll/waypoints-infinite.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###
2-
Infinite Scroll Shortcut for jQuery Waypoints - v2.0.2
2+
Infinite Scroll Shortcut for jQuery Waypoints - v2.0.3
33
Copyright (c) 2011-2013 Caleb Troughton
44
Dual licensed under the MIT license and GPL license.
55
https://github.com/imakewebthings/jquery-waypoints/blob/master/licenses.txt

shortcuts/infinite-scroll/waypoints-infinite.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shortcuts/infinite-scroll/waypoints-infinite.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shortcuts/sticky-elements/waypoints-sticky.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###
2-
Sticky Elements Shortcut for jQuery Waypoints - v2.0.2
2+
Sticky Elements Shortcut for jQuery Waypoints - v2.0.3
33
Copyright (c) 2011-2013 Caleb Troughton
44
Dual licensed under the MIT license and GPL license.
55
https://github.com/imakewebthings/jquery-waypoints/blob/master/licenses.txt

shortcuts/sticky-elements/waypoints-sticky.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shortcuts/sticky-elements/waypoints-sticky.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

waypoints.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###
2-
jQuery Waypoints - v2.0.2
2+
jQuery Waypoints - v2.0.3
33
Copyright (c) 2011-2013 Caleb Troughton
44
Dual licensed under the MIT license and GPL license.
55
https://github.com/imakewebthings/jquery-waypoints/blob/master/licenses.txt

waypoints.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)