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
|
3 years ago |
MadCcc
|
9f3773f69f
|
feat: master diff (#34760)
* feat: master diff
* fix: SSR support
* feat: use controlled checkbox
|
3 years ago |
zombiej
|
8489c59b61
|
chore: merge master
|
3 years ago |
shuaijiumei
|
0c4281f875
|
test: Update snapshot (#34758)
* fix: ci fail rollback
* fix: ci fail rollback
|
3 years ago |
MadCcc
|
93bc388ad5
|
chore: update rc-tabs version (#34757)
|
3 years ago |
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>
|
3 years ago |
MadCcc
|
c5e8efb82f
|
feat: Dropdown support switch options with arrow keys (#34738)
* feat: dropdown support auto-focus
* chore: code clean
|
3 years ago |
zombiej
|
5ec9aa2a28
|
chore: bump 4.19.5-alpha.0
|
3 years ago |
二货机器人
|
96ddf2e452
|
chore: more less variables (#34746)
|
3 years ago |
二货机器人
|
9c7c424590
|
fix: tag-border-radius not work (#34741)
|
3 years ago |
MadCcc
|
4491592d0d
|
docs: changelog 4.19.4 (#34734)
|
3 years ago |
二货机器人
|
8a3ee71006
|
chore: add control-radius (#34727)
|
3 years ago |
afc163
|
0e7e4fbef5
|
refactor: move Carousel to css in js (#34634)
* refactor: move to css in js
* move some styles
* fix styles
* add more styles
* add variables
* add rtl styles
* use rootPrefixCls
* fix rtl style
* improve code style
* use context
* fix some issues
* refactor: argument usage
* refactor: argument usage
* remove unused css code
|
3 years ago |
黑雨
|
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
|
3 years ago |
github-actions[bot]
|
72bb437548
|
chore: auto merge branchs (#34721)
chore: next merge feature
|
3 years ago |
MadCcc
|
a58bcdcaaf
|
test: fix lint
|
3 years ago |
MadCcc
|
9f3dc50df6
|
Merge branch 'next' into next-merge-feature
|
3 years ago |
zombiej
|
98b6ca175c
|
Merge remote-tracking branch 'origin/master' into next
|
3 years ago |
黑雨
|
9af935f7d3
|
refactor: use useContext in skeleton (#34699)
* feat: use useContext in skeleton
* feat: use useContext in skeleton
* feat: update for lint
|
3 years ago |
MadCcc
|
cf18b1443b
|
Merge branch 'feature' into next-merge-feature
|
3 years ago |
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
|
3 years ago |
MadCcc
|
0d4cc5ed33
|
refactor: adjust TextArea in form (#34714)
|
3 years ago |
二货机器人
|
2aa33578c2
|
refactor: Align with token (#34713)
* chore: Divider full token
* chore: typography with tokn
* chore: select with token
* chore: tree with token
* chore: select style
* chore: select style
* chore: clean up
|
3 years ago |
MadCcc
|
7c4e12f99e
|
refactor: feedbackIcon provided by form (#34712)
* refactor: feedbackIcon migration
* test: update snapshot
|
3 years ago |
Yunwoo Ji
|
c7553c2ba5
|
docs: fix type of style in tabs component (#34706)
|
3 years ago |
Zack Chang
|
c8b2b28c95
|
Refactor/spin cssinjs (#34653)
* TODO: fix test case
* TODO: 样式、test文件的import
* TODO: 伪类不生效
* temp changed
* fix: disable eslint
* chore: update snapshots
* chore: 解决伪类不生效
* chore: update token prop name
* TODO: mark FIXME
* fix: recover snapshot
* fix: recover snapshot again
* chore: update snapshot
Co-authored-by: Zack Chang <zackchangjx@foxmail.com>
|
3 years ago |
xrkffgg
|
1627207255
|
refactor: popover cssinjs (#34607)
* refactor: popover cssinjs
* fix cls
* fix cls
* fix overlay
* fix: token
* fix: util
* fix: block -> line
* fix: interface
|
3 years ago |
元凛
|
8fe2002860
|
test: update spin snap
|
3 years ago |
xrkffgg
|
cea34d3a61
|
Merge pull request #34697 from ant-design/next-merge-feature
chore: merge feature into next
|
3 years ago |
xrkffgg
|
5b1fa4ccac
|
ci: update pr merge branch
|
3 years ago |
zombiej
|
8d04e4c1a1
|
chore: next merge master
|
3 years ago |
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
|
3 years ago |
黑雨
|
6451b2ea04
|
feat: cssinjs for drawer (#34656)
|
3 years ago |
MadCcc
|
8da22ae59c
|
Merge branch 'feature' into next-merge-feature
|
3 years ago |
Zack Chang
|
be18ea659b
|
chore: update test cases of Spin (#34695)
|
3 years ago |
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
|
3 years ago |
二货机器人
|
ebf52122a2
|
refactor: Button use full token & remove all `withPrefixCls` & support overrides (#34690)
* chore: init
* chore: button token
* chore: rm all withPrefixCls
* feat: overrides work
* feat: theme can be nest
* test: Update snapshot
* fix: memo logic
|
3 years ago |
二货机器人
|
d952088650
|
refactor: More alias token (#34681)
* chore: colorHighlight
* chore: bgSecondary
* chore: colorLink
* chore: link style
* chore: rm fly variables
* chore: colorAction
* chore: add warning comment
* chore: token outline
* chore: colorBgXXX
* chore: alert
* rm: zIndex
* chore: rm zIndexComponent
* fix: tag color checkabl
* chore: tags tmp
|
3 years ago |
zombiej
|
ae7ce6789b
|
Merge branch 'master' into next
|
3 years ago |
Zack Chang
|
5e0c232077
|
chore: update Item component test case (#34686)
Co-authored-by: Zack Chang <zackchangjx@foxmail.com>
|
3 years ago |
zombiej
|
b6fe34254d
|
Merge remote-tracking branch 'origin/feature' into next
|
3 years ago |
Yiming
|
35aa951550
|
fix: fix Ant Design Charts url (#34685)
|
3 years ago |
github-actions[bot]
|
2a35f74d74
|
chore: auto merge branchs (#34684)
chore: feature merge master
|
3 years ago |
黑雨
|
087b65c3b9
|
feat: delete drawer wrap (#34673)
|
3 years ago |
github-actions[bot]
|
2e313bfd12
|
chore: auto merge branchs (#34676)
chore: next merge master
|
3 years ago |
xrkffgg
|
99056a77d8
|
docs: update readme
|
3 years ago |
MadCcc
|
b63bdc47e5
|
Merge branch 'master' into next-merge-master
|
3 years ago |
黑雨
|
d4acc661da
|
feat: add filterResetToDefaultFilteredValue api (#34355)
* feat: add filterResetToDefaultFilteredValue api
* feat: fix lint
* feat: update test case
* feat: update doc
|
3 years ago |
huangkairan
|
d0be21ed8f
|
fix(table) filterSearch TypeScript declaration (#34671)
* fix: types declaration
* fix(table): filterSearch TypeScript declaration
|
3 years ago |
Yunwoo Ji
|
76cc520efe
|
docs: fix type of style in drawer component (#34665)
|
3 years ago |