Alexander.Kosov
6428840c50
create variable for customize size of icon on menu
5 years ago
afc163
67e027a41c
🐛 Fix Cannot update during an existing state transition
close #17147
5 years ago
Ivan
9fdf41740d
Extend MenuItemProps from HTMLAttributes<HTMLLIElement> ( #17629 )
5 years ago
Sanghyeon Lee
430117288d
docs: fix tag name in the API example
5 years ago
Sanghyeon Lee
559682df23
docs: fix tag name in the API example
5 years ago
MuYu
fb0b4f0fc9
docs: show version Number features were added ( #17373 )
* docs: add api first appearance
* docs: fix auto-complete doc
* docs: replace Version Added with Version
* docs: date picker common method
* docs: date picker common method
* docs: tree
* docs: remove meaningless 3.0.0
5 years ago
vagusX
eac30ec8e4
Feat/remove deprecated ( #17510 )
* feat: remove warnings for linkRender, nameRender in Breadcrumb
* feat: remove warnings for onOpen, onClose in Menu
* feat: remove warnings for overlay in Popover
* feat: remove warnings for columnsPageRange, columnsPageSize in Table
* feat: remove warnings for afterClose in Tag
* feat: remove warnings for notFoundContent, searchPlaceholder, body, onSearchChange in Transfer
* fix: types in Transfer
* feat: update test cases in Transfer
* feat: add additional test cases for removed deprecated apis
5 years ago
afc163
57c28def68
revert unknown to any
6 years ago
Ankit Babbar
0bb7f60708
Update SubMenu.tsx
popupOffset prop is missing in SubMenu
6 years ago
陈帅
82b85709be
style: run lint-fix ( #17172 )
6 years ago
Zzzen
f1ee189bd2
eliminate `any` type in exported interfaces.#14044
6 years ago
afc163
20e6bed8a1
💄 Keep submenu selected style
6 years ago
afc163
14dc252b04
🆙 fix for typescript@3.5
6 years ago
afc163
13379aa0d8
💄 Optimize examples code style
6 years ago
picodoth
620755d893
typescript: adding forceSubmenuRender as MenuProps
6 years ago
zombieJ
93887e1380
chore: Add warning if use `inlineCollapsed` under Sider ( #16826 )
6 years ago
zombieJ
008136ece1
fix: Tooltip not hidden when menu is in control mode ( #16812 )
6 years ago
Xiaohan Li
2bfecc3ee9
📝 Update Menu docs ( #16513 )
add missing params in Menu's onClick, onSelect and onDeselect callback
6 years ago
afc163
b780070351
💄 prittier all files
6 years ago
陈帅
785c132262
meger feature to master ( #16421 )
* use ul in list
* update snapshot
* update comment
* feat: TreeSelect support `showSearch` in multiple mode (#15933 )
* update rc-tree-select
* typo
* update desc & snapshot
* update desc & snapshot
* check default showSearch
* feat: table customizing variable (#15971 )
* feat: added table selected row color variable
* fix: @table-selected-row-color default is inherit
* feat: Upload support customize previewFile (#15984 )
* support preview file
* use promise
* dealy load
* use canvas of render
* use domHook of test
* update demo
* add snapshot
* update types
* update testcase
* feat: form customizing variables (#15954 )
* fix: added styling form input background-color
* feat: added '@form-warning-input-bg' variable
* feat: added '@form-error-input-bg' variable
* use li wrap with comment
* feat: Support append theme less file with less-variable (#16118 )
* add override
* add override support
* update doc
* feat: dropdown support set right icon
* docs: update doc of dropdown component
* style: format dropdown-button.md
* test: update updateSnapshot
* style: format dropdown-button.md
* test: update updateSnapshot
* test: update updateSnapshot
* style: change style of dropdown-button demo
* fix: fix document table order
* feat: Support SkeletonAvatarProps.size accept number (#16078 ) (#16128 )
* chore:update style of demo
* feat: Notification functions accept top, bottom and getContainer as arguments
* drawer: add afterVisibleChange
* rm onVisibleChange
* update
* feat: 🇭🇷 hr_HR locale (#16258 )
* Added Croatian locale
* fixed lint error
* ✅ Add test cases for hr_HR
* 📝 update i18n documentation
* feat: add `htmlFor` in Form.Item (#16278 )
* add htmlFor in Form.Item
* update doc
* feat: Button support `link` type (#16289 )
close #15892
* feat: Add Timeline.Item.position (#16148 ) (#16193 )
* fix: Timeline.pendingDot interface documentation there is a small problem (#16177 )
* feat: Add Timeline.Item.position (#16148 )
* doc: add version infomation for Timeline.Item.position
* refactor: Update Tree & TreeSelect deps (#16330 )
* use CSSMotion
* update snapshot
* feat: Collapse support `expandIconPosition` (#16365 )
* update doc
* support expandIconPosition
* update snapshot
* feat: Breadcrumb support DropDown (#16315 )
* breadcrumbs support drop down menu
* update doc
* add require less
* fix test
* fix md doc
* less code
* fix style warning
* update snap
* add children render test
* feat: TreeNode support checkable
* feat: add optional to support top and left slick dots (#16186 ) (#16225 )
* add optional to support top and left slick dots
* update carousel snapshot
* Update doc, add placement demo
* update carousel placement demo snapshots
* rename dots placement to position
* update vertical as deprecated
* rename dotsPosition to dotPosition
* refine code
* add warning testcase for vertical
* remove unused warning
* update expression
* Additional test case for dotPosition
* refactor: Upgrade `rc-tree-select` to support pure React motion (#16402 )
* upgrade `rc-tree-select`
* update snapshot
* 3.17.0 changelog
* fix warning
* fix review warning
6 years ago
陈帅
30508b0124
fix error types ( #16043 )
6 years ago
zombieJ
98fc8a14e0
feat: Support append theme less file with less-variable ( #16118 )
* add override
* add override support
* update doc
6 years ago
afc163
0a8f33385d
🆙 use @ant-design/create-react-context of MIT
6 years ago
afc163
a2a9831abb
💄 Fix less code style
6 years ago
zombieJ
41316e69e8
update snapshot ( #16017 )
6 years ago
jljsj33
278fcfdf41
menu openAnimation use object
6 years ago
jljsj33
1bc8ec5e0f
recover openAnimation
6 years ago
jljsj33
c8a58396c5
update tween and scroll version, fix menu openTransitionName warning
6 years ago
zombieJ
bef491ecc9
fix: Menu defaultOpenKeys not work as expect ( #15970 )
* Remove animation on first render
* update test cas
6 years ago
zombiej
9f3c357053
add test case
6 years ago
zombiej
f7df66b97c
fix tooltip not works
6 years ago
zombieJ
97d6f79ce4
fix: Menu arrow not display in old version of IE ( #15932 )
6 years ago
zombieJ
89dd827b7f
fix: Refactor Menu related components life cycle methods ( #15868 )
* use state instead
* rollback demo markdown
* clean test
* sider context should be clean
* update test case
* fix test
* update debug desc
* add siderCollapsed into omit
* rm useless code
6 years ago
Benjamin Amelot
f55ccfe81e
Remove underlines from focused links ( #15759 )
6 years ago
wangxing
1f60f37907
check SVGAnimatedString
6 years ago
wangxing
44ad6b0c07
fix-15699
6 years ago
zy410419243
ae8b52c290
fix: MenuItem should not render Tooltip when inlineCollapsed is false
6 years ago
zy410419243
2aca6fc51a
pref(Menu): instance() => simulate
6 years ago
zy410419243
5e1531e50d
test: update cases for Menu
6 years ago
zy410419243
5362d57265
test: update case
6 years ago
zy410419243
9dec5ecedc
chore: remove useless context from Menu.Item
6 years ago
zy410419243
ad54d23a44
fix(Menu): remove unexpected re-render, which causes flash and shake when collapsed
6 years ago
杨小事er
68c6982d89
feat(Menu): add overflowedIndicator prop ( #15459 )
6 years ago
zy410419243
f9d01eeb99
test: update cases for using Menu with Layout.Sider
6 years ago
zy410419243
198c01d454
fix: bad position of collapsible submenu in sider when collapsed
6 years ago
Cemre Mengu
946ef767e6
Specify type for defaultOpenKeys
6 years ago
ztplz
97880a9b47
Formate ( #15347 )
6 years ago
Cemre Mengu
3f6f1c1f00
Specify type for defaultOpenKeys
6 years ago
zy410419243
7642cbf18d
refactor: update lifecycle method for Menu
6 years ago
Frezc
c5b98c27c7
add export to MenuItemProps
6 years ago