Skip to content

Commit 870b578

Browse files
authored
V1.4.0 (#91)
V1.4.0
2 parents cb62cc0 + 142cde6 commit 870b578

File tree

9 files changed

+692
-506
lines changed

9 files changed

+692
-506
lines changed

lib/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,28 @@ That's all, thank you for your attention, please [![Star on GitHub][github-star-
128128

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

131+
## Maintainers
132+
133+
134+
<table>
135+
<tbody>
136+
<tr>
137+
<td align="center">
138+
<a href="https://github.com/yjose">
139+
<img width="150" height="150" src="https://github.com/yjose.png?v=3&s=150">
140+
</br>
141+
Youssouf EL Azizi
142+
</a>
143+
<div>
144+
<a href="https://twitter.com/ElaziziYoussouf">
145+
<img src="https://img.shields.io/twitter/follow/ElaziziYoussouf.svg?style=social&label=Follow" />
146+
</a>
147+
</div>
148+
</td>
149+
</tr>
150+
<tbody>
151+
</table>
152+
131153
[build-badge]: https://img.shields.io/travis/yjose/reactjs-popup.svg?style=flat-square
132154
[build]: https://travis-ci.org/yjose/reactjs-popup
133155
[version-badge]: https://img.shields.io/npm/v/reactjs-popup.svg?style=flat-square

lib/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ declare module 'reactjs-popup' {
55
type Position = 'top left' | 'top center' | 'top right' |
66
'right top' | 'right center' | 'right bottom' |
77
'bottom left' | 'bottom center' | 'bottom right' |
8-
'left top' | 'left center' | 'left bottom';
8+
'left top' | 'left center' | 'left bottom' |
9+
'center center';
910

1011
interface Props {
1112
trigger?: JSX.Element | ((isOpen: boolean) => JSX.Element);

lib/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "reactjs-popup",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"description": "React Popup Component - Modals,Tooltips and Menus —  All in one",
55
"main": "reactjs-popup.cjs.js",
66
"module": "reactjs-popup.es.js",
@@ -9,7 +9,8 @@
99
"jsdelivr": "reactjs-popup.js",
1010
"peerDependencies": {
1111
"react": "^16.0.0",
12-
"react-dom": "^16.0.0"
12+
"react-dom": "^16.0.0",
13+
"prop-types": "^15.6.0"
1314
},
1415
"jest": {
1516
"testEnvironment": "jsdom"

0 commit comments

Comments
 (0)