Commit Graph

13283 Commits

Author SHA1 Message Date
afc163
eaaec77ff5
feat: InputNumber supports controls (#31548) 2021-07-27 20:28:45 +08:00
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
2021-07-27 10:56:41 +08:00
github-actions[bot]
563ebe1982
chore: auto merge branchs (#31454)
chore: merge master into feature
2021-07-20 07:32:16 +00:00
afc163
79825fd318
fix: Typography.Text ellipsis bug (#31449)
* fix: Typography.Text ellipsis bug

* use getBoundingClientRect().height instead of offsetHeight

* reduce code

* revert table demo

* fix test case

* fix test cov

* fix test cov

* fix test cov
2021-07-20 13:51:03 +08:00
Kirill Barsukov
2c560b881f
chore: Update ru_RU.tsx (#31448)
Just a wording. The meaning was not changed but it is the better word that describes "preview".
2021-07-19 22:50:58 +08:00
Joshua Chen
d1dc0eba2c
docs: fix grammar and inconsistencies in en-US (#31385)
Signed-off-by: Josh-Cena <sidachen2003@gmail.com>
2021-07-19 16:21:09 +08:00
Map1en_
c59580f215
feat: add the dashed props of menu divider (#31379)
close #31292
2021-07-19 15:42:07 +08:00
Derrick
bca40782aa
fix: Select background error (#31430)
* fix: Select background error

* fix: add Select selected background when disabled

* fix: add Select disabled background when selected

* fix: Modify color variables
2021-07-17 00:29:43 +08:00
Geoffrey Bell
56a1bbb778
fix: remove unnecessary line-height setting for Radio (#31421) 2021-07-16 16:23:14 +08:00
Camol
7f8e177735
fix: update Transfer locale info in zh_HK.tsx (#31404) 2021-07-14 17:21:39 +08:00
二货机器人
86c5bf6e60
feat: Tree support fieldNames (#31395)
* feat: Tree support fieldNames

* docs: Update desc

* chore: Update snapshot
2021-07-14 14:23:50 +08:00
afc163
cded822aa5 docs: update Badge.Ribbon demo 2021-07-14 12:35:03 +08:00
Andrea Blanco
2f87fee808
feat(translate): add missing translations in Spanish (es_ES) locale (#31330)
* add missing translations in Spanish (es_ES) locale

* add missing translations in Spanish (es_ES) locale

* feat(translate): add missing translations in Spanish (es_ES) locale

* feat(translate): add missing translations in Spanish (es_ES) locale
2021-07-14 11:38:10 +08:00
二货机器人
3a1a829708
fix: TextArea style missing (#31391) 2021-07-13 21:38:19 +08:00
afc163
fe683a4750 fix: clear icon breaking style by #31378
https://www.argos-ci.com/ant-design/ant-design/builds/1341
2021-07-13 20:08:15 +08:00
afc163
ba6de5ba18
style: fix input clear icon color css priority (#31378) 2021-07-13 16:17:48 +08:00
afc163
c1d52d3b9b
fix: Table sticky header background (#31373)
close #31362
2021-07-13 12:03:19 +08:00
Peach
972e3c2edd
fix: top border of the table summary row (#31363)
* fix: top border of the table summary row (#31337)

* refactor: return to use container box-shadow for summary

* refactor: revert shadow container of table summary
2021-07-13 11:47:30 +08:00
Mohammad Anas
24e416437e
feat: add urdu language intl (#31346)
* feat: add urdu language intl

* feat: update test snapshot
2021-07-13 10:02:21 +08:00
Jehu
5d8e93b6c1
fix: add Table.SELECTION_NONE for Russian localization (#31361) 2021-07-12 19:57:05 +08:00
afc163
c6130c13b9
Merge pull request #31359 from ant-design/master-to-merge-feature
chore: sync master into feature
2021-07-12 19:56:54 +08:00
Gherciu Gheorghe
994c9d9d4e
feat: add the posibility to controll the checkbox border radius using a separate less variable (#31360) 2021-07-12 19:50:13 +08:00
afc163
c3eda10999 chore: sync feature into master 2021-07-12 19:28:42 +08:00
afc163
a145336687
fix: BackTop should disappear when fade out (#31357)
* fix: BackTop should disappear when fade out

close #31253

* remove default value of removeOnLeave and motionAppear

* fix snapshot
2021-07-12 19:25:45 +08:00
afc163
802201913c docs: TreeSelect treeLoadedKeys
close #31340
2021-07-12 18:30:54 +08:00
afc163
2e3937ecbf
style: fix Cascader style inside Input addon (#31350)
close #31333
2021-07-12 13:25:41 +08:00
afc163
ce54e04452
fix: DatePicker disabled cell style when customize dateRender (#31349)
close #31248
2021-07-12 12:12:07 +08:00
afc163
10a8490b1f chore: fix listStyle type, #31322 2021-07-09 11:14:07 +08:00
afc163
7b16310699
docs: add instruction about form rule whitespace (#31329)
close #31325
close #31287
2021-07-09 11:10:10 +08:00
Rainy
6f0df8d1e4
fix: Transfer listStyle to optional property (#31322) 2021-07-09 10:56:31 +08:00
Map1en_
859bf59084
fix(DatePicker): panel body not centered when used in Table (#31306)
* fix(Table): DatePicker cell texts are not centered when used in Table

close #31289

* fix(DataPicker): panel body not centered when used in Table

* fix: replace :is selector

* fix: style
2021-07-08 17:54:34 +08:00
github-actions[bot]
442ef88a91
chore: auto merge branchs (#31308)
chore: sync master into feature
2021-07-08 05:42:19 +00:00
afc163
b9390b441c
fix: Desciptions border missing when inside Table (#31307)
close #31274
2021-07-08 13:08:21 +08:00
afc163
af1d176d70 test: update snapshot 2021-07-08 12:58:11 +08:00
diye
e9666f885b
fix: input-number wrapper's border triggers hover unexpectedly (#31300)
Co-authored-by: diye <diyews@users.noreply.github.com>
2021-07-08 12:10:32 +08:00
Map1en_
44313997da
fix(Table): incomplete display of the top border of table when the window is small (#31298)
close #31279
2021-07-08 09:39:09 +08:00
Map1en_
98fde16089
fix(Avatar): the translation po of avatar group (#31276) 2021-07-06 14:40:58 +08:00
Map1en_
71e57c40ee
feat(Avatar): add crossOrigin property (#31273)
close #30932
2021-07-06 12:16:46 +08:00
Map1en_
a4d7d61b8c
fix(locale): add selectNone for en_GB locale file (#31264)
#30938
2021-07-05 16:01:15 +08:00
Aminul Islam
6196bf01e9
feat: Added bn_BD Bangla language (#31257)
* feat: Added bn_BD Bangla language

* fix: added missing provider

* changed to bn-bd

* added test

* updated test snap

* update i18n docs
2021-07-05 10:58:48 +08:00
xrkffgg
d3405a9add
Merge pull request #31243 from ant-design/master
chore: sync master to feature
2021-07-04 20:00:59 +08:00
Ikko Ashimine
148678b08d
chore: typo in comment (#31255)
alway -> always
2021-07-03 16:05:30 +08:00
afc163
f93a137fab
fix: Form Input error outline color (#31240)
close #31236
2021-07-02 19:07:11 +08:00
afc163
1626157dae
style: Rate focus ring style in safari (#31241)
Safari don't support :focus-visible
2021-07-02 15:17:06 +08:00
Pengsha Ying
846577b694
feat(Cascader): title attributes are added to the selected content text by default (#31237)
* update cascader snapshot

* feat(cascader): Add a friendlier title prompt to the label
2021-07-02 14:55:04 +08:00
Kermit
5ea0628f53
fix(table): selectedRows of rowSelection should always keep sync (#31224)
* fix(table): selectedRows of row selection should always keep sync

* chore: update comment
2021-07-02 13:37:55 +08:00
afc163
a6715fe774
style: tweak select arrow icon position (#31234) 2021-07-02 13:23:28 +08:00
Nikesh
3647a30073
docs: add missing word (#31219)
```Can set `width: 100%` fill a row.```
should be
```Can set `width: 100%` to fill a row.```
2021-07-01 11:20:30 +08:00
afc163
27642b23ba docs: update menu developers notes 2021-06-30 18:04:15 +08:00
afc163
14521d32d9
fix: shouldn't trigger onBlur when clear input (#31202)
close #31200
2021-06-30 13:48:22 +08:00