Skip to content

Commit 1614535

Browse files
committed
v1.6.2 release
1 parent be8d411 commit 1614535

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- [Examples](#examples)
1616
- [Install and connect](#install-and-connect)
1717
- [uiScroll directive](#uiscroll-directive)
18-
- [Parametrs](#parametrs)
18+
- [Parameters](#parameters)
1919
- [Datasource](#datasource)
2020
- [Adapter](#adapter)
2121
- [uiScrollViewport directive](#uiscrollviewport-directive)
@@ -142,8 +142,7 @@ Currently we have 2 regular modules which can be added to the angular-app you ar
142142
- [uiScrollTd directive](#uiscrollth-and-uiscrolltd-directives)
143143

144144
Also there is one more additional module in a separate file
145-
- __ui.scroll.jqlite__ module
146-
It is empty since it was deprecated in v1.6.0.
145+
- __ui.scroll.jqlite__ module (it is empty since it was deprecated in v1.6.0)
147146

148147

149148
-------------------
@@ -468,9 +467,13 @@ PR should include source code (./scr) changes, may include tests (./test) change
468467

469468
## Change log
470469

470+
### v1.6.2
471+
* Added bottomVisible, bottomVisibleElement and bottomVisibleScope properties to the Adapter.
472+
* Fixed some issues [149](https://github.com/angular-ui/ui-scroll/issues/149), [150](https://github.com/angular-ui/ui-scroll/issues/150), [151](https://github.com/angular-ui/ui-scroll/issues/151), [158](https://github.com/angular-ui/ui-scroll/issues/158), [159](https://github.com/angular-ui/ui-scroll/issues/159), [160](https://github.com/angular-ui/ui-scroll/issues/160), [163](https://github.com/angular-ui/ui-scroll/issues/163)
473+
471474
### v1.6.1
472-
* Refactored Adapter assignments logic
473-
* Fixed Chrome Scroll Anchoring enforced feature [bug](https://github.com/angular-ui/ui-scroll/issues/138)
475+
* Refactored Adapter assignments logic.
476+
* Fixed Chrome Scroll Anchoring enforced feature [bug](https://github.com/angular-ui/ui-scroll/issues/138).
474477

475478
### v1.6.0
476479
* Introduced ES6 modules in the source codes.
@@ -501,7 +504,7 @@ PR should include source code (./scr) changes, may include tests (./test) change
501504
### v1.4.0
502505
* Migrated sources from CoffeeScript to ES6.
503506
* Optimized scroll events handling, removed odd $digest cycles.
504-
* Examples (demo) refactoring.
507+
* Refactored sample demos.
505508

506509
### v1.3.3
507510
* Implemented new signature of the Datasource get(descriptor, success) method.
@@ -512,7 +515,7 @@ PR should include source code (./scr) changes, may include tests (./test) change
512515
* Implemented the logic for adjustBuffer triggering during invisible items became visible.
513516

514517
### v1.3.1
515-
* Changed the logic of viewport scroll/padding recalculation (to solve the problem [#8](https://github.com/angular-ui/ui-scroll/issues/8)).
518+
* Changed the logic of viewport scroll/padding recalculation.
516519
* Splitted test specifications.
517520
* Updated dev-dependencies (package.json).
518521
* Implemented append/prepend methods on the adapter.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-ui-scroll",
33
"description": "AngularJS infinite scrolling module",
4-
"version": "1.6.1",
4+
"version": "1.6.2",
55
"main": "./dist/ui-scroll.js",
66
"homepage": "https://github.com/angular-ui/ui-scroll.git",
77
"license": "MIT",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-ui-scroll",
33
"description": "AngularJS infinite scrolling module",
4-
"version": "1.6.1",
4+
"version": "1.6.2",
55
"src": "./src/",
66
"public": "./dist/",
77
"main": "./dist/ui-scroll.js",

0 commit comments

Comments
 (0)