File tree 3 files changed +13
-7
lines changed
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
210
210
211
211
###History
212
212
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
+
213
219
###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.
217
223
218
224
###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.
221
227
* Changed the logic of scroll bar adjustment (minIndex, maxIndex).
222
228
223
229
###v1.3.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-ui-scroll" ,
3
- "version" : " 1.4.0 " ,
3
+ "version" : " 1.4.1 " ,
4
4
"homepage" : " https://github.com/angular-ui/ui-scroll.git" ,
5
5
"description" : " AngularJS infinite scrolling module" ,
6
6
"main" : " ./dist/ui-scroll.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-ui-scroll" ,
3
3
"description" : " two way infinite scroll" ,
4
- "version" : " 1.4.0 " ,
4
+ "version" : " 1.4.1 " ,
5
5
"src" : " ./src/" ,
6
6
"public" : " ./public/" ,
7
7
"main" : " ./dist/ui-scroll.js" ,
You can’t perform that action at this time.
0 commit comments