HeskeyBaozi
|
8df086f022
|
update test cases
|
6 years ago |
HeskeyBaozi
|
9338f33c1c
|
update test cases
|
6 years ago |
picodoth
|
159b09342d
|
use default hover trigger for horizontal menu demo
|
6 years ago |
picodoth
|
f1570c01ea
|
fix test
|
6 years ago |
picodoth
|
5c7f9feecb
|
feat: prevent horizontal menu items wrapping
|
6 years ago |
afc163
|
009ed08580
|
upgrade eslint-config-airbnb
|
7 years ago |
zombiej
|
b524e1fe7e
|
adjust defaultProps def
|
7 years ago |
hank
|
5be1b9c33c
|
Fix issue #8666 (#10739)
* fix issue #8666
* add issue #8666 test
|
7 years ago |
afc163
|
09d5e36cfa
|
style: fix hightlight link color in menu item
|
7 years ago |
afc163
|
6e6b1ccdec
|
chore: code style
|
7 years ago |
Wei Zhu
|
56e3384c6b
|
Revert "MenuItem: avoid rendering Tooltip unless necessary (#9636)"
This reverts commit 0754845aff .
Conditional rendering will break the transition animation,
since React will create new DOM node when inlineCollapsed changges.
Fix https://github.com/react-component/menu/issues/139
|
7 years ago |
afc163
|
b5a52d26f2
|
fix snapshot
|
7 years ago |
afc163
|
726f0466bc
|
menu should be unfocusable defaultly
|
7 years ago |
Junbin Huang
|
3a3d550b54
|
chore: upgrade menu (#10305)
* chore: upgrade menu and select
* Add test case for coverage percent
|
7 years ago |
Jiabin Peng
|
bb720aaab9
|
Fix menu item's clickable region in dark theme (#10187)
* remove redundant style for submenu
* Fix menu item's clickable region in dark theme
|
7 years ago |
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
|
7 years ago |
afc163
|
649d733048
|
fix snapshot ci
|
7 years ago |
afc163
|
f0660836b7
|
fix snapshot ci
|
7 years ago |
afc163
|
04b3aad451
|
Fix menu arrow style of disabled, close #10113
|
7 years ago |
Wei Zhu
|
2a5479a524
|
Fix type errors
Close #9988
|
7 years ago |
Wei Zhu
|
921361313a
|
Add explicit types for default props
Fix #8796
Close #8820
|
7 years ago |
Zach Guo
|
280f907297
|
Fix Layout.Sider typos (#9885)
|
7 years ago |
Jiabin Peng
|
6c77d336d9
|
Fix menu item clickable region (#9666)
|
7 years ago |
Wu Haotian
|
0754845aff
|
MenuItem: avoid rendering Tooltip unless necessary (#9636)
* MenuItem: avoid rendering Tooltip unless necessary
* MenuItem: remove extra check for tooltip.title
|
7 years ago |
George Gray
|
d19fa740c7
|
use highlight var on vertical menu (#9169)
|
7 years ago |
George Gray
|
7d9a93e7ed
|
vars to theme Menu (#9115)
|
7 years ago |
afc163
|
8c442cfaf0
|
Fix submenu title padding
|
7 years ago |
रोहन मल्होत्रा
|
ec16d97086
|
added subMenuCloseDelay & subMenuOpenDelay props to menu interface (#9049)
|
7 years ago |
Wei Zhu
|
999d6184ad
|
docs: Sort api table
|
7 years ago |
afc163
|
6afb853161
|
Fix menu collapse animation broken by #8475
change another way to fix #8475
|
7 years ago |
afc163
|
7d082c1dc5
|
Fix submenu popup issue when specified unexisted defaultOpenKeys
close #8475
|
7 years ago |
afc163
|
754d330bae
|
Hide menu when collapsedWidth is 0, close #8587
|
7 years ago |
wangxiaolei
|
d7475f47cb
|
Fix menu doc in english version. (#8503)
|
7 years ago |
afc163
|
927853a1f1
|
seperate dark style of menu
|
7 years ago |
偏右
|
b531de3fee
|
Upgrade dev deps and fix lints (#8358)
* upgrade devDeps and fix lint
* Fix stylelint problems
|
7 years ago |
afc163
|
dada590d2d
|
Fix dark menu popup animation
|
7 years ago |
Wei Zhu
|
b6c6ee8f3e
|
Fix implicit any error for Modal and Menu
|
7 years ago |
afc163
|
3406c6598a
|
Fix submenu z-index
|
7 years ago |
afc163
|
7049a45d8e
|
Fix submenu width, close #8236
|
7 years ago |
afc163
|
8e6e91b932
|
Fix menu active style
close ant-design/ant-design-pro#222
|
7 years ago |
Benjy Cui
|
09fd564af9
|
feat: upgrade rc-menu (#8235)
|
7 years ago |
afc163
|
0627d9a3a0
|
Fix MenuItem margin
|
7 years ago |
Wei Zhu
|
479a5cb743
|
Remove allowSyntheticDefaultImports (#8218)
|
7 years ago |
afc163
|
46d1296045
|
Fix async test cases
|
7 years ago |
Benjy Cui
|
06a1b6ed23
|
fix: should not throw error when keydown in menu, close: #8089 (#8211)
|
7 years ago |
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
|
7 years ago |
偏右
|
bdceb5f083
|
Review fix (#8125)
* Fix style
* Fix style
* fix lint
* Fix more styles
* Fix more styles
* update snap
|
7 years ago |
vgeyi
|
8bde0c0fee
|
Rewrite the MenuItem to handle ref for react 16 (#8037)
* ReWrite MenuItem to remove ref warning for react 16
* unified coding style
* add removing semicolon
|
7 years ago |
nikogu
|
9696739a36
|
update Menu snapshots
|
7 years ago |
nikogu
|
c664d843fb
|
fixed: https://github.com/ant-design/ant-design/issues/8040
|
7 years ago |