afc163
2eb3d55743
Add documentation for inlineCollapsed
8 years ago
afc163
6e145bfad3
Add tooltip for collapsed menu item
8 years ago
afc163
115749e06f
inline menu should not trigger handleClick
8 years ago
afc163
63daf8d0a3
Add Menu[inlineCollapsed] prop
8 years ago
afc163
0ed75caeac
fix dark menu style
8 years ago
afc163
3a2f6bea18
update menu demo
8 years ago
afc163
fa88477886
tweak vertical menu selected style
8 years ago
afc163
9969a3b598
Improve doc
8 years ago
Nico
cfccd84f62
Fix(Documentation): Fix Menu documentation
8 years ago
Benjy Cui
aab3daa1ea
fix: broken style of SubMenu[disabled], close : #6062
8 years ago
Graeme Yeates
d8d17a6401
Seperate @active-item-bg into 2 variables
8 years ago
Graeme Yeates
4eb2855871
Add @active-item-bg to control hover and active states
8 years ago
Brook Shi
286fc964e6
fix: support inlineIndent property of Menu for TypeScript ( #5903 )
8 years ago
pinggod
01f0e07835
fix issue 5707: override the default a:focus style when it nested in the menu component
8 years ago
Kenneth Truong
31ec5b7ad3
Add selectable option into Menu documentation
I had to read the source code to figure out that there was a property called selectable. So hopefully this will help save someone time. (Though this is an option in the rc-menu I made a PR there to add it in the doc also https://github.com/react-component/menu/pull/79 )
(I was trying to make a contextmenu out of this menu component which is why I needed to turn selectable off)
8 years ago
afc163
6864fea0cb
Improve inline menu active style
8 years ago
Wei Zhu
675e037e7a
Remove only...
8 years ago
afc163
f0ec7b749a
tweak menu style code
8 years ago
afc163
1e83c0c940
Fix menu icon transition delay in Chrome, close #5495
8 years ago
偏右
0308138974
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
afc163
0cb3259570
tweak menu style code
8 years ago
afc163
85a32c79f4
Fix menu icon transition delay in Chrome, close #5495
8 years ago
偏右
674255bd14
[WIP] upgrade deps ( #5455 )
* upgrade deps
* autofix some tslint problems
* Fix tslint problems manually
8 years ago
Wei Zhu
f6b1e942e3
Jest 19 ( #5361 )
* Upgeade to jest 19
* Use jest.spyOn
8 years ago
afc163
c1cb365eca
Fix missing API document of Menu[multiple]
8 years ago
afc163
1c4407b60c
fix popup menu z-index problem
8 years ago
afc163
fbeccb7be5
fix inline submenu open style
8 years ago
afc163
176b9f9083
fix typo
8 years ago
afc163
c440a4d2b2
rewrite Menu demos to es6 component, #4878
8 years ago
afc163
989792ed9b
simplify less code
8 years ago
afc163
74028f6e48
Fix pop menu padding
8 years ago
afc163
477e150075
Fix some SubMenu style bug, close #4906
8 years ago
Benjy Cui
c4ac919067
fix: Menu.Item border width should not show animation
8 years ago
afc163
d22ce9cd50
Improve menu and collapse style details
8 years ago
afc163
144393c48a
demo: update menu sider demo
8 years ago
afc163
d8403718f9
Add test case for #4876
8 years ago
afc163
32e10784e1
Fix submenu active style in controlled mode
8 years ago
afc163
4cbcc05b02
Fix openKeys is not working when mode is switched, close #4876
8 years ago
Benjy Cui
200b88246f
docs: update docs format
8 years ago
Benjy Cui
d2b8d65c87
style: update code style to please lint, close : #2179
8 years ago
Graeme Yeates
1006015ef0
Add border customization variables ( #4734 )
* Add border customization variables (#4712 )
* Make border styles customizable (fixes #4712 )
8 years ago
afc163
bb54dce712
Add test case for Menu openKeys undefined bug
ref #4677 and #4692
8 years ago
kacjay
1ed890c095
fix Menu selected change error ( #4677 )
protect none parameter[openKeys, defaultOpenKeys] Menu
8 years ago
Wei Zhu
77b78a9389
docs: Unify type naming ( #4636 )
* Unify name of ReactNode type in document
* Lowser all string type name
* Lowercase all number type name
* Lowercase all boolean type name
* Unify array type
* Lowercase all object type name
* Unify mutilple types
8 years ago
Benjy Cui
3e17551b7e
site: improve build speed
8 years ago
偏右
0a68959207
Fix openKeys and defaultOpenKeys of Menu, close #3783 ( #4609 )
8 years ago
afc163
0d38fefb00
Fix Menu[theme=dark] selected and disabled style, #4440
8 years ago
afc163
d0df37ed42
Fix Menu[theme="dark"] text color, close #4440
8 years ago
偏右
d811ebee5c
New color system ( #4426 )
* Add new color patterns algorithm
* Add color palettes
* update other colors
* fix gray color
* update more tint/shade to colorPalette
* new font color
* Update doc for new color system
* improve doc style
8 years ago
偏右
0062867274
Feature 2.6 ( #4429 )
* new Layout Component (#4087 )
* change Anchor type
* new Layout
* Component update && add snap
* Revert "new Layout Component" (#4131 )
* add Layout (#4169 )
* add Layout
* update
* fix snapshot
* Improve layout component
1. update demo code
2. drop `position` of Sider
3. improve demo style
8 years ago