@linhf2023
fb5305d4c6
fix(TimeLine): Correct className ( #40700 )
Co-authored-by: WB780012 <wb-lhf780012@antgroup.com>
2 years ago
lijianan
c885a42e3b
refactor: rewrite panelRender function to funtion component ( #40670 )
* fix: Indicators support number 0
* fix
* fix
* fix
* fix
* fix
* refactoring: rewrite panelRender function to funtion component
* restart ci
* fix
* fix
* fix
* Update index.test.tsx
* Update index.en-US.md
* Update components/tour/panelRender.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* raname
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
Long Hao (龙濠)
4299a0b28b
fix: 修复滑动条中 dot 的触发范围异常 ( #40679 )
2 years ago
RamonEspinosa
9632b36b04
type: fix drag sorting demo typos ( #40697 )
2 years ago
JiaQi
f646ba9c3a
fix(DatePicker): Fixed incorrect cursor when Picker of DatePicker is month and quarter ( #40607 )
Co-authored-by: Yuiai01 <dujiaqi@kezaihui.com>
2 years ago
linxianxi
c48c712371
demo: remove react-dnd, use dnd-kit ( #40674 )
* demo: remove react-dnd, use dnd-kit
* change type
2 years ago
lijianan
774bd8e6aa
fix: Indicators support number 0、null、undefined ( #40631 )
* fix: Indicators support number 0
* fix
* fix
* fix
* fix
* fix
* Update components/tour/__tests__/index.test.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* test: add test
* Update index.zh-CN.md
* Update index.en-US.md
* fix: update test
* test case
* Update components/tour/__tests__/index.test.tsx
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/tour/style/index.ts
Co-authored-by: MadCcc <1075746765@qq.com>
* fix style
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
藤原托漆
766e7f8f6b
docs: fix docs file name error ( #40683 )
2 years ago
MadCcc
c5dc6a4b92
fix: steps custom icon size ( #40672 )
2 years ago
Sunny-117
3cd756a514
chore(test): replace toEqual with toBe for boolean results ( #40673 )
2 years ago
MadCcc
40e77c40d3
docs: overview dark cover ( #40666 )
* docs: add dark overview
* docs: show dark cover in dark theme
* docs: update cover
2 years ago
Eldar Mirzabekov
31cbbce825
fix: add missing translations for ru_RU and uk_UA ( #40656 )
2 years ago
Wuxh
654897e151
docs(date-pciker): update demo docs ( #40653 )
2 years ago
lijianan
8ecb4cdc60
docs: update 5.2.0 changelog ( #40649 )
* update changelog
* update changelog
* update changelog
* Update components/timeline/index.zh-CN.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update CHANGELOG.en-US.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update CHANGELOG.zh-CN.md
Co-authored-by: MadCcc <1075746765@qq.com>
* Update components/timeline/index.zh-CN.md
Co-authored-by: MadCcc <1075746765@qq.com>
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
lijianan
9ad1a8e091
docs: fix docs error ( #40645 )
2 years ago
Riyad Elberkawy
21da39ae33
type: update upload UploadFile type ( #40634 )
2 years ago
lijianan
9fd6159772
lint: fix eslint error ( #40629 )
2 years ago
lijianan
57d0fdde8e
fix: deleted margin of the last indicator ( #40624 )
2 years ago
xrkffgg
c325474047
style: rename fontFamilyCode ( #40622 )
* style: rename fontFamilyCode
* Update seed.ts
* Update mixins.ts
2 years ago
lijianan
66885f6f5c
docs: adjust the order of Alert ( #40623 )
2 years ago
Amumu
c412894eba
docs: revert docs ( #40615 )
* docs: revert docs
* docs: update
* docs: update
* docs: update
* docs: update
* docs: update
2 years ago
Alan
1dded7fd4b
fix(Spin): not close Spin immediately when using delay ( #40475 )
* fix(Spin): close Spin immediately when using delay
* test(Spin): add delay close test case
2 years ago
lijianan
47d5fd5c93
feat: support indicatorsRender ( #40613 )
2 years ago
MadCcc
9d4216e565
fix: disabled DataPicker should not have status style ( #40608 )
2 years ago
黑雨
751bf40f60
feat: Time line data ( #40424 )
* feat: update timeline to data driven
2 years ago
lijianan
2b29093c52
type: update upload fileList type ( #40585 )
2 years ago
muxin
e5c4bbc693
style(Empty): fix text color in dark theme ( #40584 )
2 years ago
RamonEspinosa
6b55a32eef
demo: Remove immutability helper ( #40556 )
2 years ago
David
5b978a2052
feat: Add support for railStyle prop ( #40579 )
2 years ago
MadCcc
37b1de9091
chore: bump rc-segmented to 2.1.2 ( #40567 )
* chore: bump rc-segmented
* chore: skip
* chore: not skip
2 years ago
Alina Andrieieva
ad707df22e
Accessibility fix: aria-label cannot be used with role="presentation". ( #40413 )
* Acessibility fix: aria-label cannot be used with role="presentation".
* Acessibility fix: added aria-hidden to the wrapper
---------
Co-authored-by: Alina Andrieieva <Alina_Andrieieva@epam.com>
2 years ago
Yanlin Jiang
8a5cbf330c
fix(space): fix ant-space-item selector ( #40554 )
2 years ago
lijianan
cffd1e63d4
fix site style ( #40550 )
* fix site style
* fix md style
* update
* fix
2 years ago
Wuxh
aa918fc552
fix: fix DatePicker input style error ( #40549 )
2 years ago
lijianan
2ec869132b
docs: update api ( #40544 )
2 years ago
lijianan
0a75cfe9e2
refactoring: use React.createRef replace ref function ( #40538 )
* style: use React.createRef replace ref function
* style: use React.createRef replace ref function
* add useRef
* fix
* rename
2 years ago
lijianan
e45a43e6a2
fix: fix site style ( #40539 )
2 years ago
lijianan
e26e34f301
demo: update demo ( #40540 )
2 years ago
Martin Litvaj
ec190c454a
Export Breakpoint, ThemeConfig, GlobalToken types ( #40508 )
2 years ago
JiaQi
121036348a
docs(select): Make size demo check the default value ( #40536 )
Co-authored-by: Yuiai01 <dujiaqi@kezaihui.com>
2 years ago
Amumu
b84497cae2
feat: slider add support for disable keyboard events ( #40526 )
* feat: add support disable keyboard events
* docs: add docs and types
2 years ago
MadCcc
12596a06f2
fix: optimize arrow style ( #40521 )
* perf: optimize arrow style
* chore: code clean
* chore: code clean
2 years ago
MadCcc
421ae105ad
refactor: adjust boxShadow token ( #40516 )
* refactor: adjust boxShadow token
* chore: code clean
2 years ago
Roman Soroka
619814c005
fix: Table filter does not work if column has grouped header #40203 ( #40463 )
* fix: Table filter does not work if column has grouped header #40203
* fix: Table filter does not work if column has grouped header #40203
* fix: Add test case
* fix: Fix test 18
* fix: Fix tests
2 years ago
afc163
def02d74dc
chore: remove Select hover undefined line width ( #40446 )
* fix: Select hover undefined line width
* Apply suggestions from code review
* Update components/select/style/index.tsx
2 years ago
linxianxi
590b084565
demo: add table drag sorting handler demo ( #40346 )
* demo: add table drag sorting handler demo
* update snapshot
2 years ago
@linhf2023
83cfad4714
fix: Add ref to Collapse and Panel component ( #40443 )
* chore: update rc-collapse to 3.5.x
* feat: Add ref to Collapse and Panel component
* test(collapse): add ref case
* update snapshot
* Revert "update snapshot"
This reverts commit 1d4710a8db4dd2dec552e5b8d0599f3a1c3cc7d0.
* chore(deps): bump rc-collapse
* chore: update
2 years ago
MadCcc
9b25e1bd15
fix: tabs overflow unexpected height ( #40488 )
* fix: tabs overflow unexpected height
* chore: code clean
2 years ago
MadCcc
e060da33fd
fix: Progress success should have animation ( #40487 )
2 years ago
Rinku Chaudhari
8fc56256e7
ts(Tree.tsx): translated chinese ts defintions to english ( #40445 )
2 years ago