Skip to content

Commit 744de70

Browse files
committed
v1.5.1 release data
1 parent 72282c7 commit 744de70

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,10 @@ To run the examples use this [link](http://rawgithub.com/angular-ui/ui-scroll/ma
268268

269269
###History
270270

271+
###v1.5.1
272+
* Refactored adjustments during elements append/prepend.
273+
* Bof/eof information is accessible out of the scroller.
274+
271275
###v1.5.0
272276
* Implemented uiScrollTh and uiScrollTd directives; uiScroll major refactoring.
273277
* Added "disabled" property to the adapter object to ignore user's scroll events.

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.5.0",
3+
"version": "1.5.1",
44
"homepage": "https://github.com/angular-ui/ui-scroll.git",
55
"description": "AngularJS infinite scrolling module",
66
"main": "./dist/ui-scroll.js",

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.5.0",
4+
"version": "1.5.1",
55
"src": "./src/",
66
"public": "./public/",
77
"main": "./dist/ui-scroll.js",

0 commit comments

Comments
 (0)