Skip to content

Commit d649c64

Browse files
committed
bumped version to 2.2.0
1 parent 49c5774 commit d649c64

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Changelog
22
=========
33

4+
## 2.2.0
5+
6+
* Improved documentation on delay and negativeMargin options
7+
* Added FAQ to support documentation
8+
* Added Wordpress cookbook
9+
* Fix: Maintain history state object when changing pages (longzheng)
10+
* Fix: no longer caching $itemsContainer (fixes #153)
11+
* Fix: really destroy instance on destroy method (fixes #160)
12+
* Fix: Replaced deprecated size() with .length (fixes #162)
13+
* Fix: Reworked binding and unbinding (fixes various issues with unbinding)
14+
* Fix: Bail out when device doesn't support onScroll event (like Opera Mini) (fixes #146 by fflewddur)
15+
* Added reinitialize method
16+
417
## 2.1.3
518

619
* Bug #152 Improve compatibility support when Prototype is used along with jQuery (antoinekociuba)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-ias",
3-
"version": "2.1.3",
3+
"version": "2.2.0",
44
"homepage": "http://infiniteajaxscroll.com",
55
"main": "src/jquery-ias.js",
66
"ignore": [

ias.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ias",
33
"title": "Infinite Ajax Scroll",
44
"description": "jQuery plugin that progressively enhances your server-side pagination",
5-
"version": "2.1.3",
5+
"version": "2.2.0",
66
"homepage": "http://infiniteajaxscroll.com",
77
"download": "http://infiniteajaxscroll.com/download.html",
88
"docs": "http://infiniteajaxscroll.com/docs/getting-started.html",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-ias",
33
"title": "Infinite Ajax Scroll",
4-
"version": "2.1.3",
4+
"version": "2.2.0",
55
"description": "A jQuery plugin that turns your server-side pagination into an infinite scrolling one using AJAX",
66
"homepage": "http://infiniteajaxscroll.com",
77
"main": "src/jquery-ias.js",

src/jquery-ias.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Infinite Ajax Scroll v2.1.3
2+
* Infinite Ajax Scroll v2.2.0
33
* A jQuery plugin for infinite scrolling
44
* http://infiniteajaxscroll.com
55
*

0 commit comments

Comments
 (0)