Skip to content

Commit

Permalink
build rc.23
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Nov 20, 2017
1 parent 0ed22aa commit db36a52
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![codecov](https://codecov.io/gh/baianat/vee-validate/branch/master/graph/badge.svg)](https://codecov.io/gh/baianat/vee-validate)
[![Build Status](https://travis-ci.org/baianat/vee-validate.svg?branch=master)](https://travis-ci.org/baianat/vee-validate)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/087bd788687c4ccab6650756ce56fa05)](https://www.codacy.com/app/baianat/vee-validate?utm_source=github.com&utm_medium=referral&utm_content=baianat/vee-validate&utm_campaign=Badge_Grade)
[![CDNJS](https://img.shields.io/cdnjs/v/vee-validate.svg)](https://cdnjs.com/libraries/vee-validate/2.0.0-rc.21)
[![CDNJS](https://img.shields.io/cdnjs/v/vee-validate.svg)](https://cdnjs.com/libraries/vee-validate/2.0.0-rc.23)
[![npm](https://img.shields.io/npm/dm/vee-validate.svg)](https://npm-stat.com/charts.html?package=vee-validate)
[![npm](https://img.shields.io/npm/v/vee-validate.svg)](https://www.npmjs.com/package/vee-validate)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/baianat/vee-validate.svg)](http://isitmaintained.com/project/baianat/vee-validate "Average time to resolve an issue")
Expand Down
7 changes: 4 additions & 3 deletions dist/vee-validate.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vee-validate v2.0.0-rc.22
* vee-validate v2.0.0-rc.23
* (c) 2017 Abdelrahman Awad
* @license MIT
*/
Expand Down Expand Up @@ -2079,9 +2079,10 @@ Validator.prototype.update = function update (id, ref) {
var scope = ref.scope;

var field = this._resolveField(("#" + id));
this.errors.update(id, { scope: scope });
if (!field) { return; }

// remove old scope.
this.errors.update(id, { scope: scope });
if (!isNullOrUndefined(field.scope) && this.flags[("$" + (field.scope))]) {
delete this.flags[("$" + (field.scope))][field.name];
} else if (isNullOrUndefined(field.scope)) {
Expand Down Expand Up @@ -6763,7 +6764,7 @@ var mapFields = function (fields) {
}, {});
};

var version = '2.0.0-rc.22';
var version = '2.0.0-rc.23';

var rulesPlugin = function (ref) {
var Validator$$1 = ref.Validator;
Expand Down
4 changes: 2 additions & 2 deletions dist/vee-validate.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vee-validate v2.0.0-rc.22
* vee-validate v2.0.0-rc.23
* (c) 2017 Abdelrahman Awad
* @license MIT
*/
Expand Down Expand Up @@ -6778,7 +6778,7 @@ var minimal$1 = {
mapFields: mapFields,
Validator: Validator,
ErrorBag: ErrorBag,
version: '2.0.0-rc.22'
version: '2.0.0-rc.23'
};

// rules plugin definition.
Expand Down
2 changes: 1 addition & 1 deletion dist/vee-validate.min.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions dist/vee-validate.minimal.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vee-validate v2.0.0-rc.22
* vee-validate v2.0.0-rc.23
* (c) 2017 Abdelrahman Awad
* @license MIT
*/
Expand Down Expand Up @@ -2079,9 +2079,10 @@ Validator.prototype.update = function update (id, ref) {
var scope = ref.scope;

var field = this._resolveField(("#" + id));
this.errors.update(id, { scope: scope });
if (!field) { return; }

// remove old scope.
this.errors.update(id, { scope: scope });
if (!isNullOrUndefined(field.scope) && this.flags[("$" + (field.scope))]) {
delete this.flags[("$" + (field.scope))][field.name];
} else if (isNullOrUndefined(field.scope)) {
Expand Down Expand Up @@ -2888,7 +2889,7 @@ var mapFields = function (fields) {
}, {});
};

var version = '2.0.0-rc.22';
var version = '2.0.0-rc.23';

var index_minimal_esm = {
install: install,
Expand Down
7 changes: 4 additions & 3 deletions dist/vee-validate.minimal.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vee-validate v2.0.0-rc.22
* vee-validate v2.0.0-rc.23
* (c) 2017 Abdelrahman Awad
* @license MIT
*/
Expand Down Expand Up @@ -2085,9 +2085,10 @@ Validator.prototype.update = function update (id, ref) {
var scope = ref.scope;

var field = this._resolveField(("#" + id));
this.errors.update(id, { scope: scope });
if (!field) { return; }

// remove old scope.
this.errors.update(id, { scope: scope });
if (!isNullOrUndefined(field.scope) && this.flags[("$" + (field.scope))]) {
delete this.flags[("$" + (field.scope))][field.name];
} else if (isNullOrUndefined(field.scope)) {
Expand Down Expand Up @@ -2902,7 +2903,7 @@ var index_minimal = {
mapFields: mapFields,
Validator: Validator,
ErrorBag: ErrorBag,
version: '2.0.0-rc.22'
version: '2.0.0-rc.23'
};

return index_minimal;
Expand Down
2 changes: 1 addition & 1 deletion dist/vee-validate.minimal.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vee-validate",
"version": "2.0.0-rc.22",
"version": "2.0.0-rc.23",
"description": "Simple Vue.js input validation plugin",
"author": "Abdelrahman Awad <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit db36a52

Please sign in to comment.