Skip to content

Commit e81eb42

Browse files
committed
v1.4.0 release
1 parent cc63e68 commit e81eb42

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,11 @@ See [index.html](http://rawgithub.com/angular-ui/ui-scroll/master/demo/index.htm
210210

211211
###History
212212

213+
###v1.4.0
214+
* Migrated sources from CoffeeScript to ES6
215+
* Optimized scroll events handling, removed odd $digest cycles
216+
* Examples (demo) refactoring
217+
213218
###v1.3.3
214219
* Implemented new signature of the Datasource get(descriptor, success) method. See the documentation.
215220
* Implemented new signature of the Adapter reload(startIndex) method. See the documentation.

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

0 commit comments

Comments
 (0)