File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -210,14 +210,20 @@ To run the examples use this [link](http://rawgithub.com/angular-ui/ui-scroll/ma
210210
211211###History
212212
213+ ###v1.4.1
214+ * Developed a new complex approach of paddings elements height calculation (see [ details] ( https://github.com/angular-ui/ui-scroll/pull/77 ) ).
215+ * Added startIndex attribute.
216+ * Changed clipTop/clipBottom methods logic.
217+ * Some new demos, tests, cleanup and other minor refactoring.
218+
213219###v1.4.0
214- * Migrated sources from CoffeeScript to ES6
215- * Optimized scroll events handling, removed odd $digest cycles
216- * Examples (demo) refactoring
220+ * Migrated sources from CoffeeScript to ES6.
221+ * Optimized scroll events handling, removed odd $digest cycles.
222+ * Examples (demo) refactoring.
217223
218224###v1.3.3
219- * Implemented new signature of the Datasource get(descriptor, success) method. See the documentation.
220- * Implemented new signature of the Adapter reload(startIndex) method. See the documentation.
225+ * Implemented new signature of the Datasource get(descriptor, success) method.
226+ * Implemented new signature of the Adapter reload(startIndex) method.
221227* Changed the logic of scroll bar adjustment (minIndex, maxIndex).
222228
223229###v1.3.2
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-ui-scroll" ,
3- "version" : " 1.4.0 " ,
3+ "version" : " 1.4.1 " ,
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.4.0 " ,
4+ "version" : " 1.4.1 " ,
55 "src" : " ./src/" ,
66 "public" : " ./public/" ,
77 "main" : " ./dist/ui-scroll.js" ,
You can’t perform that action at this time.
0 commit comments