Skip to content

Commit

Permalink
v1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilt committed Apr 4, 2016
1 parent cc63e68 commit e81eb42
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e81eb42

Please sign in to comment.