Skip to content

Commit ac52d74

Browse files
authored
Merge pull request #233 from angular-ui/buffer-indexes-on-remove-fix
Buffer indexes on remove
2 parents 2027d91 + 775e51d commit ac52d74

23 files changed

+1541
-1043
lines changed

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,9 @@ Pull Request should include source code (./scr) changes, may include tests (./te
479479

480480
## Change log
481481

482+
### v1.8.2
483+
* Fixed edge cases when removing items.
484+
482485
### v1.8.1
483486
* Removed deprecated bind/unbind methods.
484487

Diff for: bower.json

+1-1
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.8.1",
4+
"version": "1.8.2",
55
"main": "./dist/ui-scroll.js",
66
"homepage": "https://github.com/angular-ui/ui-scroll.git",
77
"license": "MIT",

Diff for: dist/ui-scroll-grid.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/ui-scroll-grid.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/ui-scroll-grid.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/ui-scroll-jqlite.min.js

+1-12
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
1-
/*!
2-
* angular-ui-scroll
3-
* https://github.com/angular-ui/ui-scroll.git
4-
* This module is deprecated since 1.6.0 and will be removed in future versions!
5-
* License: MIT
6-
*/
7-
(function () {
8-
'use strict';
9-
10-
angular.module('ui.scroll.jqlite', []);
11-
12-
})();
1+
!function(){"use strict";angular.module("ui.scroll.jqlite",[])}();

Diff for: dist/ui-scroll.js

+54-40
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/ui-scroll.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/ui-scroll.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: dist/ui-scroll.min.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)