Commit Graph

24320 Commits

Author SHA1 Message Date
Jimmy
546bda457f
demo : Tabs onEdit Callback parameter type problem (#39926)
* fix : Tabs`onEdit`Callback parameter type problem

* fix : Tabs onEdit Callback parameter type problem
2023-01-15 13:08:09 +08:00
puxiao
5fa7baa786
docs: Update Image index.zh-CN.md (#40233) 2023-01-14 19:33:48 +08:00
lijianan
5b9f19fc02
docs: add contribution guide (#40222)
* docs: add contribution guide

* fix

* fix
2023-01-14 19:32:38 +08:00
lijianan
973abb6e56
test: add test case for en-US blog to avoid omission in translation (#40231) 2023-01-14 19:30:26 +08:00
二货爱吃白萝卜
df3c33c378
chore: rm bundlesize check (#40220) 2023-01-13 16:53:23 +08:00
前端练习两年半
4f14109aef
docs: update dropdownRender demo description (#40212)
Co-authored-by: chengqu <wd348312@alibaba-inc.com>
2023-01-13 16:10:57 +08:00
JarvisArt
2e234aa285
demo: tag demo supports dark mode (#40202) 2023-01-13 10:46:35 +08:00
dong
e378ec5493
fix: Dropdown accidental opening of container (#40201) 2023-01-13 10:42:59 +08:00
Wuxh
0051a877e2
fix(site): fix the failure of website code folding function (#40198)
* fix(site): fix the failure of website code folding function

* remove

* chore: update
2023-01-13 10:41:54 +08:00
lijianan
8b5198155c
docs: update blog (#40193) 2023-01-12 19:17:26 +08:00
二货爱吃白萝卜
96c0c21139
chore: adjust wave pos (#40192)
* chore: adjust wave pos

* chore: patch check

* chore: update post
2023-01-12 17:52:19 +08:00
Wuxh
06dde33601
fix(Table): fix sticky table header shadow style error (#40171)
* fix: fix sticky table header shadow style error

* fix
2023-01-12 17:38:39 +08:00
afc163
fdc6709977
chore: fix lint and refactor some site code (#40185)
* chore: refactor header code style

* fix lint
2023-01-12 11:57:54 +08:00
MadCcc
716e56b3ae chore: update issue actions 2023-01-12 11:20:22 +08:00
afc163
36d1916a1b
chore: add crossorigin="anonymous" to umi.js (#40184)
https://umijs.org/docs/api/config#crossorigin
2023-01-12 11:17:04 +08:00
lijianan
481710ecae
fix: eslint error (#40183) 2023-01-12 11:04:35 +08:00
JarvisArt
c55180341e
demo: form advanced-search beautification style (#40180) 2023-01-12 10:15:40 +08:00
JarvisArt
76e0d9cdca
demo: drawer render-in-current demo supports dark mode (#40181) 2023-01-12 10:14:11 +08:00
afc163
5518855f82
style: fix Segmented thumb radius size (#40179) 2023-01-11 23:59:47 +08:00
二货爱吃白萝卜
108ab5d0f3
docs: Update mark of third part (#40178) 2023-01-11 23:21:14 +08:00
afc163
a6a315b43f
style: fix Segmented item hover radius style (#40175)
* style: fix Segmented item hover radius style

* chore: update function name
2023-01-11 22:33:17 +08:00
Wuxh
c468b3487c
ci: fix format error (#40172)
#40166
2023-01-11 21:37:51 +08:00
lijianan
1c8f6507ce
site: improve overview page (#40126)
* site: imp

* update fontsize

* add scrollTo(0)

* revert

* add style return type

* add resize Event when input onChange

* docs: fix affix height and revert resize event

* fix: justifycontent => justify-content

* fix style

Co-authored-by: afc163 <afc163@gmail.com>
2023-01-11 21:37:12 +08:00
Wuxh
267b40c93e
ci: update issues-open-check workflow (#40166)
* ci: update issues-open-check workflow

* chore: update
2023-01-11 20:30:08 +08:00
Cherry7
0d31539b81
docs: fix recommendation dark style and update react-monaco-editor url (#40164)
* docs(recommendation): fix  style in dark theme

* fix: react-monaco-editor url
2023-01-11 18:33:29 +08:00
afc163
f9efab55a1
Revert "fix(tour): findDomNode throw warning in strict mode (#40153)" (#40159)
This reverts commit 6f9848c9be.
2023-01-11 16:51:45 +08:00
helloqian12138
eba5d49be9
chore(deps): update dependency rc-trigger to v5.3.4 (#40158) 2023-01-11 16:51:04 +08:00
lijianan
839e485a16
docs: markdown eslint error fix (#40149) 2023-01-11 16:48:09 +08:00
kiner-tang(文辉)
6f9848c9be
fix(tour): findDomNode throw warning in strict mode (#40153)
* fix: findDOMNode throw Wraning in strictMode

* feat: update domo

* feat: reset demo
2023-01-11 15:54:55 +08:00
afc163
944adac8df
Update test.yml 2023-01-11 15:21:54 +08:00
Wuxh
e70c702232
chore(deps): update dependency (#40121)
* chore(deps): update `@ant-design/colors` dependency

* test: update case

* chore(deps): update `@ant-design/icons` dependency
2023-01-11 14:22:48 +08:00
afc163
2cc98764a7
test: fix bundlesize2 cache throw error (#40151) 2023-01-11 14:05:00 +08:00
JarvisArt
e4edc3444d
demo: collapse custom demo supports dark mode (#40144)
* demo: collapse custom demo supports dark mode

* chore: remove className

* demo: update collapse custom
2023-01-11 12:10:20 +08:00
JarvisArt
6129ea1216
demo: form global-state demo supports dark mode (#40143)
* chore: form global-state demo supports dark mode

* test: update snapshot
2023-01-11 10:40:35 +08:00
Muhammad Sohaib Raza
5191b85b96
refactor: button (#40077)
* fix: type updated from any, and comments removed #15930

* refactor: removed unnecessary comments, created helper for button

* fix: cleanupTimer

* fix: import fixed

* Update components/button/button.tsx

Co-authored-by: afc163 <afc163@gmail.com>

* Update components/dropdown/dropdown-button.tsx

Co-authored-by: afc163 <afc163@gmail.com>

Co-authored-by: afc163 <afc163@gmail.com>
2023-01-11 10:32:05 +08:00
Wuxh
001a44ec77
fix: fix custom color displaying wrong classname & alignment overflow (#39394)
* test: add case

* fix: fix the presence of other non-preset colors in the class name

* TS Type Enhancement

* fix: fix custom icon rtl mode distance problem

* test: update snapshot
2023-01-10 22:57:09 +08:00
afc163
fec2f49bef
style: fix Badge rtl style on block element (#40125) 2023-01-10 22:10:18 +08:00
Wuxh
d30b5a28e7
dev: upgrade the developer experience (#40080)
* chore: update site

* dev: add the ability to open the demo website address in development mode
2023-01-10 21:35:01 +08:00
MESSAOUDI Oussama
dd3db2587b
fix: breadcrumb last item color does not use the breadcrumbLastItemColor token. (#40119)
* use `breadcrumbLastItemColor` token in `li:last-child`

* PR feedback

* revert change log update.
2023-01-10 19:13:42 +08:00
lijianan
7f222efff6
site: delete V5_NOTIFICATION (#40129)
* site: delete V5_NOTIFICATION

* clear code
2023-01-10 16:51:28 +08:00
Peach
51375683c7
docs: override debug prop when show all demo (#40130)
* docs: override debug prop when show all demo

* chore: add annotation
2023-01-10 15:45:23 +08:00
lijianan
0f64e1538e
chore: markdown eslint error (#40124) 2023-01-10 11:44:06 +08:00
JarvisArt
26c3c326ad
chore: Watermark uses MutateObserver (#40081)
* chore: Watermark uses MutateObserver

* chore: upgrade @rc-component/mutate-observer
2023-01-10 10:56:54 +08:00
MadCcc
52478c78d3 chore: update changelog 2023-01-09 21:51:17 +08:00
MadCcc
432a7cdac3
docs: changelog 5.1.4 (#40117)
* docs: changelog 5.1.4

* chore: code clean

* chore: umoji
2023-01-09 21:33:48 +08:00
MadCcc
ab9124ba88
fix: missing locale in pacakge (#40116)
* fix: missing locale in pacakge

* chore: add bug version
2023-01-09 21:03:08 +08:00
3hson
ea943f7e70
fix(cascader): cascader dropdown placement using isRtl (#40109)
* fix(cascader): cascader dropdown placement using isRtl

* fix(cascader): remove extra SelectCommonPlacement type assertion

Co-authored-by: Ehsan Khakian <e.khakian@liateam.net>
2023-01-09 19:35:14 +08:00
陈帅
e23c5a4f9d
docs: add 5.1.3 changelog (#40097)
* docs: add 5.1.3 changelog

* fix review warning

* fix review warning

* chore: update snapshot

* fix review changelog

* Update CHANGELOG.zh-CN.md

Co-authored-by: lijianan <574980606@qq.com>

* Update CHANGELOG.zh-CN.md

* update snapshot

* update snapshot

* Update CHANGELOG.zh-CN.md

Co-authored-by: MadCcc <1075746765@qq.com>

* update snapshot

* update snapshot

Co-authored-by: Amumu <yoyo837@hotmail.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-01-09 17:10:40 +08:00
lijianan
8a85d7a642
chore: add Suggested change (#40106)
* Suggested change

* fix
2023-01-09 17:07:39 +08:00
MadCcc
d24c55a0bb
fix: horizontal Menu style with (#40105)
* fix: horizontal Menu style with

* chore: update snapshot

* chore: code clean
2023-01-09 16:50:08 +08:00