Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Moshe Avni authored Mar 24, 2018
2 parents 6a9a965 + 78e5141 commit 68d24f3
Show file tree
Hide file tree
Showing 11 changed files with 14,262 additions and 16 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ The `children` contents is what will be rendered into the new popup window. In t
| `onUnload` | `Function` | `undefined` | A function to be triggered before the new window unload. |
| `onBlock` | `Function` | `undefined` | A function to be triggered when the new window could not be opened. |
| `center` | `String` | `parent` | Indicate how to center the new window. Valid values are: `parent` or `screen`. `parent` will center the new window according to its _parent_ window. `screen` will center the new window according to the _screen_. |
| `copyStyles` | `Boolean` | `true` | If specified, copy styles from parent window's document. |

## Tests

Expand Down
2 changes: 1 addition & 1 deletion dist/react-new-window.esm.js

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

2 changes: 1 addition & 1 deletion dist/react-new-window.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-new-window.js

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

Loading

0 comments on commit 68d24f3

Please sign in to comment.