15
15
- [ Examples] ( #examples )
16
16
- [ Install and connect] ( #install-and-connect )
17
17
- [ uiScroll directive] ( #uiscroll-directive )
18
- - [ Parametrs ] ( #parametrs )
18
+ - [ Parameters ] ( #parameters )
19
19
- [ Datasource] ( #datasource )
20
20
- [ Adapter] ( #adapter )
21
21
- [ uiScrollViewport directive] ( #uiscrollviewport-directive )
@@ -142,8 +142,7 @@ Currently we have 2 regular modules which can be added to the angular-app you ar
142
142
- [ uiScrollTd directive] ( #uiscrollth-and-uiscrolltd-directives )
143
143
144
144
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)
147
146
148
147
149
148
-------------------
@@ -468,9 +467,13 @@ PR should include source code (./scr) changes, may include tests (./test) change
468
467
469
468
## Change log
470
469
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
+
471
474
### 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 ) .
474
477
475
478
### v1.6.0
476
479
* Introduced ES6 modules in the source codes.
@@ -501,7 +504,7 @@ PR should include source code (./scr) changes, may include tests (./test) change
501
504
### v1.4.0
502
505
* Migrated sources from CoffeeScript to ES6.
503
506
* Optimized scroll events handling, removed odd $digest cycles.
504
- * Examples (demo) refactoring .
507
+ * Refactored sample demos .
505
508
506
509
### v1.3.3
507
510
* 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
512
515
* Implemented the logic for adjustBuffer triggering during invisible items became visible.
513
516
514
517
### 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.
516
519
* Splitted test specifications.
517
520
* Updated dev-dependencies (package.json).
518
521
* Implemented append/prepend methods on the adapter.
0 commit comments