Skip to content

Commit

Permalink
2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
martywallace committed Dec 14, 2016
1 parent 31b3ff5 commit c61db79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ If the `action` does not match any of these inbuilt actions, an event will be di
<td><code>number</code></td>
<td>The maximum input length.</td>
</tr>
<tr>
<td><code>pattern</code></td>
<td><code>string</code></td>
<td>A regex pattern to apply to the keyboard value. If provided, an invalid match will add the <code>invalid</code> class to the keyboard component. If not provided or if the value matches, the <code>valid</code> class is added.</td>
</tr>
</tbody>
</table>

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": "vue-keyboard",
"version": "2.0.0",
"version": "2.1.0",
"homepage": "https://github.com/MartyWallace/vue-keyboard",
"main": "dist/vue-keyboard.js",
"license": "MIT",
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": "vue-keyboard",
"version": "1.4.1",
"version": "2.1.0",
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"gulp": "^3.9.1",
Expand Down

0 comments on commit c61db79

Please sign in to comment.