Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
preparing for 6.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NoHomey committed Sep 26, 2016
1 parent 4e45d00 commit e2f1971
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ index.js
Keyboard.js
KeyboardKey.js
layouts.js
ActiveElement.js
*.map
*.d.ts
coverage
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,3 +268,11 @@ Chech for examples [GALLERY](https://github.com/NoHomey/react-material-ui-keyboa
### Changes

- Instad of doing twice `React.cloneElement(textField, someMergedProps)` `React.cloneElement` is called for the input and `React.createElement(textField.type, keyboardFieldProps`) for the keyboard input field

## [v6.1.1](https://github.com/NoHomey/react-material-ui-keyboard/releases/tag/6.1.1)

### New

- `'#'` is added to `extendedKeyboard` layout
- [warning](https://design.google.com/icons/#ic_warning) icon is used when given special key is not supported
- Code is now have a 100% code coverage

0 comments on commit e2f1971

Please sign in to comment.