Zev Zhu
045193e797
fix: passing a non-array as children to a table will result in an error. ( #6521 )
...
* fix: fix table column data is passed into chlidren is undefined or null errorr
* chore(menu): fix menu inline demo watch not trigger
2 years ago
Zhan Dong
3b37cc1ae7
fix(input-number): fix the issuse of missing id when use in form ( #6519 )
...
closed #6466
2 years ago
Simon He
b39f2b2d03
perf(anchor): reduce unnecessary calculations ( #6516 )
2 years ago
Simon He
019b539f16
perf(affix): reduce unnecessary calculations ( #6509 )
2 years ago
tangjinzhou
ccf850552d
release 3.2.20
2 years ago
tangjinzhou
858169aee3
fix: datePicker support empty, close #6510
2 years ago
tangjinzhou
80fbabc66f
fix: space remounted slot, close #6500
2 years ago
tangjinzhou
6d1035f1b0
docs: add quarterOfYear, close #6508
2 years ago
tangjinzhou
ca0d8cc7c1
release 3.2.19
2 years ago
tangjinzhou
12c9e0c3fb
release 3.2.18
2 years ago
tangjinzhou
c36b69d7bd
fix: ts error
2 years ago
Zhan Dong
8e5431886a
feat: Add focus and blur methods to buttons ( #6490 ), close #6483
...
* feat(button): add methods for focus and blur
closed #6483
* docs(button): add focus methods doc
2 years ago
xihaoshangdi
634adae1c3
fix(a-form):fixed use props.name instead window.name ( #6460 )
2 years ago
Cherry7
95642610da
fix(Select): fix polite span effect ( #6467 )
2 years ago
xing.org1^
69da428a51
fix(RangePicker): syntax errors ( #6469 )
2 years ago
tangjinzhou
78c8c9d791
fix: virtual list error at firefox, close #6470
2 years ago
Cherry7
c690f4188a
doc(transfer): tree-transfer disabled style ( #6480 )
2 years ago
Cherry7
bf5fcdc269
docs(DatePicker): update docs ( #6450 )
2 years ago
Cherry7
1977074a7e
fix(dayjs): cannot handle week and quarter String + Format ( #6385 )
...
* fix(generateRangePicker): onChange type
* fix(dayjs): cannot handle week's String + Format
* test(date-picker): update snap
* test(date-picker): add WeekPicker valueFormat case
* refactor(dayjs): todate support week and quarter
* test(QuarterPicker): test QuarterPicker valueFormat
* chore(QuarterPicker): findTargetStr rename
* test(DatePicker): update demo snap
2 years ago
tangjinzhou
72508d864b
Revert "fix: useMergedState is not updated in time ( #6402 )" ( #6421 )
...
This reverts commit 670ff3f857
.
2 years ago
siaikin
670ff3f857
fix: useMergedState is not updated in time ( #6402 )
...
Co-authored-by: siaikin <abc131054026@outlook.com>
2 years ago
HeyXml
a8294a9f79
docs: pull request branch in EN and CN introduce docs ( #6404 )
2 years ago
Dmytro Lukashenko
9445dd23c8
fix: fix bug with render class ant-upload-drag-container in dom ( #6413 )
...
Co-authored-by: Dmytro Lukashenko <dmytro.lukashenko@levi9.com>
2 years ago
HeyXml
2a5b18ac6e
fix: fix form error style for input addonAfter slot when disabled ( #6403 ), close #6374
2 years ago
tangjinzhou
65408bfd48
release 3.2.17
2 years ago
tangjinzhou
a8823f523c
revert: dropdown #6324 , close #6400 , #6405
2 years ago
tangjinzhou
f4b47ad94b
Delete translate.yml
2 years ago
Szymon Jędrych
b16c89fcd2
docs(introduce): fix urls to components overwiev, fix links to PR templates ( #6389 )
...
* Move pull request template to PULL_REQUEST_TEMPLATE folder, rename english template to pr_en, fix url
* Fix urls to components in EN and CN introduce docs
* Fix url to chinese pr template
2 years ago
wheeljs
7ebabb3778
docs(upload): duplicated prop `directory` ( #6378 )
...
Co-authored-by: will.tian <will.tian@hyatt.com>
2 years ago
tangjinzhou
051161f102
release 3.2.16
2 years ago
tangjinzhou
9802fb3ea1
test: update snap
2 years ago
tangjinzhou
5fd866b136
format: inputnumber util
2 years ago
Cherry7
d956eed086
Fix form type prompt ( #6375 )
...
* fix(FormITem): Change from ValidationRule to Rule
* fix(FormI): from props type
2 years ago
ming
e5e20cca5b
feat[data-picker]: improve format types and docs ( #6371 )
...
Co-authored-by: xiamingming1 <xiamingming@jd.com>
2 years ago
Jobin
0a610d818f
fix: Export the types referenced in the Props of the Slider component for external use. ( #6357 )
2 years ago
tangjinzhou
98c361cbad
doc: add qq
2 years ago
tangjinzhou
2ac1e1d42a
doc: add next site nav
2 years ago
tangjinzhou
6fb47874a3
fix: image preview error #6333
2 years ago
Zz-ZzzZ
3d2d5fdd99
fix(dropdown): fix close popup doesn't emit 'visibleChange' event ( #6324 )
...
* fix(dropdown): fix close popup doesn't emit 'visibleChange' event
* Update Dropdown.tsx
---------
Co-authored-by: tangjinzhou <415800467@qq.com>
2 years ago
lyn
b695dc95e3
docs: typo ( #6256 )
2 years ago
H1mple
bcc46d1d5d
fix: type of minute in props disabledDateTime of DatePicker ( #6233 )
2 years ago
lyn
f49437f002
fix: typo ( #6218 )
...
* fix: typo
* docs<upload>: docs update
2 years ago
Nguyen Ba Hung
058bc3622a
doc: Add "format" prop for time-picker demo ( #6197 )
...
The `format` prop is used to format the display value of the time-picker.
Reference from AntDesign official docs: https://github.com/ant-design/ant-design/blob/master/components/time-picker/demo/hide-column.tsx
2 years ago
DMQ
034f71c005
fix: set the correct activce classname for stickyScrollBar ( #6169 )
2 years ago
lyn
c8b7848f99
docs(date-picker): docs update ( #6175 )
...
* Update index.zh-CN.md
* Update index.en-US.md
2 years ago
tarasovsn
75c65e094f
Fixed some errors in generator-types ( #6095 )
...
Co-authored-by: starasov <starasov@sportmaster.ru>
2 years ago
M.Wang
8a0c8a8fb1
fix(vc-slick): #6100 - Fix content responsiveness in carousel component slot. ( #6149 )
...
* fix(vc-slick): #6100 - Fix content responsiveness in carousel component slot.
* feat(_util) add deepCloneElement function
2 years ago
Konv Suu
7ea18a8287
fix: notification onClose event runs repeatedly ( #6150 )
2 years ago
lyn
5b3ade8980
docs(select): docs update ( #6118 )
2 years ago
luokavin
0fd3d302e4
docs(tree-select): docs typos ( #6107 )
2 years ago