Jean-Philippe Roy
1cd694837c
feat: Allow DatePicker/RangePicker Icon Overrides ( #31703 )
* Hoist default values and expose props
* Add new props to the common API docs
* CN Docs
* Apply suggestions from code review
Co-authored-by: Jean-Philippe Roy <jean-philippe.roy@meraki.net>
Co-authored-by: afc163 <afc163@gmail.com>
3 years ago
xrkffgg
9aa9495fb1
test: up snap ( #31875 )
3 years ago
Han Han
c9bf113b39
chore: fix form demo ( #31871 )
子节点的值的属性,如 Switch 的是 'checked'。
3 years ago
ascodelife
1a50527513
docs(tabs): add Tabs API destroyInactiveTabPane ( #31866 )
3 years ago
afc163
5306d5b614
fix: Form label ellipsis should work ( #31838 )
3 years ago
Jaimy de Graaf
c278430bf4
fix: Collapse crashing of hot-reload on change ( #31827 )
close #29918
3 years ago
xrkffgg
af63edb265
fix: Collapse crashing of hot-reload on change ( #31828 )
3 years ago
zhyupe
4097a6c7c6
fix: circular dependencies in Modal & Input ( #31817 )
* fix(input): fix circular dependencies
* fix(input): fix circular dependencies
* fix(modal): fix circular dependencies
* fix(modal): fix test
3 years ago
binyellow
bbb7e968f6
feat: Notification support maxCount ( #31807 )
Co-authored-by: branhuang <branhuang@tencent.com>
3 years ago
afc163
5cb47f76f4
chore: upgrade array-move ( #31786 )
3 years ago
afc163
f0163aa337
fix: Form label hide title on help icon and optional text ( #31785 )
close #31769
3 years ago
afc163
ccf14fce68
fix: ghost button style ( #31780 )
* fix: Button ghost style broken when it is danger
* update snapshot
3 years ago
afc163
0599c29f97
fix: Button icon align issue ( #31755 )
* fix: Button with only icon align issue in Chrome
close #31701
* update snapshot
3 years ago
afc163
59c63737c7
fix: Form Input bordered={false} outline style again ( #31754 )
close #31752
3 years ago
afc163
576da9d0ef
fix: Input clear icon margin lost ( #31745 )
close #31741
3 years ago
afc163
c0ff844bf7
fix: Transfer showSelectAll={false} should hide dropdown ( #31746 )
close #31728
3 years ago
zombiej
f8dc2231d5
docs: Fix Form.List operation doc table
3 years ago
Junwoo Ji
05d7176c74
docs: fix typo in descriptions API ( #31742 )
3 years ago
afc163
f6c3626886
fix: Input disabled should not have focus style ( #31738 )
close #31735
3 years ago
afc163
7f61e62044
fix: Checkbox not aligned center in group ( #31726 )
close #31724
3 years ago
afc163
7084654731
docs( ✨ ): release 4.16.11 ( #31710 )
* docs(✨ ): release 4.16.11
* update pagination snapshot
3 years ago
linxianxi
34db92ee4f
fix(dropdown): add dropdown destroyPopupOnHide type ( #31700 )
3 years ago
Zuobin Wang
7f16838631
chore(all): delete useless Omit define ( #31661 )
3 years ago
afc163
e37c411187
style: remove duplicated css rule of ghost button ( #31659 )
close #31474
3 years ago
Map1en_
8f3f0076de
fix: ConfigProvider rerender unexpectedly when switching some language ( #31630 )
* fix: ConfigProvide could not maintain the state of components when switching some lang
close #31592
* chore: add test case
* Update components/config-provider/index.tsx
Co-authored-by: afc163 <afc163@gmail.com>
* chore: fix checks
Co-authored-by: afc163 <afc163@gmail.com>
3 years ago
afc163
f253cdf5aa
style: add transition for RangePicker cell ( #31645 )
3 years ago
afc163
a1c550ef7b
docs: Update drag-sorting.md ( #31634 )
3 years ago
afc163
656146d1bc
docs: Add photo album mode example for Image.PreviewGroup ( #31620 )
* docs: add album mode for Image.PreviewGroup
close #31605
* update snapshot
3 years ago
afc163
06dff86287
fix: Badge count style when customize color ( #31617 )
* fix: Badge count style when customize color
close #31590
close #31591
* add demo for debug
* update badge demos
* create ribbon.test.tsx
3 years ago
张威
416482bb87
fix(select): omit getRawInputElement ( #31566 )
3 years ago
afc163
38e9d309f4
docs: note about select value
close #31608
close #31599
3 years ago
07akioni
015b706643
docs(message): fix typo ( #31606 )
3 years ago
M. Burak Kalkan
76482c00ed
fix: Added TR translation for 'Preview' text ( #31593 )
3 years ago
afc163
f986929e82
fix: Progress `type="circle"` success.strokeColor ( #31589 )
close https://github.com/ant-design/ant-design/issues/31587
3 years ago
Kim, Harim
71af741173
docs: fix typo dragable to draggable
3 years ago
Jun Wooram
aab86b2107
fix(i18n): fix a typo in ko_KR locale ( #31575 )
3 years ago
Ritesh Makan
b97954226d
docs: Added alternate example to modify start day of week ( #31565 )
* Added alternate example to modify start day of week
When I looked at the documentation, The `https://codesandbox.io/s/moment-day-of-week-6dby5 ` link did not work for me.
https://stackblitz.com/edit/react-9aegkj works
* fix: formatting
3 years ago
Hale Deng
c092ea89a7
docs: remove unnecessary type annotation in typography interactive demo ( #31564 )
Co-authored-by: Hale <hale@shundaojia.com>
3 years ago
afc163
a336100f54
fix: Form Input bordered={false} outline style ( #31562 )
close #31558
3 years ago
Monty
268be65a71
fix: Add the totalBoundaryShowSizeChanger property ( #31549 )
Fix the problem of the wrong type of totalBoundaryShowSizeChanger
3 years ago
Nikita Marinosyan
7bf35ca478
fix: SkeletonAvatar className ( #31536 )
fixed className being passed to both wrapper and element
3 years ago
afc163
eaaec77ff5
feat: InputNumber supports `controls` ( #31548 )
3 years ago
Jabir K.H
b3c4cebd96
feat: Malayalam(ml_IN) translation ( #31521 )
* ✨ added ml_IN locale
* ✨ malayalam localization - rc-packages updated
* ml_IN test cases added
Review comments integrated
* ml_IN translation - en doc updated
PR review comments integrated
* ml_IN translation zh doc updated
PR review comment integrated
* ❇️ changes after running npm test locally
* 🚀 npm test after removing and reinstalling node modules and package-lock
3 years ago
Ismail El Moudni
ace54fcceb
docs: Update index.en-US.md ( #31533 )
3 years ago
afc163
a9a329d37c
fix: deps and TypeScript types ( #31519 )
* fix tsc errors
* fix tsc errors
3 years ago
k983551019
3549554a80
docs: Update typography/index.zh-CN.md ( #31506 )
多一列onEnd
3 years ago
Songhn
9fd2940fdd
docs: update tree-select demo ( #31500 )
3 years ago
bischmlb
5fc7396024
feat: implemented missing table daDK locale props ( #31486 )
* added tiggerDesc and triggerAsc to da_DK locale
* moved props to bottom
* added missing fields for table locale daDK
3 years ago
Eldar Mirzabekov
0431b1430a
docs(Steps): responsive doc ( #31490 )
3 years ago
Benedikt Franke
65b8087784
fix: correct class name for Input component with `@ant-prefix` variable ( #31479 )
3 years ago