@@ -312,7 +312,7 @@ The uiScrollViewport directive marks a particular element as viewport for the ui
312
312
If no parent of the uiScroll directive is marked with uiScrollViewport directive,
313
313
the browser window object will be used as viewport.
314
314
315
- ###Usage
315
+ ### Usage
316
316
317
317
``` html
318
318
<ANY ui-scroll-viewport >
@@ -455,73 +455,73 @@ PR should include source code (./scr) changes, may include tests (./test) change
455
455
456
456
## Change log
457
457
458
- ###v1.6.1
458
+ ### v1.6.1
459
459
* Refactored Adapter assignments logic
460
460
* Fixed Chrome Scroll Anchoring enforced feature [ bug] ( https://github.com/angular-ui/ui-scroll/issues/138 )
461
461
462
- ###v1.6.0
462
+ ### v1.6.0
463
463
* Introduced ES6 modules in the source codes.
464
464
* Improved build process with Webpack.
465
465
* Added sourcemaps. Fixed dev-server.
466
466
* Removed 'ui.scroll.jqlite' module. Added jqLiteExtras service to 'ui.scroll' module.
467
467
* Significantly changed the README.
468
468
469
- ###v1.5.2
469
+ ### v1.5.2
470
470
* Refactored assignable expressions and attributes scope bindings.
471
471
* Added new demos and tests. Fixed IE compatibility.
472
472
473
- ###v1.5.1
473
+ ### v1.5.1
474
474
* Refactored adjustments during elements append/prepend.
475
475
* Bof/eof information is accessible out of the scroller.
476
476
477
- ###v1.5.0
477
+ ### v1.5.0
478
478
* Implemented uiScrollTh and uiScrollTd directives; uiScroll major refactoring.
479
479
* Added "disabled" property to the adapter object to ignore user's scroll events.
480
480
* Implemented "on controller" syntax to specify the scope where an adapter object has to be injected.
481
481
482
- ###v1.4.1
482
+ ### v1.4.1
483
483
* Developed a new complex approach of padding elements height calculation (see [ details] ( https://github.com/angular-ui/ui-scroll/pull/77 ) ).
484
484
* Added startIndex attribute.
485
485
* Changed clipTop/clipBottom methods logic.
486
486
* Some new demos, tests, cleanup and other minor refactoring.
487
487
488
- ###v1.4.0
488
+ ### v1.4.0
489
489
* Migrated sources from CoffeeScript to ES6.
490
490
* Optimized scroll events handling, removed odd $digest cycles.
491
491
* Examples (demo) refactoring.
492
492
493
- ###v1.3.3
493
+ ### v1.3.3
494
494
* Implemented new signature of the Datasource get(descriptor, success) method.
495
495
* Implemented new signature of the Adapter reload(startIndex) method.
496
496
* Changed the logic of scroll bar adjustment (minIndex, maxIndex).
497
497
498
- ###v1.3.2
498
+ ### v1.3.2
499
499
* Implemented the logic for adjustBuffer triggering during invisible items became visible.
500
500
501
- ###v1.3.1
501
+ ### v1.3.1
502
502
* Changed the logic of viewport scroll/padding recalculation (to solve the problem [ #8 ] ( https://github.com/angular-ui/ui-scroll/issues/8 ) ).
503
503
* Splitted test specifications.
504
504
* Updated dev-dependencies (package.json).
505
505
* Implemented append/prepend methods on the adapter.
506
506
507
- ###v1.3.0
507
+ ### v1.3.0
508
508
* Reorganized the repository structure.
509
509
510
- ###v1.2.1
510
+ ### v1.2.1
511
511
* Dismiss pending requests on applyUpdates().
512
512
513
- ###v1.2.0
513
+ ### v1.2.0
514
514
* Changed the algorithm of list items building.
515
515
* Integration with angular $animation.
516
516
* Insert/update/delete events are no longer supported.
517
517
518
- ###v1.1.2
518
+ ### v1.1.2
519
519
* Fixed inserting elements via applyUpdates error.
520
520
521
- ###v1.1.1
521
+ ### v1.1.1
522
522
* Fixed jqlite on $destroy error.
523
523
524
- ###v1.1.0
524
+ ### v1.1.0
525
525
* Introduced API to dynamically update scroller content.
526
526
* Deep 'name' properties access via dot-notation in template.
527
527
* Fixed the problem occurring if the scroller is $destroyed while there are requests pending: [ #64 ] ( https://github.com/Hill30/NGScroller/issues/64 ) .
0 commit comments