Commit Graph

19315 Commits

Author SHA1 Message Date
xrkffgg
49d02a0b58
style: optimize dropdown rtl style (#26206) 2020-08-14 15:41:22 +08:00
xrkffgg
c6763b35e4
style: fix rtl.less missing variable (#26201) 2020-08-14 13:35:30 +08:00
二货机器人
5cc9742eec chore: Update snapshot 2020-08-14 04:04:58 +00:00
xrkffgg
cbdd2f5703
docs: perfect website (#26198) 2020-08-14 10:58:58 +08:00
xrkffgg
e8c43d4d6c
style: improve select style (#26181) 2020-08-13 13:33:38 +08:00
zhangchen
7df2c4053a
fix: Select with multiple type has no room for icons (#26168)
* fix: Select with multiple type has no room for icons

* update: rtl style
2020-08-13 10:16:34 +08:00
llwslc
ff7aca19cc
feat: add Typography.Text type success (#26145)
* baseType & style

* update demo

* update snap

* update document

* remove type primary
2020-08-13 10:13:32 +08:00
xrkffgg
61e01e7c60
chore: merge master into feature 2020-08-13 09:06:53 +08:00
Ivor Wanders
d4ea5d2e3b
docs: Fix spelling of copywrite (#26174) 2020-08-13 01:15:17 +08:00
afc163
043901468a chore: add CssMinimizerPlugin 2020-08-12 20:49:34 +08:00
afc163
9c91b62625 docs: correct design doc expressing 2020-08-12 19:57:43 +08:00
zoomdong
39f1126315
feat: Form.List add() support index param (#26081)
* feat: Form.List add() support index param

* update test case

* update
2020-08-12 19:13:44 +08:00
偏右
2b71085e68
docs: 🌐 translate more design documents (#26125)
* docs: 🌐 translate more design documents

* translate docs/spec/copywriting.en-US.md

* translate docs/spec/data-format.en-US.md

* translate docs/spec/detail-page.en-US.md

* fix remark link

* update link

* translate docs/spec/visualization-page.en-US.md

* update docs

* update docs
2020-08-12 17:37:31 +08:00
诸岳
d092cc36f9
Merge pull request #26163 from ant-design/release-4.5.4
docs: Add changelog of 4.5.4
2020-08-12 16:05:28 +08:00
诸岳
0a2736b027 docs: Add changelog of 4.5.4 2020-08-12 15:34:14 +08:00
xrkffgg
0c1504cc8d
style: optimize DatePicker footer rtl style (#26158) 2020-08-12 15:06:04 +08:00
偏右
7d500703d7 feat: 💄 Add @badge-color (#26159) 2020-08-12 15:04:46 +08:00
xrkffgg
2e463e76b8
fix: add export handleStyle/trackStyle (#26160) 2020-08-12 15:02:58 +08:00
偏右
b8f05d3ae7
feat: 💄 Add @badge-color (#26159) 2020-08-12 15:01:45 +08:00
xrkffgg
af16da1ccd
fix: DatePicer range start and end show in rtl (#26157) 2020-08-12 14:25:46 +08:00
xrkffgg
a4e7e184c2
fix: input search rtl style (#26156) 2020-08-12 14:00:06 +08:00
偏右
d9d5cbcac3
style: optimize DatePicker range show in rtl (#26149)
* style: optimize DatePicker range show in rtl

* change place
2020-08-12 13:09:05 +08:00
偏右
5a013478ef
fix: 🐛 Form.Item hidden not working in less (#26152)
close #26141
2020-08-12 13:08:50 +08:00
xrkffgg
50a0678f35
fix: addonBefore Input rtl style (#26153) 2020-08-12 13:08:43 +08:00
偏右
077ea950d4
demo: fix Table filter dropdown select behavior
close #26144
2020-08-12 11:44:40 +08:00
xrkffgg
7f130a89ec change place 2020-08-12 11:02:23 +08:00
xrkffgg
40b9d8c57a style: optimize DatePicker range show in rtl 2020-08-12 10:45:16 +08:00
偏右
9f94744d1f
fix: Dropdown overflow string issue (#26135)
close #26134
2020-08-11 17:43:54 +08:00
07akioni
cec7744b2c
refactor: Alert use CSSMotion (#26115)
* refactor: Alert use CSSMotion

* chore

* test: remove afterClose case
2020-08-11 17:04:42 +08:00
QoVoQ
f65013994f
fix: #26126 use mergedData instead of pageData to decide if render bottom pagination (#26133)
Co-authored-by: Zhongxian Liang <zhongxian.liang@shopee.com>
2020-08-11 16:18:34 +08:00
二货机器人
1119c3da38
fix: Fix DirectoryTree miss ref.scrollTo function (#26129)
* fix: DirTree support ref

* add test case
2020-08-11 14:22:16 +08:00
偏右
3ad0b47d92
🆙 upgrade react-virtualized 2020-08-11 13:55:22 +08:00
afc163
d0b9f6ed80 docs: 💄 fix resource image 2020-08-11 11:23:39 +08:00
偏右
8580655519
chore: 🛠 improve changelog editor (#26119)
https://github.com/ant-design/antd-changelog-editor/pull/42
2020-08-10 19:03:26 +08:00
afc163
c18737698b docs: 📝 fix edit button color again 2020-08-10 16:34:11 +08:00
afc163
2d9448c1b6 docs: 📝 fix edit button color 2020-08-10 16:23:55 +08:00
James Yeung
802cc51c4c
docs(PageHeader): fix default value for onBack (#25664) 2020-08-10 14:54:49 +08:00
偏右
ae843df718
Merge pull request #26112 from ant-design/master
chore: merge master into feature
2020-08-10 14:53:46 +08:00
Daryl Roberts
cdb8a5bcd7
style: add @badge-count-background (#26043) 2020-08-10 11:16:00 +08:00
zhangchen
4da2260342
feat: show line in Tree first level (#25991)
* feat: tree line in first level

* update: Tree showLine demo
2020-08-10 10:48:11 +08:00
偏右
487d3e46c0
docs: improve typography API table (#26102)
* docs: improve typography API table

* Update components/typography/index.en-US.md

Co-authored-by: xrkffgg <xrkffgg@gmail.com>

* Update components/typography/index.en-US.md

Co-authored-by: xrkffgg <xrkffgg@gmail.com>

* docs: update doc

* docs: update

Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: xrkffgg <xrkffgg@vip.qq.com>
2020-08-10 10:44:16 +08:00
xrkffgg
d0c4e4b3cf
chore: merge master into feature 2020-08-10 10:08:46 +08:00
xrkffgg
e1f990e61a chore: fix merge conflict 2020-08-10 09:43:21 +08:00
07akioni
504d51477a
docs: Form add debug true on dep-debug (#26103) 2020-08-10 09:41:45 +08:00
陈帅
1a10df03a7
docs: add 4.5.3 changelog (#26099)
* docs: add 4.5.3 changelog

* Update CHANGELOG.en-US.md

Co-authored-by: xrkffgg <xrkffgg@gmail.com>

* fix review warning

* Update CHANGELOG.zh-CN.md

Co-authored-by: He Linming <hlm52pk@163.com>

Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: He Linming <hlm52pk@163.com>
2020-08-09 22:51:01 +08:00
linye
5a34f5b414
docs: Update site link (#26088)
* Update RecommendPage.tsx

* Update RecommendPage.tsx

* fix lint

Co-authored-by: 二货机器人 <smith3816@gmail.com>
2020-08-09 20:57:54 +08:00
07akioni
f964abc7f4
fix: Steps progress circle size & rtl style when use progress (#26075)
* fix: Steps progress circle size

* test: update snapshot

* fix: rtl
2020-08-09 20:28:08 +08:00
xrkffgg
d5ca5880ef
fix: Avatar.Group key lost (#26098)
* fix: avatargroup key lost

* Update components/avatar/group.tsx
2020-08-09 18:54:53 +08:00
llwslc
15b30e6761
feat: customize Typography.Paragraph copyable and editable (#25953)
* Merge branch 'feature' of github.com:ant-design/ant-design into antd

# Conflicts:
#	components/typography/__tests__/__snapshots__/demo.test.js.snap
#	components/typography/demo/interactive.md

* add icons & tooltips test

* remove Array<React.ReactNode> definition

* clean up useless code

* refactoring

* React.ReactNode already contains string

* 1. keep aria-label attribute
2. customize edit icon & tooltip

* rebase feature

* update snapshots

* update abi document

* update demo & document

* copyable icon & tooltip document

* version document
2020-08-09 12:56:35 +08:00
Mohelm97
e7e83fb357
fix: Arabic locale (#26094)
All Arabic strings in this file flipped the order of the words in the sentence, for example if 
${label} = كلمة السر
The old message will be
كلمة السر يرجى إدخال
But the correct message is
يرجى إدخال كلمة السر
2020-08-08 17:36:18 +08:00