Skip to content

Commit dfbe139

Browse files
committed
v1.3.3 release + artifacts
1 parent 61866bc commit dfbe139

File tree

8 files changed

+12
-8
lines changed

8 files changed

+12
-8
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,13 @@ See [index.html](http://rawgithub.com/angular-ui/ui-scroll/master/demo/index.htm
203203

204204
###History
205205

206+
###v1.3.3
207+
* Implemented new version of gatasource.get(descriptor, success) method. See the documentation.
208+
* Implemented new version of reload(startIndex) method in the Adapter. See the documentation.
209+
* Changed the logic of scroll bar adjustment (minIndex, maxIndex).
210+
206211
###v1.3.2
207-
* Implemented logic for adjustBuffer triggering during invisible items became visible.
212+
* Implemented the logic for adjustBuffer triggering during invisible items became visible.
208213

209214
###v1.3.1
210215
* Changed the logic of viewport scroll/padding recalculation (to solve the problem [#8](https://github.com/angular-ui/ui-scroll/issues/8)).

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ui-scroll",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"homepage": "https://github.com/angular-ui/ui-scroll.git",
55
"description": "AngularJS infinite scrolling module",
66
"main": "./dist/ui-scroll.js",

dist/ui-scroll-jqlite.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-ui-scroll
33
* https://github.com/angular-ui/ui-scroll.git
4-
* Version: 1.3.2 -- 2016-02-24T13:47:28.522Z
4+
* Version: 1.3.3 -- 2016-03-02T14:02:47.867Z
55
* License: MIT
66
*/
77

dist/ui-scroll-jqlite.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.

dist/ui-scroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-ui-scroll
33
* https://github.com/angular-ui/ui-scroll.git
4-
* Version: 1.3.2 -- 2016-02-24T13:47:28.522Z
4+
* Version: 1.3.3 -- 2016-03-02T14:02:47.867Z
55
* License: MIT
66
*/
77

dist/ui-scroll.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-ui-scroll",
33
"description": "two way infinite scroll",
4-
"version": "1.3.2",
4+
"version": "1.3.3",
55
"src": "./src/",
66
"public": "./public/",
77
"main": "./dist/ui-scroll.js",

test.dat

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)