Skip to content

Commit 93f5ad6

Browse files
committed
1.7.0 release
1 parent a09a2df commit 93f5ad6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ Pull Rerquest should include source code (./scr) changes, may include tests (./t
479479
* Refactored tests (removed timeouts, added helpers).
480480
* Added ~50 new tests.
481481
* Fixed a number of issues and other improvements.
482+
* Removed Grunt from the build stack, now Webpack is the only build tool.
482483

483484
### v1.6.2
484485
* Added bottomVisible, bottomVisibleElement and bottomVisibleScope properties to the Adapter.

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

0 commit comments

Comments
 (0)