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
144144Also 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.
0 commit comments