MadCcc
c897728eb8
docs: update demo template ( #35440 )
2022-05-09 16:23:07 +08:00
黑雨
42f91f970f
feat: edit date-picker to hook ( #35425 )
2022-05-09 10:34:10 +08:00
陈帅
be982e164a
docs: add 4.20.3 changelog ( #35435 )
...
* docs: add 4.20.3 changelog
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* fix typo
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.en-US.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* fix typo
* fix typo
* fix typo
* fix typo
Co-authored-by: afc163 <afc163@gmail.com>
2022-05-09 00:08:20 +08:00
afc163
6ca32a6665
refactor: Progress type="circle" for some issues ( #35433 )
...
* refactor: Progress type="circle" for some issues
close #17706
close #35009
close #35352
* test: update progress snapshot
* docs: update linecap.md
* Update components/progress/demo/linecap.md
* test: update progress snapshot
* fix: rc-progress@~3.3.1
* fix: rc-progress@~3.3.2
2022-05-08 23:57:17 +08:00
Mykyta Velykanov
fcf2afd3fa
fix: add missing localizations ( #35430 )
...
* Add missing localizations
* Update snapshot
2022-05-08 22:35:46 +08:00
github-actions[bot]
2aa3e7aacb
chore: auto merge branchs ( #35432 )
...
chore: merge master to feature
2022-05-08 09:26:52 +00:00
afc163
594f138760
resolve conflict between feature and master
2022-05-08 17:01:54 +08:00
MadCcc
8b682a5662
chore: split chunks ( #35222 )
...
* chore: split chunks
* chore: update bisheng version
* chore: split @ant-design/icon
* chore: code clean
* chore: test
* chore: split moment
* chore: code clean
2022-05-08 09:48:30 +08:00
MadCcc
11e2ce6c01
docs: update mirror link ( #35424 )
...
* docs: update mirror link
* feat: add modal
* feat: add icon
* chore: code clean
* feat: text
* fix: cancel btn
2022-05-07 22:37:50 +08:00
afc163
9a59018580
chore: change menu icon in site
2022-05-07 17:39:51 +08:00
Tom Xu
1719748a29
chore: eslint add consistent-type-imports ( #35419 )
...
* chore: eslint add consistent-type-imports
* fix avatar
* Update Item.tsx
2022-05-07 14:31:54 +08:00
二货机器人
00fb82276f
Merge pull request #35396 from zpc7/test/transfer-tooltip-to-testing-library
...
Replace Tooltip test case with testing library
2022-05-07 14:04:15 +08:00
Tom Xu
d1f85d94e5
fix: List.Item typescript ( #35418 )
2022-05-07 14:03:41 +08:00
Tom Xu
5d2475a2a1
fix: List.Item ref ( #35321 )
...
* fix: list item ref
* add test
* improve
2022-05-07 13:34:40 +08:00
zpc7
bd31a6a46a
Revert "test: replace some slepp with jest.runAllTimers"
...
This reverts commit ad886d1f65
.
2022-05-07 13:05:11 +08:00
github-actions[bot]
079ab977ea
chore: auto merge branchs ( #35416 )
...
chore: feature merge master
2022-05-07 04:55:49 +00:00
MadCcc
130b146590
chore: update snapshot
2022-05-07 12:27:03 +08:00
MadCcc
4184cc782c
Merge branch 'master' into feature-merge-master
2022-05-07 12:24:25 +08:00
zpc7
ad886d1f65
test: replace some slepp with jest.runAllTimers
2022-05-07 12:09:25 +08:00
MadCcc
7873bf7f1c
fix: arrow style ( #35401 )
...
* fix: arrow style
* fix: raise arrow z-index
* fix: fix defualt arrow color
* fix: mix shadow
* chore: code clean
* chore: code clean
* fix: use fadeout instead
* test: fix style lint
2022-05-07 12:04:46 +08:00
parabolazz
9b56ad86fb
docs: explain Avatar fallback strategy ( #35415 )
...
The original description was unclear, incomplete, and confusing, requiring a look at the code to understand it, so I revised it to a more understandable version.
2022-05-07 11:56:03 +08:00
Karott Schu
d07dcd46b7
fix(<Row/>): wipe out unnecessary prop ( #35409 )
...
* fix: wipe out unnecessary prop
* wipe out unnecessary prop(`row-gap: 0px`) on <Row />
* add test case
* chore: remove unnecessary import
* chore: add prop to Row and Col
* chore: update snapshot (Form/Grid/Card)
* chore: update snapshot
* chore: move location
2022-05-07 11:44:48 +08:00
MadCcc
4734f65f2f
feat: focus menu item automaticly when focusing menu ( #35407 )
...
* feat: focus menu item automaticly when focusing menu
* chore: update mentions
* test: fix test case
* chore: decrease bundle size
* chore: increase bundle size
2022-05-07 11:36:34 +08:00
zpc7
22b89eea5a
test: foreach all placement
2022-05-07 10:43:59 +08:00
zpc7
55f9e29360
test: remove some test case
2022-05-07 09:35:12 +08:00
zpc7
8ade7ab323
test: try to fix the pr check
2022-05-07 09:35:12 +08:00
zpc7
d9ce1ad14c
ci: trigger the pr check
2022-05-07 09:35:12 +08:00
zpc7
8545647313
test: transfer tooltip test case to testing library
2022-05-07 09:35:12 +08:00
zombiej
1a788cfd40
chore: rm CODEOWNER since this block github action
2022-05-06 19:46:28 +08:00
zombiej
c75e59faf1
chore: rm useless console
2022-05-06 18:52:01 +08:00
shuaijiumei
63d3c579f9
refactor: Progress rebuild as function component ( #35393 )
...
* refactor: Progress rebuild as function component
* refactor: Progress rebuild as function component
* refactor: Progress rebuild as function component
* refactor: Progress rebuild as function component
* refactor: Progress rebuild as function component
* refactor: Progress rebuild as function component
* refactor: Progress rebuild as function component
2022-05-06 18:34:45 +08:00
github-actions[bot]
25de1c4d31
chore: auto merge branchs ( #35399 )
...
chore: feature merge master
2022-05-06 05:52:21 +00:00
二货机器人
7511b9e8ac
test: replace textarea some test case with testing lib ( #35398 )
...
* test: replace textarea some test case with testing lib
* test: full process
* test: mv input test to input scope
* test: fix lint
2022-05-06 11:48:18 +08:00
MadCcc
7f6e4492a0
feat: Dropdown support autoFocus ( #35391 )
...
* feat: Dropdown support autoFocus
* chore: add bundle size
2022-05-05 16:45:07 +08:00
afc163
206e6dd138
docs: reverse React 18 demo
2022-05-05 16:40:49 +08:00
vagusX
ce1fc29bd7
fix: use less variables for Segmented ( #35387 )
2022-05-05 14:09:27 +08:00
Cooper Veysey
d8ab5a5771
Resolve Ant Design Notification component TypeScript error via adding maxCount as an ArgsProps property ( #35369 )
2022-05-05 14:06:57 +08:00
Yanlin Jiang
10596d9604
fix: Respect user provided space item key ( #35344 )
2022-05-05 13:46:52 +08:00
lalalazero
6c0f67e407
fix: table column filter reset is not working ( #35226 ) ( #35386 )
2022-05-05 12:17:15 +08:00
afc163
e039b10b2f
Revert "chore: fix npm start error in Gitpod"
...
This reverts commit 978226fb13
.
2022-05-05 11:27:49 +08:00
afc163
978226fb13
chore: fix npm start error in Gitpod
...
close #33444
2022-05-05 11:00:07 +08:00
haipeng
a217301cb7
fix: Carousel compatible with vertical property ( #35349 )
2022-05-05 10:52:41 +08:00
TrickyPi
50d3d99a78
test: migrate part of checkbox tests ( #35354 )
2022-05-05 10:25:22 +08:00
linqiqi077
44b9ab7e40
test: migrate part of anchor tests ( #35371 )
2022-05-04 23:14:07 +08:00
Zack Chang
85fd0640c5
test: refactor test cases of Space ( #35372 )
2022-05-04 20:44:37 +08:00
PCCCCCCC
c2741c2c4b
test: transfer part of tooltip test case to testing library ( #35362 )
2022-05-03 10:40:12 +08:00
github-actions[bot]
85707ff36f
chore: auto merge branchs ( #35347 )
...
chore: Feature merge master
2022-05-01 10:16:06 +00:00
zombiej
2290144b25
test: update test case
2022-05-01 17:50:10 +08:00
afc163
d2410282fd
Merge branch 'master' of github.com:ant-design/ant-design
2022-04-30 15:33:28 +08:00
Walid Cherhane
a21da91dcc
style: fix Select tag remove icon position ( #35336 )
...
The icon is pushed down a bit
2022-04-30 15:33:19 +08:00