File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments