From c61db7960a269ad6c59a5ef3edf43cc18823bcfc Mon Sep 17 00:00:00 2001 From: Marty Wallace Date: Thu, 15 Dec 2016 04:56:45 +1100 Subject: [PATCH] 2.1. --- README.md | 5 +++++ bower.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fbf77a..0c6ada6 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,11 @@ If the `action` does not match any of these inbuilt actions, an event will be di number The maximum input length. + + pattern + string + A regex pattern to apply to the keyboard value. If provided, an invalid match will add the invalid class to the keyboard component. If not provided or if the value matches, the valid class is added. + diff --git a/bower.json b/bower.json index 0dd4199..37b6f87 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "vue-keyboard", - "version": "2.0.0", + "version": "2.1.0", "homepage": "https://github.com/MartyWallace/vue-keyboard", "main": "dist/vue-keyboard.js", "license": "MIT", diff --git a/package.json b/package.json index f7758b8..a7c27ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-keyboard", - "version": "1.4.1", + "version": "2.1.0", "devDependencies": { "babel-preset-es2015": "^6.9.0", "gulp": "^3.9.1",