Skip to content

Commit

Permalink
Updating to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgef committed Oct 16, 2020
1 parent 501b19f commit 61b66f6
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 12 deletions.
4 changes: 2 additions & 2 deletions build/css/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/css/index.css.map

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions build/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ declare module 'react-simple-keyboard' {
*/
disableButtonHold?: boolean;

/**
* Adds unicode right-to-left control characters to input return values.
*/
rtl?: boolean;

/**
* keyboardRef
*/
Expand Down
4 changes: 2 additions & 2 deletions build/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/index.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-simple-keyboard",
"version": "2.4.75",
"version": "2.5.0",
"description": "React.js Virtual Keyboard",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -98,7 +98,7 @@
"resolve-url-loader": "3.1.1",
"sass-loader": "10.0.3",
"semver": "7.3.2",
"simple-keyboard": "^2.30.50",
"simple-keyboard": "^2.31.1",
"style-loader": "2.0.0",
"terser-webpack-plugin": "4.2.3",
"ts-pnp": "1.2.0",
Expand Down
5 changes: 5 additions & 0 deletions src/lib/@types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ declare module 'react-simple-keyboard' {
*/
disableButtonHold?: boolean;

/**
* Adds unicode right-to-left control characters to input return values.
*/
rtl?: boolean;

/**
* keyboardRef
*/
Expand Down

0 comments on commit 61b66f6

Please sign in to comment.