Skip to content

Commit

Permalink
V1.4.0 (#91)
Browse files Browse the repository at this point in the history
V1.4.0
  • Loading branch information
yjose authored May 23, 2019
2 parents cb62cc0 + 142cde6 commit 870b578
Show file tree
Hide file tree
Showing 9 changed files with 692 additions and 506 deletions.
22 changes: 22 additions & 0 deletions lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,28 @@ That's all, thank you for your attention, please [![Star on GitHub][github-star-

...we are all made of stars [![Star on GitHub][github-star-badge]][github-star] !

## Maintainers


<table>
<tbody>
<tr>
<td align="center">
<a href="https://github.com/yjose">
<img width="150" height="150" src="https://github.com/yjose.png?v=3&s=150">
</br>
Youssouf EL Azizi
</a>
<div>
<a href="https://twitter.com/ElaziziYoussouf">
<img src="https://img.shields.io/twitter/follow/ElaziziYoussouf.svg?style=social&label=Follow" />
</a>
</div>
</td>
</tr>
<tbody>
</table>

[build-badge]: https://img.shields.io/travis/yjose/reactjs-popup.svg?style=flat-square
[build]: https://travis-ci.org/yjose/reactjs-popup
[version-badge]: https://img.shields.io/npm/v/reactjs-popup.svg?style=flat-square
Expand Down
3 changes: 2 additions & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ declare module 'reactjs-popup' {
type Position = 'top left' | 'top center' | 'top right' |
'right top' | 'right center' | 'right bottom' |
'bottom left' | 'bottom center' | 'bottom right' |
'left top' | 'left center' | 'left bottom';
'left top' | 'left center' | 'left bottom' |
'center center';

interface Props {
trigger?: JSX.Element | ((isOpen: boolean) => JSX.Element);
Expand Down
5 changes: 3 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reactjs-popup",
"version": "1.3.2",
"version": "1.4.0",
"description": "React Popup Component - Modals,Tooltips and Menus —  All in one",
"main": "reactjs-popup.cjs.js",
"module": "reactjs-popup.es.js",
Expand All @@ -9,7 +9,8 @@
"jsdelivr": "reactjs-popup.js",
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
"react-dom": "^16.0.0",
"prop-types": "^15.6.0"
},
"jest": {
"testEnvironment": "jsdom"
Expand Down
Loading

0 comments on commit 870b578

Please sign in to comment.