Skip to content

Commit da377dd

Browse files
committed
1.7.0 build
1 parent 93f5ad6 commit da377dd

11 files changed

+20
-22
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ Pull Rerquest should include source code (./scr) changes, may include tests (./t
474474

475475
### v1.7.0
476476
* Reduced dygest cycles amount.
477-
* Refactored Adapter and Padding classes.
477+
* Refactored some core classes (Adapter, Padding).
478478
* Reconsidered min/max indices processing.
479479
* Refactored tests (removed timeouts, added helpers).
480480
* Added ~50 new tests.

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

+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.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

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

12-
}());
12+
})();

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

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

12-
}());
12+
})();

Diff for: dist/ui-scroll.js

+9-11
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

+2-2
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)