Skip to content

Commit bca8e27

Browse files
committed
v1.4.1 release
1 parent b6b9814 commit bca8e27

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff 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

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

0 commit comments

Comments
 (0)