Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-spinelli committed Aug 13, 2016
1 parent 02daa4c commit fb6052e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name"0.3.0"></a>
## 0.3.0 (2016-08-13)

#### Features
- **ngVirtualKeyboardService:**
- Added autoUpdateModel config option
([30a4894](https://github.com/antonio-spinelli/ng-virtual-keyboard/commit/30a4894d3b247c785c12eab5228242f3cf7cdbee))
- Added support for keyboard events
([30a4894](https://github.com/antonio-spinelli/ng-virtual-keyboard/commit/30a4894d3b247c785c12eab5228242f3cf7cdbee))

#### Documentation
- **New config options:**
- New examples with event handler and autoUpdateModel
([02daa4c](https://github.com/antonio-spinelli/ng-virtual-keyboard/commit/02daa4c947738efc131c6dd28bcdee08860b4015))

<a name"0.2.0"></a>
## 0.2.0 (2015-12-17)

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": "ng-virtual-keyboard",
"version": "0.2.0",
"version": "0.3.0",
"homepage": "https://github.com/antonio-spinelli/ng-virtual-keyboard",
"authors": [
"antonio-spinelli <antonio.86.spinelli@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion dist/ng-virtual-keyboard.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* ng-virtual-keyboard
* An AngularJs Virtual Keyboard Interface based on Mottie/Keyboard
* @version v0.2.0
* @version v0.3.0
* @author antonio-spinelli <antonio.86.spinelli@gmail.com>
* @link https://github.com/antonio-spinelli/ng-virtual-keyboard
* @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": "ng-virtual-keyboard",
"version": "0.2.0",
"version": "0.3.0",
"description": "An AngularJs Virtual Keyboard Interface based on Mottie/Keyboard",
"repository": {
"type": "git",
Expand Down

0 comments on commit fb6052e

Please sign in to comment.