Tmk
c4ffbff841
fix: set requestId to null after fn was cancelled ( #34858 )
2022-04-05 13:01:18 +08:00
Daniel Pfeffer
27bb1ea4ae
chore: Update de_DE.tsx ( #34836 )
2022-04-05 12:37:10 +08:00
dependabot[bot]
b47ac623b8
chore(deps-dev): bump eslint-plugin-unicorn from 41.0.1 to 42.0.0 ( #34861 )
...
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn ) from 41.0.1 to 42.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases )
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v41.0.1...v42.0.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-05 12:35:02 +08:00
Yunwoo Ji
25f8a0ad5f
docs: add size property to progress ( #34860 )
2022-04-05 12:34:31 +08:00
MadCcc
6776bb8916
docs: demo support react18 ( #34843 )
...
* docs: update demo
* chore: add script
* test: fix demo test
* docs: convert demos
* chore: move script
* test: remove react-dom import
* chore: update deps
* docs: update riddle js
* test: fix image test
* docs: fix riddle demo
2022-04-03 23:27:45 +08:00
二货机器人
11d09f80de
docs: 4.19.5 changelog ( #34851 )
2022-04-02 23:33:13 +08:00
二货机器人
baade8611d
fix: Form unmount miss origin store value ( #34845 )
2022-04-02 18:31:14 +08:00
zqran
452c5835ec
feat: Tree switcherIcon
prop support render-prop ( #34470 )
...
* feat: Tree `switcherIcon` prop support render-prop
* add test for `switcherIcon` render-prop
* change the `switcherIcon` prop type of `TreeSelect`
* fix switcherIcon render-prop condition
* fix switcherIcon
2022-04-01 17:10:38 +08:00
二货机器人
80c1391211
docs: Add faq ( #34830 )
2022-04-01 15:54:11 +08:00
afc163
dd13e806b2
chore: minify themes css ( #34824 )
2022-04-01 14:29:06 +08:00
Amumu
1e06f6cdc7
docs: patch 4.19.3 change log ( #34821 )
...
* Patch 4.19.3 changelog
* docs: patch logs
* docs: fix author
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* emoji
* emoji
Co-authored-by: afc163 <afc163@gmail.com>
2022-04-01 11:11:00 +08:00
afc163
1b1210791c
Update faq.zh-CN.md
2022-03-31 15:17:48 +08:00
miracles1919
550f60ff76
docs: update draggable demo with rtl mode ( #34785 )
...
* docs: update draggable demo with rtl mode
* test: update tabs demo snapshot
2022-03-31 14:06:44 +08:00
afc163
0edd112d5b
feat: Anchor supports getCurrentAnchor(activeLink)
( #34799 )
...
close #34784
2022-03-31 11:17:17 +08:00
github-actions[bot]
83b979e2d5
chore: auto merge branchs ( #34800 )
...
chore: sync master to feature
2022-03-31 01:58:20 +00:00
afc163
a73629fb85
chore: merge feature
2022-03-31 09:57:33 +08:00
Yunwoo Ji
f5c6379bba
fix: correct className ( #34791 )
2022-03-30 16:59:17 +08:00
afc163
c0304cca55
fix: Pagination should display middle size Select when ConfigProvider componentSize is large ( #34756 )
...
* fix: Pagination should display middle size Select
when ConfigProvider componentSize is large
close #34744
* fix snapshot
2022-03-30 16:38:08 +08:00
二货机器人
2733977245
chore: React 18 test case ( #34781 )
...
* chore: add 18 test
* chore: update test flow
* chore: fail fast
* chore: foce ci
* chore: more if
* chore: test it
* chore: back of it
* chore: master only
* chore: fix spell
* chore: force install
* test: comment 16 tmp
* chore: use react 17
* chore: install 18
* chore: back of 16 & 17
2022-03-30 14:35:43 +08:00
zombiej
c89e33d0b6
test: update snapshot
2022-03-30 11:54:22 +08:00
二货机器人
ceba0d5c23
chore: comiple use matrix ( #34770 )
...
* chore: comiple use matrix
* chore: 16 deps
* chore: not install 16
* chore: update
* chore: to 16
* chore: install 16
* chore: install 16
* chore: install 16
* chore: install 16
* chore: concurrent
* chore: back all
* chore: fix lines
* chore: cancel if new comes
* chore: single dist speed up
* chore: fix
* chore: fix
* chore: update
* fix: deps
2022-03-29 20:46:37 +08:00
MadCcc
ff02a4e265
docs: replace grid design img ( #34771 )
...
* chore: replace grid design img
* fix: code error
2022-03-29 19:46:16 +08:00
MadCcc
2bff96fdd5
feat: Input.Group prevent components from getting style from Form.Item ( #34764 )
...
* feat: Input.Group provide isFormInput false
* test: update snapshot
* chore: code clean
2022-03-29 13:49:50 +08:00
shuaijiumei
0c4281f875
test: Update snapshot ( #34758 )
...
* fix: ci fail rollback
* fix: ci fail rollback
2022-03-28 22:25:23 +08:00
MadCcc
93bc388ad5
chore: update rc-tabs version ( #34757 )
2022-03-28 21:39:48 +08:00
dengqing
0299966291
fix: skeleton cannot display children ( #34751 )
...
* fix: skeleton cannot display children
* fix: type error
* fix: add test case
Co-authored-by: dengqing <qing.deng@goldenpig.com.cn>
2022-03-28 19:52:06 +08:00
MadCcc
c5e8efb82f
feat: Dropdown support switch options with arrow keys ( #34738 )
...
* feat: dropdown support auto-focus
* chore: code clean
2022-03-28 14:43:10 +08:00
zombiej
5ec9aa2a28
chore: bump 4.19.5-alpha.0
2022-03-28 14:05:31 +08:00
二货机器人
96ddf2e452
chore: more less variables ( #34746 )
2022-03-28 14:04:15 +08:00
二货机器人
9c7c424590
fix: tag-border-radius not work ( #34741 )
2022-03-27 22:15:38 +08:00
MadCcc
4491592d0d
docs: changelog 4.19.4 ( #34734 )
2022-03-27 15:38:13 +08:00
二货机器人
8a3ee71006
chore: add control-radius ( #34727 )
2022-03-27 00:20:38 +08:00
黑雨
215d2ad883
feat: add showCheckedStrategy api for cascader ( #34568 )
...
* feat: add showCheckedStrategy api for cascader
* feat: update doc
* feat: add demo and update doc
* feat: update demo
2022-03-26 00:17:34 +08:00
黑雨
9af935f7d3
refactor: use useContext in skeleton ( #34699 )
...
* feat: use useContext in skeleton
* feat: use useContext in skeleton
* feat: update for lint
2022-03-25 20:11:33 +08:00
afc163
1935ece582
fix: notification prevent interaction on elements which under it ( #34716 )
...
* fix: notification prevent interaction on elements which under it
close #34700
* fix test case
2022-03-25 19:38:28 +08:00
MadCcc
0d4cc5ed33
refactor: adjust TextArea in form ( #34714 )
2022-03-25 19:31:42 +08:00
MadCcc
7c4e12f99e
refactor: feedbackIcon provided by form ( #34712 )
...
* refactor: feedbackIcon migration
* test: update snapshot
2022-03-25 17:48:12 +08:00
Yunwoo Ji
c7553c2ba5
docs: fix type of style in tabs component ( #34706 )
2022-03-25 14:27:30 +08:00
xrkffgg
5b1fa4ccac
ci: update pr merge branch
2022-03-25 10:17:46 +08:00
zhao-huo-long
5588dae212
fix: Descriptions number 0 can't render span ( #34696 )
...
* fix: number 0 can't render span
* Update Cell.tsx
* chore: add test case
2022-03-25 09:38:55 +08:00
Zack Chang
be18ea659b
chore: update test cases of Spin ( #34695 )
2022-03-24 22:12:41 +08:00
MadCcc
0de1e66ff1
refactor: move override code in form ( #34694 )
...
* refactor: move override code in form
* refactor: radio and checkbox
* chore: code clean
* test: fix lint
* test: fix lint
2022-03-24 21:54:20 +08:00
Zack Chang
5e0c232077
chore: update Item component test case ( #34686 )
...
Co-authored-by: Zack Chang <zackchangjx@foxmail.com>
2022-03-24 14:27:42 +08:00
Yiming
35aa951550
fix: fix Ant Design Charts url ( #34685 )
2022-03-24 13:36:10 +08:00
github-actions[bot]
2a35f74d74
chore: auto merge branchs ( #34684 )
...
chore: feature merge master
2022-03-24 04:30:35 +00:00
黑雨
087b65c3b9
feat: delete drawer wrap ( #34673 )
2022-03-23 22:46:15 +08:00
xrkffgg
99056a77d8
docs: update readme
2022-03-23 22:18:52 +08:00
黑雨
d4acc661da
feat: add filterResetToDefaultFilteredValue api ( #34355 )
...
* feat: add filterResetToDefaultFilteredValue api
* feat: fix lint
* feat: update test case
* feat: update doc
2022-03-23 19:29:05 +08:00
huangkairan
d0be21ed8f
fix(table) filterSearch TypeScript declaration ( #34671 )
...
* fix: types declaration
* fix(table): filterSearch TypeScript declaration
2022-03-23 18:30:30 +08:00
Yunwoo Ji
76cc520efe
docs: fix type of style in drawer component ( #34665 )
2022-03-23 15:51:44 +08:00