Skip to content

Commit 0d40860

Browse files
committed
2.0.11
1 parent beb8d5c commit 0d40860

5 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 2.0.11 (2018/05/11)
2+
=================
3+
4+
* hide mismatch warnings if debug option is not enabled
5+
* only append debug styles to head and only if debug option is enabled
6+
17
Version 2.0.10 (2018/04/24)
28
=================
39

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-vs-repeat",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "Virtual Scroll for AngularJS ngRepeat directive",
55
"homepage": "http://kamilkp.github.io/angular-vs-repeat",
66
"main": "dist/angular-vs-repeat.min.js",

dist/angular-vs-repeat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function _slicedToArray(arr, i) { if (Array.isArray(arr)) { return arr; } else i
1010

1111
/**
1212
* Copyright Kamil Pękala http://github.com/kamilkp
13-
* Angular Virtual Scroll Repeat v2.0.10 2018/04/24
13+
* Angular Virtual Scroll Repeat v2.0.11 2018/05/11
1414
*/
1515

1616
/* global console, setTimeout, module */

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-vs-repeat",
3-
"version": "2.0.10",
3+
"version": "2.0.11",
44
"description": "Virtual Scroll for AngularJS ngRepeat directive",
55
"homepage": "http://kamilkp.github.io/angular-vs-repeat",
66
"license": "MIT",

src/angular-vs-repeat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Copyright Kamil Pękala http://github.com/kamilkp
3-
* Angular Virtual Scroll Repeat v2.0.10 2018/04/24
3+
* Angular Virtual Scroll Repeat v2.0.11 2018/05/11
44
*/
55

66
/* global console, setTimeout, module */

0 commit comments

Comments
 (0)