Commit Graph

18876 Commits

Author SHA1 Message Date
07akioni
6eb1cdac0a
chore: remove untranslated blocks in enUS site (#25391) 2020-07-02 18:37:09 +08:00
xrkffgg
2d7d56985e
docs: format api ancho/backtop/config (#25393) 2020-07-02 17:26:33 +08:00
xrkffgg
a7a75eaeef
docs: format api popconfirm/result/skeleton/spin (#25390) 2020-07-02 16:13:17 +08:00
xrkffgg
cbd93324cc
docs: format api message/notification/progress (#25388) 2020-07-02 15:33:42 +08:00
xrkffgg
674ee73a2f
docs: format api alert/drawer/modal (#25387) 2020-07-02 14:55:12 +08:00
xrkffgg
af2cc506da
docs: format api table/tabs/tag (#25384) 2020-07-02 14:07:52 +08:00
William Stein
ee53db28dc
docs: fix two typos in the overview (#25383) 2020-07-02 13:29:48 +08:00
Kermit Xuan
6d4b2d77fd
fix typo of pr template (#25381) 2020-07-02 12:16:44 +08:00
xrkffgg
b423a09233
docs: format api timeline/tooltip/tree (#25377) 2020-07-02 11:56:48 +08:00
偏右
879bcd1479
style: Fix Table header extra border of right column (#25378) 2020-07-02 11:47:47 +08:00
zhangchen
26fa36083e
fix: ResponsiveObserve unsubscribe (#25309) (#25319)
* fix: ResponsiveObserve unsubscribe (#25309)

* fix: ResponsiveObserve unsubscribe (#25309)

* fix: ResponsiveObserve unsubscribe

* test: add responsiveObserve.test.js
2020-07-02 10:46:47 +08:00
二货机器人
e3982e94f8
docs: Update Tree virtual scroll desc (#25375) 2020-07-02 09:58:13 +08:00
xrkffgg
1f1c376b47
docs: format api list/popover/statistic (#25368) 2020-07-02 09:52:28 +08:00
zoomdong
2ad8fec45d
fix: change progress to percent in success props & warning in Progress (#25356)
* fix: warning in Progress

* feat: update api

* feat: update

* update

* update demo

* feat: add test case

* update test case
2020-07-01 23:32:22 +08:00
CornerSkyless
6d5c3fe953
fix: slider typescript definition gets type warning in onChange (#25358)
* fix: slider typescript definition gets type warning in onChange

* test: add slider value type test
2020-07-01 23:29:28 +08:00
xrkffgg
69416c904a
docs: format api calendar/descriptions/empty (#25366) 2020-07-01 22:37:55 +08:00
xrkffgg
7f9fdded18
docs: format api card/carousel/collapse (#25364) 2020-07-01 22:15:26 +08:00
xrkffgg
6cd8827072
docs: format api avatar/badge/comment (#25363) 2020-07-01 21:35:29 +08:00
Justin Schuldt
b9e9e238a1
fixed Typescript type in Table example (#25337)
`columns` should not be an array. Here is the `columns` type that Table takes: https://github.com/ant-design/ant-design/blob/master/components/table/Table.tsx#L74

Thanks!
2020-07-01 20:53:55 +08:00
偏右
6d03122215
docs: clarify Select labelInValue onChange argument (#25361)
close #25355
2020-07-01 20:49:24 +08:00
xrkffgg
1503a58aee
docs: format api timepicker/transfer/upload (#25351) 2020-07-01 20:18:48 +08:00
xrkffgg
e494c9589c
docs: format api select/slider/treeselect (#25348) 2020-07-01 17:28:59 +08:00
xrkffgg
58ede7df60
docs: format api radio/rate/switch (#25342) 2020-07-01 16:21:56 +08:00
弘树@阿里
0a80ca75ad
fix:tabList bottom margin in page header (#25340)
fixes issue: https://github.com/ant-design/ant-design-pro/issues/6906
2020-07-01 16:09:55 +08:00
二货机器人
cfcd990efd
fix: Menu transition finished by opacity (#25341) 2020-07-01 15:41:55 +08:00
xrkffgg
382b8a78be
docs: format api input/inputnumber/mentions (#25339) 2020-07-01 15:14:31 +08:00
afc163
7b9231afc0 revert #25336 mistake 2020-07-01 14:13:47 +08:00
偏右
5b7104cc9d
fix: Form.Item hidden no working (#25336)
close #25335
2020-07-01 14:12:35 +08:00
ybzjsxh
2575a4f51a
docs: fix version change (#25269) 2020-07-01 11:11:58 +08:00
CornerSkyless
1da3144d91
fix Tooltip custom color typescript type definition (#25315) 2020-07-01 10:47:26 +08:00
xrkffgg
0a8641fc02
fix: ref lost in Radio.Group (#25328) 2020-07-01 10:08:23 +08:00
jieniu$
1b29fef798
docs: fix typos in doc/react (#25324) 2020-07-01 07:49:32 +08:00
偏右
70c548a1d9
fix: Drawer mask trigger close multiple times (#25313)
close #25311
2020-06-30 19:30:44 +08:00
xrkffgg
04b728e6f5
docs: format api cascader/datepicker/form (#25307) 2020-06-30 16:36:58 +08:00
xrkffgg
8ef1a3fac3
docs: format api autocomplete/checkbox/steps (#25305) 2020-06-30 15:39:12 +08:00
James Yeung
843a41a114
fix: whitespace between radio buttons caused by inline-block in Radio.Group (#25304)
* fix: whitespace between radio buttons caused by inline-block

* fix: stylelint
2020-06-30 15:01:37 +08:00
07akioni
53b232de29
fix: FormItem help message's animation has no deadline (#25297) 2020-06-30 13:37:39 +08:00
xrkffgg
d0181d1b4f
docs: format api menu/pageheader/pagination (#25299) 2020-06-30 13:26:37 +08:00
偏右
d401dfef06
fix: Sketch.Button default width (#25303) 2020-06-30 13:09:04 +08:00
偏右
124d6efafd
💄 optimize Menu collapse animation transtion (#25301)
close #22314
2020-06-30 12:11:14 +08:00
xrkffgg
ebb57ae63e
docs: format api space/breadcrumb/dropdown (#25296)
* docs: format api space/breadcrumb/dropdown

* fix function

* fix fcunciton before
2020-06-30 11:25:55 +08:00
jesse
09bb61e738
perf: Radio Group usePrevious instead of useState (#25122)
* perf: Radio Group usePrevious instead of useState

* fix: only re-run if value changes

* perf: put usePrevious custom Hook in _util/ref.ts

* Generics instead of any

* update
2020-06-30 10:45:16 +08:00
xrkffgg
2321cc6df5
docs: format api divider/grid/layout (#25293)
* docs: format api divider/grid/layout

* add the
2020-06-30 09:01:49 +08:00
xrkffgg
b9cd990693
docs: format api button/icon/typography (#25292) 2020-06-29 21:43:22 +08:00
Colder
50ae25d0c7
docs: fix typo resizable (#25279) 2020-06-29 15:37:36 +08:00
陈帅
39e7f4b899
docs: add 4.4.0 changelog (#25242)
* docs: add 4.3.6 changelog

* add 25244 changelog

* fix review

* update changelog

* update changelog

* Update CHANGELOG.en-US.md

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

* Update CHANGELOG.en-US.md

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

* Update CHANGELOG.en-US.md

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

* Update CHANGELOG.en-US.md

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

* sort log

* Update CHANGELOG.zh-CN.md

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

* update changelog

* sort log

* sort log

* add #25266 #25243 #25254 #25271 changelog

* add #25273 changelog

* Update CHANGELOG.en-US.md

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

* Update CHANGELOG.zh-CN.md

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

* sort logs

* Update CHANGELOG.zh-CN.md

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

* up versin

* Update changelog

* close react/no-unused-prop-types

* update changelog

* update snapshot

* Update CHANGELOG.en-US.md

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

* update snapshot

* Update CHANGELOG.zh-CN.md

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

* update changelog

* clear Duplicate

* sort logs

Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: 偏右 <afc163@gmail.com>
2020-06-29 14:56:23 +08:00
偏右
a35445fa79
Add test case (#25278) 2020-06-29 14:52:46 +08:00
afc163
e8063bd14d docs: Tabs animated default value
close #25277
2020-06-29 14:11:47 +08:00
偏右
45f6285503
Merge pull request #25276 from ant-design/feature
chore: merge feature into master
2020-06-29 13:15:15 +08:00
偏右
3e3d1eedcf
feat: customize Typography.Paragraph copyable (#25274)
*  customize copyable with tooltip and icon

* 💄 fix copyable icon margin

* 📝 custom icon and tooltips demos

* 📸 updating sanpshots

* 📝 updating copyable api

* fix snapshot

* fix tooltips type

* fix tooltips type again

* update documentation

Co-authored-by: Israel kusayev <israel.kusayev@gmail.com>
2020-06-29 12:25:48 +08:00