wangxing
|
1f60f37907
|
check SVGAnimatedString
|
2019-03-29 08:37:25 +08:00 |
|
wangxing
|
44ad6b0c07
|
fix-15699
|
2019-03-28 17:04:26 +08:00 |
|
zy410419243
|
ad54d23a44
|
fix(Menu): remove unexpected re-render, which causes flash and shake when collapsed
|
2019-03-25 13:58:57 +08:00 |
|
zy410419243
|
198c01d454
|
fix: bad position of collapsible submenu in sider when collapsed
|
2019-03-14 16:35:05 +08:00 |
|
ztplz
|
97880a9b47
|
Formate (#15347)
|
2019-03-12 19:52:43 +08:00 |
|
zy410419243
|
7642cbf18d
|
refactor: update lifecycle method for Menu
|
2019-03-07 16:58:53 +08:00 |
|
zombieJ
|
4d1a998246
|
add component param in warning (#15078)
* add component param in warning
* update snapshot
|
2019-02-27 15:32:29 +08:00 |
|
afc163
|
879784c665
|
Merge branch "master" into "feature"
|
2018-12-20 17:43:00 +08:00 |
|
ztplz
|
1f730faf2d
|
Set menu mode to vertical by default
|
2018-12-20 17:17:50 +08:00 |
|
陈帅
|
30d65ef46e
|
Merge branch 'master' into feature
|
2018-12-13 22:48:08 +08:00 |
|
ztplz
|
05cf557ee1
|
Format menu
|
2018-12-13 09:38:55 +08:00 |
|
陈帅
|
8e11f0bdb9
|
merge support prettier
|
2018-12-07 20:02:01 +08:00 |
|
陈帅
|
dca9715186
|
support prettier
|
2018-12-07 18:27:30 +08:00 |
|
zombieJ
|
1a0a06fca9
|
ConfigProvider support prefixCls (#13389)
Basic support prefixCls.
|
2018-12-05 19:12:18 +08:00 |
|
zombieJ
|
9b49fb60d9
|
Config provider (#12991)
close #12985
|
2018-11-26 12:06:42 +08:00 |
|
afc163
|
67dc9b914c
|
🐛 Fixed bug of collapsed menu wrong mode responsively
close #13104
|
2018-11-14 15:25:17 +08:00 |
|
afc163
|
9b9c4c7dec
|
fix typescript errors
|
2018-11-09 17:38:19 +08:00 |
|
afc163
|
85a758c7ec
|
Fix inlineCollpased Menu remains inline mode instead of vertical
close ant-design/ant-design-pro#2783
close ant-design/ant-design-pro#2782
close ant-design/ant-design-pro#2786
|
2018-11-07 11:40:34 +08:00 |
|
afc163
|
5e12b0a5ca
|
Fix Menu Submenu animation when switch inlineCollapsed, close #12864
|
2018-10-30 15:09:40 +08:00 |
|
afc163
|
af653a8b69
|
revert f7fa8e0
|
2018-10-30 14:23:45 +08:00 |
|
afc163
|
f7fa8e0eb6
|
Fix menu submenu animation, close #12864
|
2018-10-30 12:00:27 +08:00 |
|
tangjinzhou
|
9630dc48a0
|
fix: openKeys should have higher priority (#12361)
* fix: openKeys should have higher priority
* Update index.tsx
|
2018-09-22 13:32:21 +08:00 |
|
Wei Zhu
|
064bfaf554
|
Add @types/prop-types
|
2018-08-07 21:09:05 +08:00 |
|
zombiej
|
b524e1fe7e
|
adjust defaultProps def
|
2018-06-07 00:33:52 +08:00 |
|
afc163
|
726f0466bc
|
menu should be unfocusable defaultly
|
2018-05-01 18:53:44 +08:00 |
|
Dmitry Gladkikh
|
0d0632b2f3
|
Add getPopupContainer method decl to MenuProps interface (#10158)
* add getPopupContainer to MenuProps
see https://github.com/ant-design/ant-design/issues/10145
* Update getPopupContainer signature of MenuProps
* getPopupContainer prop is optional
|
2018-04-19 20:33:12 +08:00 |
|
Wei Zhu
|
2a5479a524
|
Fix type errors
Close #9988
|
2018-04-11 12:01:28 +08:00 |
|
Wei Zhu
|
921361313a
|
Add explicit types for default props
Fix #8796
Close #8820
|
2018-04-10 10:50:59 +08:00 |
|
Zach Guo
|
280f907297
|
Fix Layout.Sider typos (#9885)
|
2018-04-01 01:15:42 +08:00 |
|
रोहन मल्होत्रा
|
ec16d97086
|
added subMenuCloseDelay & subMenuOpenDelay props to menu interface (#9049)
|
2018-01-21 01:13:23 +08:00 |
|
afc163
|
6afb853161
|
Fix menu collapse animation broken by #8475
change another way to fix #8475
|
2017-12-27 16:46:00 +08:00 |
|
afc163
|
7d082c1dc5
|
Fix submenu popup issue when specified unexisted defaultOpenKeys
close #8475
|
2017-12-17 19:11:56 +08:00 |
|
afc163
|
754d330bae
|
Hide menu when collapsedWidth is 0, close #8587
|
2017-12-15 15:15:30 +08:00 |
|
Wei Zhu
|
b6c6ee8f3e
|
Fix implicit any error for Modal and Menu
|
2017-11-21 17:38:51 +08:00 |
|
Wei Zhu
|
479a5cb743
|
Remove allowSyntheticDefaultImports (#8218)
|
2017-11-17 14:38:54 +08:00 |
|
Wei Zhu
|
55c85f77a1
|
Update dependendies (#8150)
* deps: upgrade rc-menu, and close: #2837
* test: update snapshots
* Update rc-calendar
* Update rc-cascader
* Update rc-dialog
* Update dropdown
* Update rc-select@7.1.0
* Update rc-slider
* Update rc-time-picker
* Update rc-tooltip
* Update rc-tree-select
* Mock rc-trigger and Portal
* Fix animation warning when inlineCollapsed changes
* fix: should use SubMenu[popupClassName]
* Fix typescript error
* Fix lint
* fix: style for menu
* Mock rc-trigger for React 15
* Remvoe allow_failures
|
2017-11-11 00:07:03 +08:00 |
|
afc163
|
35fc427630
|
Fix inlineCollapsed menu when submenu is opened
close #7524
close #7514
ref #7063
|
2017-09-09 00:58:15 +08:00 |
|
afc163
|
e9a592a9c8
|
Fix inlineCollpasd and openKeys issue
|
2017-09-06 14:14:34 +08:00 |
|
afc163
|
3ceda311b6
|
menu cannot be selectable in dropdown defaultly
|
2017-08-29 19:55:09 +08:00 |
|
John Nguyen
|
6c509f9712
|
adds selectable prop to typescript file (#7384)
|
2017-08-29 19:42:55 +08:00 |
|
afc163
|
5da1403bc0
|
Fix inlineCollapsed in controlled mode
ref #7063
|
2017-08-04 16:23:52 +08:00 |
|
jiang
|
1a93536a26
|
fix #7048 (#7050)
|
2017-08-01 17:41:03 +08:00 |
|
jiang
|
24f58c20e1
|
fix menu-anim (#6955)
* fix menu-anim
* fix menu-anim
* update
* remove space
* fix test
* Improve code style
* submeu-title use color transition
* sync motion-collapse time
* snyc padding
|
2017-07-27 19:43:45 +08:00 |
|
Benjy Cui
|
119d498935
|
chore: replace http with https, close: #6893
|
2017-07-19 14:00:11 +08:00 |
|
afc163
|
50e37796b8
|
Add test case
|
2017-06-30 23:08:11 +08:00 |
|
afc163
|
0b67dc4e12
|
update warning message
|
2017-06-30 22:05:53 +08:00 |
|
afc163
|
82afb368c0
|
Fix context change logic
|
2017-06-30 22:00:04 +08:00 |
|
afc163
|
89a37da77f
|
Menu will get collapsed status from Layout.Sider
|
2017-06-30 21:36:23 +08:00 |
|
afc163
|
6e145bfad3
|
Add tooltip for collapsed menu item
|
2017-06-30 21:07:01 +08:00 |
|
afc163
|
115749e06f
|
inline menu should not trigger handleClick
|
2017-06-30 20:27:39 +08:00 |
|