diff --git a/README.md b/README.md index c0ea451b..243b4084 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,11 @@ See [index.html](http://rawgithub.com/angular-ui/ui-scroll/master/demo/index.htm ###History +###v1.4.0 +* Migrated sources from CoffeeScript to ES6 +* Optimized scroll events handling, removed odd $digest cycles +* Examples (demo) refactoring + ###v1.3.3 * Implemented new signature of the Datasource get(descriptor, success) method. See the documentation. * Implemented new signature of the Adapter reload(startIndex) method. See the documentation. diff --git a/bower.json b/bower.json index e9cbedc4..d1e75a13 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-ui-scroll", - "version": "1.3.3", + "version": "1.4.0", "homepage": "https://github.com/angular-ui/ui-scroll.git", "description": "AngularJS infinite scrolling module", "main": "./dist/ui-scroll.js", diff --git a/package.json b/package.json index d7765ed4..097a4680 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "angular-ui-scroll", "description": "two way infinite scroll", - "version": "1.3.3", + "version": "1.4.0", "src": "./src/", "public": "./public/", "main": "./dist/ui-scroll.js",