Commit Graph

19596 Commits

Author SHA1 Message Date
Tom Xu
0822ac618f
chore: add prettier ignore and format demo (#27270) 2020-10-21 11:06:07 +08:00
Tom Xu
b5dc079228
chore: improve code style (#27266) 2020-10-21 10:35:06 +08:00
Tom Xu
d44f404eae
docs: sort api (#27251)
* chore: improve sort api table scripts

* sort api

* add ignore

* Revert "sort api"

This reverts commit 343505d5f0.

* sort api

* Update package.json

* sort api

* Delete sort-api.js

* sort api

* sort api

* sort api

* fix

* Update index.zh-CN.md

* fix input-number

* fix input-number

* sort func

* fix

* Method moved to the end

* carousel method
2020-10-21 10:33:43 +08:00
Tom Xu
0ca5509d3a
docs: change log (#27265) 2020-10-21 08:48:28 +08:00
JuniorTour
87dba05e2a
docs: fix invalid disabledDate of RangePicker demo (#27112)
* docs: fix invalid disabledDate of RangePicker demo

Close https://github.com/ant-design/ant-design/issues/26885

* Update select-in-range.md

Co-authored-by: 偏右 <afc163@gmail.com>
2020-10-20 22:03:02 +08:00
偏右
27e9926438
fix: duplicated className on Search[allowClear] (#27261)
* fix: duplicated className on Search[allowClear]

close #27258

* fix snapshot
2020-10-20 21:44:37 +08:00
Michał Jasikowski
96c665a0bb
fix: changed sorting and validation labels to proper English (#27259)
* fix: sorting and validation labels in English

* fix: changed labels for ga_IE to proper English

* fix: changed labels for ga_IE to proper English

* Update en_GB.tsx
2020-10-20 18:20:06 +08:00
afc163
f80828bfd6 docs: 🎬 refactor Form demo code 2020-10-20 13:29:04 +08:00
偏右
35fb8ee91d
fix: horizontal Menu in flex layout (#27253)
close #27240
2020-10-20 11:42:44 +08:00
Tom Xu
0db9842419
fix: Editable Typography in Card title style problems (#27221)
* fix: Editable Typography in Card title style problems

* Update index.less
2020-10-20 11:18:33 +08:00
Tom Xu
3493b4f7da
docs(input): add showCount version (#27246) 2020-10-20 09:47:21 +08:00
handy
fd0a513718
fix: Tag component close icon display bug (#27226)
* fix: tag component close icon display bug

* update tag component demo.test.snap
2020-10-19 18:27:20 +08:00
Tom Xu
d3d394700b
docs: improve faq (#27236) 2020-10-19 18:27:08 +08:00
afc163
ef8ea979b4 docs: 📝 fix doc 2020-10-19 16:45:17 +08:00
afc163
26f9d63d85 docs: 📝 update 4.7.2 changelog 2020-10-19 16:43:54 +08:00
Tom Xu
322098487f
fix: Checkbox Group TS typo (#27231)
* fix: Checkbox Group TS typo

* Revert "fix: Checkbox Group TS typo"

This reverts commit 0898f84ff7.

* Update Group.tsx

* Create type.test.tsx
2020-10-19 16:42:07 +08:00
陈帅
ff1b5c279d
🏗 scrtipt: changelog support windows (#27232) 2020-10-19 16:32:08 +08:00
偏右
ab6a4ec1c0
docs: release 4.7.2 (#27229) 2020-10-19 15:24:37 +08:00
lingjieee
8d9d86c433
style: fix Sider light theme (#27227)
* fixd:Sider组件light模式下样式丢失

* Update light.less

Co-authored-by: jie.ling <jie.ling@tongdun.net>
Co-authored-by: 偏右 <afc163@gmail.com>
2020-10-19 15:11:36 +08:00
二货机器人
8ea1e52d4d
fix: TextArea wrapper with div when !showCount (#27216)
* fix: TextArea layout

* test: Update snapshot

* fix: value logic

* fix: className & style logic

* chore: rm uesless code

* chore: Clean up
2020-10-19 14:03:19 +08:00
偏右
16075f85b4
🆙 eslint-plugin-unicorn 2020-10-19 11:32:11 +08:00
Tom Xu
09f8df94b4
docs(dropdown): improve api path and function type (#27213) 2020-10-19 11:14:04 +08:00
陈帅
60103e12a3
docs: add 4.7.1 changelog (#27211)
* docs: add 4.7.1 changelog

* Update CHANGELOG.zh-CN.md

Co-authored-by: 偏右 <afc163@gmail.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: 偏右 <afc163@gmail.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: 偏右 <afc163@gmail.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: 偏右 <afc163@gmail.com>

* Update CHANGELOG.zh-CN.md

* Update CHANGELOG.en-US.md

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

* Update CHANGELOG.en-US.md

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

* Update CHANGELOG.zh-CN.md

Co-authored-by: 偏右 <afc163@gmail.com>

* Update CHANGELOG.en-US.md

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

* fix typo

* fix typo

Co-authored-by: 偏右 <afc163@gmail.com>
Co-authored-by: xrk <xrkffgg@gmail.com>
2020-10-19 09:55:18 +08:00
Tom Xu
c28d0f85ad
docs(dropdown): improve type (#27212) 2020-10-19 01:06:01 +08:00
Tom Xu
261018053f
refactor(checkbox-group): rewrite with hook (#27147) 2020-10-18 23:31:20 +08:00
Tom Xu
e234a71ecd
refactor(typography): remove deprecated (#27158) 2020-10-17 17:23:22 +08:00
Michał Jasikowski
ea251a50fa
docs: ✍️ Corrected "onFilter" definition for Table Column in docs 2020-10-16 22:29:00 +08:00
KingxBeta
d4fd8f2698
style(descriptions): fix content overflow (#27195)
* fix: .ant-descriptions-item-content add word-break:break-word; style

* Update index.less

修改顺序

Co-authored-by: wangyk <wangyikan@mchz.com.cn>
2020-10-16 22:28:02 +08:00
Yulia Maximova
1113867378
fix: form customizing mixin (#26422)
* fix: add styling form input background-color

* fix: conflict resolution

Co-authored-by: Maksimova, Yuliya <Yuliya.Maksimova@nexign.com>
2020-10-16 22:25:36 +08:00
偏右
c72ee71d6f
fix: clear Password value attribute in controlled mode (#27191)
close #27171
2020-10-16 18:05:13 +08:00
偏右
fb9d2e6738
fix: notification width in small screen (#27189)
close #27188
2020-10-16 16:07:56 +08:00
Tom Xu
274871b50c
docs(button): improve docs and shape remove undeclared doc type (#27159)
* docs(button): improve docs

* Update index.less
2020-10-16 15:50:19 +08:00
Yu Mao
b4e748c28a
fix: Cascader duplicated className (#27187)
close #27168
2020-10-16 15:48:23 +08:00
linye
77e7eceb91
docs: Update MorePage.tsx (#27184) 2020-10-16 11:48:26 +08:00
Tom Xu
179ee276c9
refactor: improve useCombinedRefs code (#27181)
* improve: useCombinedRefs code

* change location
2020-10-16 10:21:21 +08:00
Yu Mao
acc2e03ddf
fix: add optional rules property (#27164)
* fix: add optional rules property

* fix: replace interface
2020-10-15 22:31:51 +08:00
陈帅
3770b3f423
fix: if form warp drawer, close button will trigger submit (#27175)
* fix:  if form warp drawer, close button will trigger submit

* update snapshot
2020-10-15 18:54:24 +08:00
zombiej
0b592203b2 docs: Update Modal faq
close #27169
2020-10-15 18:32:48 +08:00
偏右
1c38e68a0f
fix: Dropdown icon margin style (#27165)
close #22274
2020-10-15 14:13:17 +08:00
afc163
771352c5ca docs: fix remark lint 2020-10-15 13:33:14 +08:00
偏右
bd25b9f667
chore: 🆙 remark-cli 2020-10-15 13:24:38 +08:00
linye
8f1cfd2062
docs: Update RecommendPage.tsx (#27161) 2020-10-15 12:10:05 +08:00
偏右
0a3af0b2e2
fix: 💄 Layout.Sider collapsedWidth cannot work without @menu-collapsed-width (#27154)
* fix: collapsedWidth do not work on Sider

* fix test case

* fix test case

* fix extra trigger div

* fix lint
2020-10-15 10:42:15 +08:00
Kermit Xuan
e883e4ba40
fix(date-picker): showTime should work correctly when format is function (#27156) 2020-10-14 23:00:18 +08:00
二货机器人
43e2651b9c
fix:Typography miss block & pre style (#27150)
* feat: Add block & pre style

* fix lint
2020-10-14 19:56:31 +08:00
zombiej
d3bf6eef94 docs: Fix changelog modal desc 2020-10-14 17:02:47 +08:00
偏右
50d8c38f2c
fix: 🐛 Tabs animated={true} should works (#27145)
close #27135
2020-10-14 16:34:15 +08:00
afc163
6bdd7c1b66 docs: 📝 update 4.7.0 changelog 2020-10-14 15:35:03 +08:00
Tom Xu
2beb594b71
refactor(result): useContext and improve code (#27128)
* refactor(result): useContext and improve code

* Update index.tsx

* Update index.tsx
2020-10-14 15:24:26 +08:00
Tom Xu
f6769e3e94
refactor(grid): useContext and improve code (#27127) 2020-10-14 15:19:07 +08:00