afc163
a9bab97d92
chore: update style of github contributors ( #39994 )
2 years ago
lijianan
977f4da9df
demo: update demo code ( #39982 )
* type: add Tab type
* add notes
* update demo code
2 years ago
Danial Soheili
a63789e3dc
Bugfix/checkbox style ( #39974 )
* 🎨 STYLE: fix indeterminate Checkbox style when disabled
* 📖 DOC: add indeterminate checkbox to disabled demo
* 🧪 TEST: update snapshots
* 🐞 FIX: don't change normal checkbox background
* 🐞 FIX: style selector
2 years ago
kiner-tang(文辉)
508ea27328
feat(tour): tour support custom scroll into view options ( #39980 )
* feat: support custom scrollIntoViewOptions
* feat: support custom scrollIntoViewOptions
* docs: update docs
* docs: update docs
* docs: update docs
2 years ago
Peach
0296b4357e
docs: page loading not working bug ( #39969 )
2 years ago
二货爱吃白萝卜
99b32a3c37
fix: wave target position switch ( #39966 )
* fix: Node delay for wave pos
* test: test case update
* test: test case update
* chore: update ignore
* test: test case update
* chore: resize check for size changing
* test: coverage
* chore: save code
2 years ago
afc163
cfc763bce3
chore: fix header menu style in mobile device ( #39967 )
2 years ago
JiaQi
7f3342418f
docs(list): Example display error in English environment ( #39959 )
Co-authored-by: Yuiai01 <dujiaqi@kezaihui.com>
2 years ago
lijianan
0bf4ee88b5
docs: add Space for demo ( #39961 )
2 years ago
azro352
0a7a600239
Fix demo grid ( #39963 )
* Fix demo grid
* Fix demo grid
2 years ago
linxianxi
532da4c77a
feat(ConfigProvider): add form scrollToFirstError ( #39509 )
* feat(ConfigProvider): add form scrollToFirstError
* modify
* format code
* 修改 md
* 解决文件名大小写问题
* 解决文件名大小写问题
2 years ago
lijianan
ccbec33585
type: remove redundant useContext ( #39955 )
* type: remove redundant useContext
* add type
2 years ago
lijianan
b44b4e7705
refactor: (Transfer) CC => FC ( #39944 )
* refactor[Transfer]: CC => FC
* add
* revert
* fix
* revret
2 years ago
二货爱吃白萝卜
9f7b129c41
fix: Button wave follow issue ( #39954 )
* fix: Button wave follow issue
* test: update test case
* chore: fix lint
2 years ago
lijianan
59a332bf47
chore: use React.useContext() replace <Context.Provider /> ( #39950 )
* chore: use React.useContext() replace <Context.Provider />
* fix
* fix
* fix
* fix
* fix
2 years ago
Samyek
e9b5805fc2
docs: Updated the Copyright Year ( #39952 )
2 years ago
lijianan
e80587ec70
docs: optimization docs ( #39947 )
2 years ago
renovate[bot]
e0ce1b73d1
chore(deps): update cimg/node docker tag to v16.19.0 ( #39948 )
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
二货爱吃白萝卜
5edcdc8200
docs: blog about re-render ( #39941 )
* docs: rerender blog
* docs: fix lint
* Update docs/blog/render-times.zh-CN.md
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
2 years ago
JarvisArt
2f623fe553
fix: submenu arrow transition ( #39945 )
2 years ago
Amumu
a38cdb8720
Merge pull request #39943 from ant-design/feature-merge-master
chore: feature merge master
2 years ago
yoyo837
54428e2f5f
Merge branch 'master' into feature-merge-master
2 years ago
github-actions[bot]
ce0271a584
chore: auto merge branches ( #39942 )
chore: Feature merge master
2 years ago
lijianan
71eddd2c20
chore: remove useless tsx support ( #39934 )
* chore: remove useless tsx support
* add
* revert
* add
* fix
* fix
* add test case
* fix
2 years ago
kiner-tang(文辉)
5de9fd7909
fix: solve selection column cover by other cell when fixed ( #39940 )
2 years ago
JarvisArt
401ef66111
fix: when table filter, the border will be black ( #39938 )
2 years ago
afc163
00ca91475c
docs: update links ( #39935 )
* Update introduce.zh-CN.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
* Update introduce.en-US.md
* Update introduce.en-US.md
* Update introduce.zh-CN.md
2 years ago
Kirubashankar K
154c03bf5c
feat: add missing ta_IN translations ( #39936 )
Co-authored-by: kirubashankar <kirubashankar@ghoshak.com>
2 years ago
afc163
0fcf972022
chore: update table drag demo ( #39929 )
2 years ago
afc163
7e67c84c32
docs( ✨ ): release 5.1.2 ( #39917 )
* docs(✨ ): release 5.1.2
* Update CHANGELOG.zh-CN.md
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
2 years ago
lijianan
8f9a25c021
type: remove ForwardRefRenderFunction ( #39924 )
* type
* fix
2 years ago
afc163
1c662199af
docs: clarify Transfer filterOption description ( #39916 )
close #39907
close #39906
2 years ago
lijianan
6660e53863
chore: remove rc-util/addEventListener ( #39923 )
* chore: remove rc-utils/addEventListener
* fix
* fix
2 years ago
Wuxh
4d9e684d3c
docs: update README-zh_CN.md ( #39910 )
2 years ago
二货爱吃白萝卜
3f18bfbaee
fix: tailwindcss reset Image style ( #39914 )
* fix: tailwindcss reset
* docs: more info
* chore: comment
2 years ago
Wuxh
5836724dc4
fix: dropdown menu style issue ( #39904 )
* fix: dropdown menu item in danger
Disable dropdown menu item when type is equal to danger
increase disabled CSS specificity
remove unnecessary changes
fix: remove reordering functions
Remove reordering functions by increasing `disable` class on line 350 CSS specificity
Revert "fix: remove reordering functions "
This reverts commit bd94daaddf973f5f8ef1641ea3081f5aab2fc3a2.
* chore: update style
* chore: update demo
ref: https://github.com/ant-design/ant-design/issues/39322
* test: update snapshot
Co-authored-by: samyar <75088294+samyarkd@users.noreply.github.com>
2 years ago
afc163
b554e061ee
chore: replace react-sticky to react-sticky-box in Tabs demo ( #39898 )
* docs: replace react-sticky to react-sticky-box in Tabs demo
* test: fix test case
2 years ago
lijianan
3ed7ec906e
chore: remove useless tsx support ( #39890 )
* chore: remove useless tsx support
* add
* add
* style
* fix lint
* fix lint
* fix lint
* update locale entry
* update locale entry
* update locale entry
* delete useless style
2 years ago
张仕传
971282671b
docs: Update check-conduct.zh-CN.md ( #39899 )
fix: 修复第一行末尾的错别字: 值的 -> 值得
2 years ago
洋
512883e59a
fix: useModal default okText ( #39884 )
2 years ago
李瀚
9baea0d05f
fix: filtered word error ( #39887 )
* fix: filtered word error
* Optimize the code
2 years ago
Amumu
2f4bb11680
chore: stable version ( #39886 )
2 years ago
JarvisArt
8d7e17a11c
chore: dropdown context-menu demo supports dark mode ( #39859 )
2 years ago
Amumu
6378197996
fix: fix filtered update not working ( #39883 )
2 years ago
lijianan
dedbbda5f2
type: LiteralUnion optimization ( #39871 )
2 years ago
lijianan
4f16966e28
refactor[Wave]: CC => FC ( #39705 )
* fix
* refactor[Wave]: CC => FC
* fix lint
* fix
* fix
* fix
* add test case
* add test case
* fix test
* fix test
* test case
* add test case
* fix
* fix
* fix
* fix
* raname
* fix
* test case
* test case
* test case
* fix test
* test case
* refactor: Use React way
* test: coverage
* chore: clean up
* rerun fail ci
* fix: React 17 error
* test: fix test case
* test: fix test case
* fix borderRadius
* test: fix test case
* chore: clean up
* chore: clean up
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2 years ago
MadCcc
365288a9a4
docs: fix prerender ( #39864 )
* docs: fix prerender
* chore: add fallback
* chore: update spin
* chore: code clean
2 years ago
黑雨
689feb8a1a
style: fix input addon misplace when zoom up ( #39842 )
2 years ago
kiner-tang(文辉)
45dcbd50f4
fix(table): Sorted/Filtered table fixed column transparent background unreadable ( #39012 )
* fix: Sorted/Filtered table fixed column transparent background unreadable
* feat: remove redundant code
* Update components/table/style/index.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* feat: code optimize
* style: reset format doc
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
Wibus
c1032f4743
fix: remove useless tsx support ( #39853 )
2 years ago