@@ -312,7 +312,7 @@ The uiScrollViewport directive marks a particular element as viewport for the ui
312312If no parent of the uiScroll directive is marked with uiScrollViewport directive,
313313the browser window object will be used as viewport.
314314
315- ###Usage
315+ ### Usage
316316
317317``` html
318318<ANY ui-scroll-viewport >
@@ -455,73 +455,73 @@ PR should include source code (./scr) changes, may include tests (./test) change
455455
456456## Change log
457457
458- ###v1.6.1
458+ ### v1.6.1
459459 * Refactored Adapter assignments logic
460460 * Fixed Chrome Scroll Anchoring enforced feature [ bug] ( https://github.com/angular-ui/ui-scroll/issues/138 )
461461
462- ###v1.6.0
462+ ### v1.6.0
463463 * Introduced ES6 modules in the source codes.
464464 * Improved build process with Webpack.
465465 * Added sourcemaps. Fixed dev-server.
466466 * Removed 'ui.scroll.jqlite' module. Added jqLiteExtras service to 'ui.scroll' module.
467467 * Significantly changed the README.
468468
469- ###v1.5.2
469+ ### v1.5.2
470470* Refactored assignable expressions and attributes scope bindings.
471471* Added new demos and tests. Fixed IE compatibility.
472472
473- ###v1.5.1
473+ ### v1.5.1
474474* Refactored adjustments during elements append/prepend.
475475* Bof/eof information is accessible out of the scroller.
476476
477- ###v1.5.0
477+ ### v1.5.0
478478* Implemented uiScrollTh and uiScrollTd directives; uiScroll major refactoring.
479479* Added "disabled" property to the adapter object to ignore user's scroll events.
480480* Implemented "on controller" syntax to specify the scope where an adapter object has to be injected.
481481
482- ###v1.4.1
482+ ### v1.4.1
483483* Developed a new complex approach of padding elements height calculation (see [ details] ( https://github.com/angular-ui/ui-scroll/pull/77 ) ).
484484* Added startIndex attribute.
485485* Changed clipTop/clipBottom methods logic.
486486* Some new demos, tests, cleanup and other minor refactoring.
487487
488- ###v1.4.0
488+ ### v1.4.0
489489* Migrated sources from CoffeeScript to ES6.
490490* Optimized scroll events handling, removed odd $digest cycles.
491491* Examples (demo) refactoring.
492492
493- ###v1.3.3
493+ ### v1.3.3
494494* Implemented new signature of the Datasource get(descriptor, success) method.
495495* Implemented new signature of the Adapter reload(startIndex) method.
496496* Changed the logic of scroll bar adjustment (minIndex, maxIndex).
497497
498- ###v1.3.2
498+ ### v1.3.2
499499* Implemented the logic for adjustBuffer triggering during invisible items became visible.
500500
501- ###v1.3.1
501+ ### v1.3.1
502502* Changed the logic of viewport scroll/padding recalculation (to solve the problem [ #8 ] ( https://github.com/angular-ui/ui-scroll/issues/8 ) ).
503503* Splitted test specifications.
504504* Updated dev-dependencies (package.json).
505505* Implemented append/prepend methods on the adapter.
506506
507- ###v1.3.0
507+ ### v1.3.0
508508* Reorganized the repository structure.
509509
510- ###v1.2.1
510+ ### v1.2.1
511511* Dismiss pending requests on applyUpdates().
512512
513- ###v1.2.0
513+ ### v1.2.0
514514* Changed the algorithm of list items building.
515515* Integration with angular $animation.
516516* Insert/update/delete events are no longer supported.
517517
518- ###v1.1.2
518+ ### v1.1.2
519519* Fixed inserting elements via applyUpdates error.
520520
521- ###v1.1.1
521+ ### v1.1.1
522522* Fixed jqlite on $destroy error.
523523
524- ###v1.1.0
524+ ### v1.1.0
525525* Introduced API to dynamically update scroller content.
526526* Deep 'name' properties access via dot-notation in template.
527527* 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