File tree Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
17
## 2.1.3
5
18
6
19
* Bug #152 Improve compatibility support when Prototype is used along with jQuery (antoinekociuba)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jquery-ias" ,
3
- "version" : " 2.1.3 " ,
3
+ "version" : " 2.2.0 " ,
4
4
"homepage" : " http://infiniteajaxscroll.com" ,
5
5
"main" : " src/jquery-ias.js" ,
6
6
"ignore" : [
Original file line number Diff line number Diff line change 2
2
"name" : " ias" ,
3
3
"title" : " Infinite Ajax Scroll" ,
4
4
"description" : " jQuery plugin that progressively enhances your server-side pagination" ,
5
- "version" : " 2.1.3 " ,
5
+ "version" : " 2.2.0 " ,
6
6
"homepage" : " http://infiniteajaxscroll.com" ,
7
7
"download" : " http://infiniteajaxscroll.com/download.html" ,
8
8
"docs" : " http://infiniteajaxscroll.com/docs/getting-started.html" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jquery-ias" ,
3
3
"title" : " Infinite Ajax Scroll" ,
4
- "version" : " 2.1.3 " ,
4
+ "version" : " 2.2.0 " ,
5
5
"description" : " A jQuery plugin that turns your server-side pagination into an infinite scrolling one using AJAX" ,
6
6
"homepage" : " http://infiniteajaxscroll.com" ,
7
7
"main" : " src/jquery-ias.js" ,
Original file line number Diff line number Diff line change 1
1
/**
2
- * Infinite Ajax Scroll v2.1.3
2
+ * Infinite Ajax Scroll v2.2.0
3
3
* A jQuery plugin for infinite scrolling
4
4
* http://infiniteajaxscroll.com
5
5
*
You can’t perform that action at this time.
0 commit comments