Skip to content

Commit 7dfcbe9

Browse files
committed
v1.6.3 release
1 parent 3fa28da commit 7dfcbe9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,9 @@ PR should include source code (./scr) changes, may include tests (./test) change
467467

468468
## Change log
469469

470+
### v1.6.3
471+
* Fixed digest already in progress issue.
472+
470473
### v1.6.2
471474
* Added bottomVisible, bottomVisibleElement and bottomVisibleScope properties to the Adapter.
472475
* Fixed some issues [149](https://github.com/angular-ui/ui-scroll/issues/149), [150](https://github.com/angular-ui/ui-scroll/issues/150), [151](https://github.com/angular-ui/ui-scroll/issues/151), [158](https://github.com/angular-ui/ui-scroll/issues/158), [159](https://github.com/angular-ui/ui-scroll/issues/159), [160](https://github.com/angular-ui/ui-scroll/issues/160), [163](https://github.com/angular-ui/ui-scroll/issues/163)

bower.json

+1-1
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.6.2",
4+
"version": "1.6.3",
55
"main": "./dist/ui-scroll.js",
66
"homepage": "https://github.com/angular-ui/ui-scroll.git",
77
"license": "MIT",

package.json

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

0 commit comments

Comments
 (0)