Skip to content

Commit

Permalink
2.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
aarr0n committed May 10, 2018
1 parent beb8d5c commit 0d40860
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 2.0.11 (2018/05/11)
=================

* hide mismatch warnings if debug option is not enabled
* only append debug styles to head and only if debug option is enabled

Version 2.0.10 (2018/04/24)
=================

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-vs-repeat",
"version": "2.0.10",
"version": "2.0.11",
"description": "Virtual Scroll for AngularJS ngRepeat directive",
"homepage": "http://kamilkp.github.io/angular-vs-repeat",
"main": "dist/angular-vs-repeat.min.js",
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-vs-repeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ function _slicedToArray(arr, i) { if (Array.isArray(arr)) { return arr; } else i

/**
* Copyright Kamil Pękala http://github.com/kamilkp
* Angular Virtual Scroll Repeat v2.0.10 2018/04/24
* Angular Virtual Scroll Repeat v2.0.11 2018/05/11
*/

/* global console, setTimeout, module */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-vs-repeat",
"version": "2.0.10",
"version": "2.0.11",
"description": "Virtual Scroll for AngularJS ngRepeat directive",
"homepage": "http://kamilkp.github.io/angular-vs-repeat",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/angular-vs-repeat.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Copyright Kamil Pękala http://github.com/kamilkp
* Angular Virtual Scroll Repeat v2.0.10 2018/04/24
* Angular Virtual Scroll Repeat v2.0.11 2018/05/11
*/

/* global console, setTimeout, module */
Expand Down

0 comments on commit 0d40860

Please sign in to comment.