Skip to content

Commit

Permalink
Merge pull request #233 from angular-ui/buffer-indexes-on-remove-fix
Browse files Browse the repository at this point in the history
Buffer indexes on remove
  • Loading branch information
dhilt authored Oct 2, 2020
2 parents 2027d91 + 775e51d commit ac52d74
Show file tree
Hide file tree
Showing 23 changed files with 1,541 additions and 1,043 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,9 @@ Pull Request should include source code (./scr) changes, may include tests (./te

## Change log

### v1.8.2
* Fixed edge cases when removing items.

### v1.8.1
* Removed deprecated bind/unbind methods.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-ui-scroll",
"description": "AngularJS infinite scrolling module",
"version": "1.8.1",
"version": "1.8.2",
"main": "./dist/ui-scroll.js",
"homepage": "https://github.com/angular-ui/ui-scroll.git",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion dist/ui-scroll-grid.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ui-scroll-grid.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ui-scroll-grid.min.js.map

Large diffs are not rendered by default.

13 changes: 1 addition & 12 deletions dist/ui-scroll-jqlite.min.js
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
/*!
* angular-ui-scroll
* https://github.com/angular-ui/ui-scroll.git
* This module is deprecated since 1.6.0 and will be removed in future versions!
* License: MIT
*/
(function () {
'use strict';

angular.module('ui.scroll.jqlite', []);

})();
!function(){"use strict";angular.module("ui.scroll.jqlite",[])}();
94 changes: 54 additions & 40 deletions dist/ui-scroll.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ui-scroll.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ui-scroll.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ui-scroll.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit ac52d74

Please sign in to comment.