Skip to content

Commit 0ff3773

Browse files
committed
v1.8.2
1 parent f6dd446 commit 0ff3773

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,9 @@ Pull Request should include source code (./scr) changes, may include tests (./te
479479

480480
## Change log
481481

482+
### v1.8.2
483+
* Fixed edge cases when removing items.
484+
482485
### v1.8.1
483486
* Removed deprecated bind/unbind methods.
484487

bower.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": "AngularJS infinite scrolling module",
4-
"version": "1.8.1",
4+
"version": "1.8.2",
55
"main": "./dist/ui-scroll.js",
66
"homepage": "https://github.com/angular-ui/ui-scroll.git",
77
"license": "MIT",

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": "AngularJS virtual scrolling module",
4-
"version": "1.8.1",
4+
"version": "1.8.2",
55
"src": "./src/",
66
"public": "./dist/",
77
"main": "./dist/ui-scroll.js",

0 commit comments

Comments
 (0)