Skip to content

Commit 1667d49

Browse files
committed
v1.7.6 release
1 parent 353a2d1 commit 1667d49

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
@@ -477,6 +477,9 @@ Pull Rerquest should include source code (./scr) changes, may include tests (./t
477477

478478
## Change log
479479

480+
### v1.7.6
481+
* Added immutableTop option for applyUpdates and prepend Adapter methods.
482+
480483
### v1.7.5
481484
* Added bufferFirst, bufferLast, bufferLength read-only properties to the Adapter.
482485
* Fixed reload unsubscribe issue [226](https://github.com/angular-ui/ui-scroll/issues/226).

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.7.5",
4+
"version": "1.7.6",
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 infinite scrolling module",
4-
"version": "1.7.5",
4+
"version": "1.7.6",
55
"src": "./src/",
66
"public": "./dist/",
77
"main": "./dist/ui-scroll.js",

0 commit comments

Comments
 (0)