Skip to content

Commit

Permalink
v3.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
manglobe committed May 31, 2019
1 parent 4e93198 commit 79963c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.5.14 (2019/5/31)

### bugfix

- Select 修复屏幕高度不足时菜单弹出方向
- ControllSwitchHoc 修复 ts 类型传递问题

## 3.5.13 (2019/5/29)

### bugfix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"collectCoverage": false
},
"version": "3.5.13",
"version": "3.5.14",
"description": "wowjoy-component React component",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Dialog/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ class Dialog extends React.PureComponent<Props, {}> {

return (
<Wrap
defaultStyles={defaultStyles}
className={"wjc-dialog " + (className || "")}
defaultStyles={defaultStyles}
>
{showCloseBtn && (
<CloseBtn
Expand Down

0 comments on commit 79963c2

Please sign in to comment.