Commit Graph

20606 Commits

Author SHA1 Message Date
afc163
1e9b28d787
fix: Steps responsive warning (#29599)
close #29596
2021-03-03 11:28:38 +08:00
Andre Zyczkowski
3c6e1ca877
docs: fixed List itemLayout prop definition (#29592) 2021-03-03 10:50:57 +08:00
afc163
79ae103069
fix: TimePicker.RangePicker popupClassName not working (#29589)
* fix: TimePicker.RangePicker popupClassName not working

close #29583

* fix ci
2021-03-02 22:09:21 +08:00
gzq
51ae3aebef
fix: dotPosition make pauseOnHover not working (#29587) 2021-03-02 20:43:33 +08:00
二货机器人
6aaa7be029
fix: Grid should support ssr for flex gap (#29586)
* fix: SSR not break Grid

* test: Add hydrate test

* fix lint
2021-03-02 20:29:00 +08:00
二货机器人
992b99c011
fix: Modal hooks update & destroy (#29584)
* fix: Modal update before render

* test: Add test case

* test: More test
2021-03-02 18:52:47 +08:00
叶枫
e7938cad1c
fix: 修复切换页面 changeConfirmLocale 被清空问题 (#29570)
* fix: 修复切换页面 changeConfirmLocale 被清空问题

* feat: 恢复 constructor

* feat: test
2021-03-02 18:05:20 +08:00
zombiej
79224cab83 docs: Update demo desc about closure
close #29573
2021-03-02 14:52:11 +08:00
Kermit
4e429714bb
fix(drawer): add contentWrapperStyle type declaration (#29571)
* fix(drawer): add contentWrapperStyle type declaration

* chore: add test case
2021-03-02 13:13:51 +08:00
二货机器人
2e5c848799
fix: message with prefixCls should not break (#29574)
* fix: compitable for legacy usage

* chore: Add modal warning

* fix lint

* test: ConfigProvider.config
2021-03-02 11:53:12 +08:00
afc163
3fa2b48667
fix: Select tags caret position (#29561)
close #29559
2021-03-02 08:21:19 +08:00
Tom Xu
e5d908a078
docs: format api (#29537) 2021-03-01 19:20:48 +08:00
limingxin
d719f16487
docs: update link (#29558) 2021-03-01 18:22:03 +08:00
二货机器人
53142ef237
refactor: rc-tooltip use motion config (#29555)
* refactor: internal add deadline & fix defaultVisible logic

* back of demo
2021-03-01 17:25:30 +08:00
zombiej
25ea9fb12b chore: fix script & docs 2021-02-28 15:11:14 +08:00
Tom Xu
3c1005ce60
chore: update authors (#29539) 2021-02-28 14:03:31 +08:00
Ted Shin
1f1c57cb1c
fix: incorrect locale in Korean for TimePicker #29536 (#29540)
* fix: incorrect locale in Korean for TimePicker #29536

* fix: incorrect locale in Korean for TimePicker #29536
2021-02-28 14:03:07 +08:00
dependabot[bot]
727b3375b6
chore(deps-dev): bump inquirer from 7.3.3 to 8.0.0 (#29518)
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 7.3.3 to 8.0.0.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@7.3.3...inquirer@8.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-28 14:01:56 +08:00
二货机器人
6cca5b8383
docs: 4.13.0 changelog (#29542)
* docs: 4.13.0 changelog

* update order

* fix desc
2021-02-28 13:18:48 +08:00
二货机器人
317c6469a2
Revert "feat: add api for transfer (#29288)" (#29541)
This reverts commit 15580483ce.
2021-02-28 11:00:44 +08:00
Tom Xu
90f1dfa58c
docs: improve spin en api title (#29534) 2021-02-28 09:35:34 +08:00
zkwolf
96964cc443
docs: fix badge english doc (#29531) 2021-02-28 09:09:48 +08:00
mumiao
4ad6a55474
fix: form.item is not type safe due to not forwarding their type para… (#29397)
* fix: form.item is not type safe due to not forwarding their type parameters to the rcForm components

* test: add test cases
2021-02-27 23:51:35 +08:00
xrkffgg
52bbca4047
ci: update pr open action 2021-02-27 23:18:19 +08:00
github-actions[bot]
581262b0aa
chore: auto merge branchs (#29530)
chore: Feature merge master
2021-02-27 14:45:17 +00:00
二货机器人
dc9535acdc
test: Back of Upload test coverage (#29524) 2021-02-26 22:38:11 +08:00
jinchaofs
cc38c07c6e
fix(table): pagination.current display error when result of filter is empty (#29386)
Co-authored-by: jinchao.li <jinchao.li@cyclone-robotics.com>
2021-02-26 21:51:35 +08:00
bcd337
290aa1adf3
fix: error when target not an html element (#29523)
fix error when target is object but not an html element
2021-02-26 18:43:15 +08:00
二货机器人
79f8fece4b
refactor: Upload use batch start (#29474)
* chore: Update Upload version

* useMergedStatus

* fix file list parser

* fix list replacement

* bump rc-upload

* add Upload.LIST_IGNORE

* support LIST_IGNORE

* fix uploadList batch test

* test: fix batch case test case changed

* test: Finish test case

* fix: Not change uid if exist

* use proxy

* fix proxy

* fix ts

* part test case check

* more test back

* back of test all

* update test case

* more unmount

* adjust test cae

* add unmount
2021-02-26 15:18:37 +08:00
xrkffgg
4d3b2d87c1
ci: perf show name 2021-02-25 20:02:16 +08:00
afc163
7f7dd1470d
fix: small Steps icon 1px bug (#29484) 2021-02-25 16:44:21 +08:00
Tom Xu
bf9f2e8918
docs: improve umi create project (#29473) 2021-02-25 15:45:05 +08:00
Tom Xu
059416e67e
docs: improve faq (#29471)
* docs: improve faq

* Update docs/react/faq.zh-CN.md

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

Co-authored-by: afc163 <afc163@gmail.com>
2021-02-25 11:36:40 +08:00
Tom Xu
82de61610d
docs: update based typescript version (#29468)
* docs: update based typescript version

* improve
2021-02-25 11:11:43 +08:00
Tom Xu
d842647535
docs: fix umi link (#29467) 2021-02-25 10:51:43 +08:00
xrkffgg
a5f761aec4
ci: update pr open check yml 2021-02-25 09:29:51 +08:00
github-actions[bot]
5d22b0ef7a
chore: auto merge branchs (#29450)
branch: merge master into feature
2021-02-24 13:31:32 +00:00
xrkffgg
99e788f98f
ci: update pr check ci version 2021-02-24 21:15:05 +08:00
dependabot[bot]
6697e96789
chore(deps-dev): bump typescript from 4.1.5 to 4.2.2 (#29448)
* chore(deps-dev): bump typescript from 4.1.5 to 4.2.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

Signed-off-by: dependabot[bot] <support@github.com>

* fix tsc errors

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2021-02-24 20:46:12 +08:00
xrkffgg
7870fed76f
ci: create issue-remove-inactive.yml (#29353) 2021-02-24 20:25:35 +08:00
xrkffgg
9b9e915970
ci: create issue-close-require.yml (#29351) 2021-02-24 20:25:22 +08:00
xrkffgg
fc26c6a33d
Create issue-check-inactive.yml (#29349) 2021-02-24 20:25:00 +08:00
xrkffgg
7f09d35ed6
ci: create rebase.yml (#29346)
* Create rebase.yml

* Update .github/workflows/rebase.yml
2021-02-24 20:24:48 +08:00
xrkffgg
6caca189e5
ci: update pr check ci 2021-02-24 20:24:30 +08:00
xrkffgg
c147c46450
ci: update pr check ci 2021-02-24 16:51:44 +08:00
xrkffgg
aab4733f4d
ci: add pr check ci yml (#29421)
* ci: add pr check ci yml

* Update pr-check-ci.yml
2021-02-24 15:14:57 +08:00
afc163
f7a36de698
fix: Select mode="tags" large size (41px => 40px) (#29437)
close #29374
2021-02-23 19:03:54 +08:00
afc163
b077913697
fix: Dropdown menu item disable style with icon (#29433)
close #29430
2021-02-23 16:48:10 +08:00
Tom Xu
1c90bf8010
Merge pull request #29428 from ant-design/master-to-merge-feature
chore: merge master into feature
2021-02-23 13:35:28 +08:00
afc163
ba7fa15058 merge feature into master 2021-02-23 13:20:07 +08:00