MadCcc
c0d1359098
refactor: Statistic migrate to genComponentStyleHook ( #34917 )
3 years ago
MadCcc
a2e6e3cec4
refactor: Badge migrate to genComponentStyleHook ( #34916 )
3 years ago
MadCcc
662653952e
refactor: Result migrate to genComponentStyleHook ( #34915 )
3 years ago
MadCcc
41452045e0
refactor: Tag migrate to genComponentStyleHook ( #34914 )
3 years ago
miracles1919
f581159cb5
refactor: cssinjs for Tabs ( #34811 )
* refactor: cssinjs for Tabs
* doc: update demo css
* refactor: use genHook
* refactor: add skip check
* fix: remove useless skip
* refactor: remove rootPrefixCls
3 years ago
MadCcc
aa9a36da43
refactor: Popover & Avatar migrate to genComponentStyleHook ( #34913 )
3 years ago
MadCcc
5d54fa9be5
refactor: Alert migrate to genComponentStyleHook ( #34912 )
3 years ago
MadCcc
e7c8802c22
refactor: Slider migrate to genComponentStyleHook ( #34910 )
3 years ago
MadCcc
064edfe22a
refactor: Checkbox & Tree migrate to genComponentStyleHook ( #34904 )
* refactor: Checkbox migrate to genComponentStyleHook
* refactor: tree migrate to genComponentStyleHook
3 years ago
Albert Zhang
b3e66762d6
fix: skeleton cannot dispaly without children and loading props : Skeleton(...) return nothing ( #34872 )
* fix: skeleton cannot dispaly without children
* [CodeFactor] Apply fixes to commit 0b4a968
[ci skip] [skip ci]
* fix: update skeleton
Co-authored-by: codefactor-io <support@codefactor.io>
3 years ago
MadCcc
8dd16a1f57
refactor: Carousel migrate to genComponentStyleHook ( #34902 )
3 years ago
Hamed Mohammadzadeh
d49013468a
fix: not warpper animation for badge RTL ( #34899 )
3 years ago
MadCcc
c18dea7c2d
refactor: Divider use genComponentStyleHook ( #34897 )
3 years ago
MadCcc
811c48795a
refactor: affix use genComponentStyleHook ( #34896 )
3 years ago
二货机器人
3de8030e10
docs: site wrap with strict mode ( #34895 )
* docs: site wrap with strict mode
* chore: bump bisheng
3 years ago
MadCcc
821ac5bc97
refactor: select use genHook ( #34891 )
* refactor: select use genHook
* chore: code clean
* refactor: tree-select support genHook
* chore: code clean
* chore: code clean
* fix: tree style
3 years ago
MadCcc
8cb60ad7f1
feat: provide antCls in token ( #34889 )
3 years ago
MadCcc
b7c7abfdd4
refactor: form use genHook ( #34888 )
3 years ago
MadCcc
e5efbee968
refactor: Components based on Input migrate to genHook ( #34884 )
* refactor: Input base components use genHook
* chore: code style
* chore: code clean
3 years ago
MadCcc
f9b80cbcc3
refactor: provide iconCls in token ( #34869 )
* perf: provide iconCls in token
* chore: code style
* chore: use import/export type
3 years ago
二货机器人
a67c0d28d3
fix: react 18 test fixing ( #34787 )
* fix: try fix
* chore: ci
* test: recover
* test: more test case
* test: more and mote
* test: btn test
* fix: react 18 compitable
* chore: more test
* test: all confirm test
* chore: tmp
* chore: test lib
* chore: tmp
* chore: tmp
* test: back of part
* test: back of menu index test
* test: more test
* test: form test
* test: rm IE11 test case
* chore: fix compatible
* chore: clean up
* chore: back of all test case
* test: ignore 18 lines
* chore: remove render test of enzyme in upload
* test: back of IE11 test case to fit 100% coverage
* chore: fix pkg deps
3 years ago
Michael Crenshaw
08e962db4e
chore(deps): update moment to 2.29.2 ( #34867 )
Co-authored-by: Michael Crenshaw <michael_crenshaw@intuit.com>
3 years ago
Dzmitry Yarmoshkin
1a8a5ee06f
fix: add aria-checked prop to checkbox ( #34862 )
* fix: add aria-checked prop to checkbox
* fix: update snapshots
* fix: update aria-checked logic and snapshots
* refactor: change props order
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: Dzmitry Yarmoshkin <dzmitry_yarmoshkin@epam.com>
Co-authored-by: afc163 <afc163@gmail.com>
3 years ago
Minh Quy
445e6c6bca
feat: Support ref for Title, Text, Paragraph ( #34847 )
* feat: Support ref for Title, Text, Paragraph
* feat: Add tests for Title, Paragraph and Text
3 years ago
Tmk
c4ffbff841
fix: set requestId to null after fn was cancelled ( #34858 )
3 years ago
Daniel Pfeffer
27bb1ea4ae
chore: Update de_DE.tsx ( #34836 )
3 years ago
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>
3 years ago
Yunwoo Ji
25f8a0ad5f
docs: add size property to progress ( #34860 )
3 years ago
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
3 years ago
二货机器人
11d09f80de
docs: 4.19.5 changelog ( #34851 )
3 years ago
MadCcc
d0c4d7b0ec
feat: add useComponentStyle ( #34802 )
* feat: add useComponentStyle
* chore: auto generic
* feat: add overload
* feat: filter component token
* feat: genComponentStyleHook
* test: fix lint
* feat: button for test case
* chore: code clean
* chore: code clean
* feat: add componentCls into token
* feat: merge token statistic
* chore: code clean
* fix: cache token merge
* chore: code clean
* chore: add comment & rename variables
* chore: code enhancement
* chore: FullToken<ComponentName>
* chore: clean input
* chore: code clean
* test: fix lint
* feat: inset prefixCls
Co-authored-by: zombiej <smith3816@gmail.com>
3 years ago
二货机器人
baade8611d
fix: Form unmount miss origin store value ( #34845 )
3 years ago
Long Hao (龙濠)
bffdf0dee5
refactor: Empty cssinjs ( #34842 )
* feat: next-empty finish
* fix: add comment and remove type
Co-authored-by: zengguhao.zgh <zengguhao.zgh@alibaba-inc.com>
3 years ago
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
3 years ago
二货机器人
1dc998ace5
docs: Access component use which token ( #34827 )
* chore: token of it
* chore: not only
* chore: site always can statistic
* chore: shows
* chore: ignore useless coverage
3 years ago
二货机器人
80c1391211
docs: Add faq ( #34830 )
3 years ago
afc163
dd13e806b2
chore: minify themes css ( #34824 )
3 years ago
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>
3 years ago
黑雨
ead003a8e6
feat: cssinjs for list ( #34739 )
* feat: cssinjs for list
* feat: update for style
* feat: update for lint
* feat: update for style
3 years ago
dengqing
4b7c95b445
refactor: descriptions cssinjs ( #34786 )
* refactor: less move to cssinjs
* feat: move rtl related less to cssinjs
* style: comment style
* fix: remove all hashIds expecting root hashId
* docs: add hard code in v4
* refactor: rtl support switched to logical properties
* refactor: shorthand rtl className
* styles: style invalid
Co-authored-by: dengqing <qing.deng@goldenpig.com.cn>
3 years ago
afc163
1b1210791c
Update faq.zh-CN.md
3 years ago
miracles1919
550f60ff76
docs: update draggable demo with rtl mode ( #34785 )
* docs: update draggable demo with rtl mode
* test: update tabs demo snapshot
3 years ago
JiquanWang99
582df1199b
refactor: migrate the grid from less to cssinjs ( #34573 )
* refactor: migrate the grid from less to cssinjs
* fix: remove the hashid in col component
* refactor: split the useStyle of grid
* chore: add deps-lint-skip-all
* chore: add a fixme comment
* chore: remove the preset grid sizes in grid
3 years ago
afc163
0edd112d5b
feat: Anchor supports `getCurrentAnchor(activeLink)` ( #34799 )
close #34784
3 years ago
github-actions[bot]
83b979e2d5
chore: auto merge branchs ( #34800 )
chore: sync master to feature
3 years ago
afc163
a73629fb85
chore: merge feature
3 years ago
github-actions[bot]
6515d80431
chore: auto merge branchs ( #34801 )
chore: sync master to next
3 years ago
Yunwoo Ji
f5c6379bba
fix: correct className ( #34791 )
3 years ago
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
3 years ago
iamkun
54560c5daf
update test
3 years ago