Skip to content

Commit

Permalink
v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkp committed Mar 16, 2018
1 parent d413ab5 commit 4613bdd
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 2.0.2 (2018/03/16)
Version 2.0.3 (2018/03/16)
=================

* BREAKING CHANGE: options are now passed as an object to the `vs-repeat` attribute
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular-vs-repeat v2.0.2
angular-vs-repeat v2.0.3
=================

Looking for a version for Angular 2?
Expand All @@ -8,7 +8,7 @@ Check out https://github.com/kamilkp/ng2-vs-for

---

### Breaking changes in v2.0.2
### Breaking changes in v2.0.3
* API changes for passing options. Options are now passed as an object to the `vs-repeat` attribute
instead of using separate attributes for each option (except for `vs-repeat-container`)

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.2",
"version": "2.0.3",
"description": "Virtual Scroll for AngularJS ngRepeat directive",
"homepage": "http://kamilkp.github.io/angular-vs-repeat",
"main": "src/angular-vs-repeat.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.2 2018/03/16
* Angular Virtual Scroll Repeat v2.0.3 2018/03/16
*/

/* 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.2",
"version": "2.0.3",
"description": "Virtual Scroll for AngularJS ngRepeat directive",
"homepage": "http://kamilkp.github.io/angular-vs-repeat",
"author": {
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.2 2018/03/16
* Angular Virtual Scroll Repeat v2.0.3 2018/03/16
*/

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

0 comments on commit 4613bdd

Please sign in to comment.