Commit Graph

18407 Commits

Author SHA1 Message Date
cieldon32
b0b619c877
fix: solve the problem of overlapping elements (#24128)
* fix: solve the problem of overlapping elements

* fix:  Expected flex to come before flex-grow in group Box Model

* fix: flex: none

* fix: modify the label's style

Co-authored-by: 夏芸 <xiayun@xiayundeMacBook-Pro.local>
2020-05-25 09:49:55 +08:00
陈帅
670f8f2f1e
docs: 📖 add 4.2.5 changelog (#24410)
* doc: 📖 add 4.2.5 changelog

* Update CHANGELOG.zh-CN.md

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

* Update CHANGELOG.zh-CN.md

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

* Update CHANGELOG.en-US.md

Co-authored-by: xrkffgg <xrkffgg@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.en-US.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: xrkffgg <xrkffgg@gmail.com>

* Update CHANGELOG.zh-CN.md

* Update CHANGELOG.zh-CN.md

* Update CHANGELOG.zh-CN.md

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

* add emoji

* Update CHANGELOG.zh-CN.md

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

* Update CHANGELOG.en-US.md

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

* update

Co-authored-by: xrkffgg <xrkffgg@gmail.com>
Co-authored-by: 偏右 <afc163@gmail.com>
2020-05-24 23:53:29 +08:00
偏右
fdbf37a9c0
test: increase test case coverage (#24430)
* test: increase test case of Cascader

* test: increase test case of Grid and Tree
2020-05-24 23:52:25 +08:00
Tom Xu
4af818ca8e
refactor(Pagination): rewrite with hook (#24302)
* refactor(Pagination): rewrite with hook

* Update Pagination.tsx

* Update index.tsx
2020-05-24 23:13:32 +08:00
偏右
0c2eed6866
docs: fix TOC active (#24426)
* docs: fix TOC active

close #23929

* fix footer seeconf logo
2020-05-24 17:11:34 +08:00
偏右
e0f57e72e0
fix: Card slow perfermance when use with react-split (#24425)
close #23654
2020-05-24 16:31:38 +08:00
Mr.Biscuit
77bc48f146
docs: 📝 add Figma library (#24415)
* Propose a free open source design library we made

My team carefully crafted a free open source Ant Design UI library in Figma, its components resembles the exact appearance produced by code, and we wanted to share it so more people would benefit :)

* Update resources.en-US.md

changed image to include Figma logo
2020-05-23 22:48:39 +08:00
偏右
67c88571e7
docs: 📝 update polyfills link 2020-05-23 22:13:43 +08:00
二货机器人
5203d256dd
docs: Fix site docs name (#24416)
* docs: Fix site docs name

* Rename docs/react/use-with-create-react-app.en-US.md → docs/use-with-create-react-app.en-US.md to docs/react/use-with-create-react-app.en-US.md → docs/react/use-with-create-react-app.en-US.md

* Rename docs/react/use-with-create-react-app.en-US.md → docs/react/use-with-create-react-app.en-US.md to docs/react/use-with-create-react-app.en-US.md
2020-05-23 16:31:39 +08:00
二货机器人
c13e56ab92
docs: Add Select a11y faq (#24413) 2020-05-23 14:51:54 +08:00
Krishna Dubagunta
cc045bb325
Typo: Intruduce -> Introduce (#24407) 2020-05-23 13:26:06 +08:00
二货机器人
6f6430bfee
chore: Update snapshot (#24405) 2020-05-22 23:33:04 +08:00
afc163
688f8a3ab0 fix .bundle-analyzerrc.json 2020-05-22 19:09:59 +08:00
afc163
415848c359 fix .bundle-analyzerrc.json 2020-05-22 19:00:32 +08:00
偏右
1e11c83e74
test: add @bundle-analyzer/webpack-plugin (#24399)
* add @bundle-analyzer/webpack-plugin

* add .bundle-analyzerrc

* use process.env.BUNDLE_ANALYZER_TOKEN

* more dist files

* fix ci fail
2020-05-22 18:46:03 +08:00
偏右
2932b39c88
chore: 🆙 upgrade @typescript-eslint/eslint-plugin (#24398)
* 🆙 upgrade @typescript-eslint/eslint-plugin

* Update package.json
2020-05-22 16:41:26 +08:00
偏右
1f371eee09
fix: Table selection out of column when size is small/middle (#24394)
close #24326
2020-05-22 15:20:11 +08:00
Yu
58ccb40005
chore: Cascader ts definition update (#24393) 2020-05-22 15:07:43 +08:00
偏右
76466dae9f
test: remove tsconfig.test.json (#24390) 2020-05-22 13:37:41 +08:00
linye
ebf9c1fa4a
Update RecommendPage.tsx (#24381) 2020-05-22 10:52:29 +08:00
Eric Wang
8b9a005c1f
chore: use ts-expect-error (#24378) 2020-05-22 10:42:55 +08:00
偏右
1bba2ef65e
chore: Delete netlify.toml and update devDeps (#24343)
* Delete netlify.toml

* 🆙 upgrade dev deps

* fix mockdate tsd

* fix tsc noEmit
2020-05-21 23:27:02 +08:00
Mr.jiangzhiguo
4066f2f624
fix: Input.TextArea clear icon disappears (#24360)
* [#24359]: fix this issues

details: https://github.com/ant-design/ant-design/issues/24359

* fix css order
2020-05-21 22:55:52 +08:00
Mr.Biscuit
a518a2b0b1
docs: Propose a free open source design library we made (#24348)
I want to propose an open source ant Figma library my team made for ant design which contains all possible components and regularly maintained and updated
2020-05-21 21:05:53 +08:00
偏右
35a6a887a3
Update lighthouse-ci.yml 2020-05-21 20:47:06 +08:00
偏右
3629830a85
Revert "chore: upgrade rc-tooltip to 4.1.0(#19536) (#24341)" (#24342)
This reverts commit d7288e99a0.
2020-05-21 13:49:51 +08:00
Kermit Xuan
d7288e99a0
chore: upgrade rc-tooltip to 4.1.0(#19536) (#24341) 2020-05-21 13:43:21 +08:00
afc163
61378e4605 docs: 📖 update ScrollOptions link 2020-05-21 11:32:45 +08:00
二货机器人
0689982def
fix: Table selection cache (#24338)
* test driven

* fix logic
2020-05-21 11:02:12 +08:00
二货机器人
e613861e63
fix: Notification hooks (#24337)
* test driven

* use ref for the same content
2020-05-21 10:36:18 +08:00
偏右
f646b6fae8
Update lighthouse-ci.yml 2020-05-20 23:41:17 +08:00
偏右
e657fb806f
fix: Button loading animation missing (#24328)
close #24323
2020-05-20 23:32:38 +08:00
dependabot-preview[bot]
6619700893
chore(deps): bump moment from 2.25.3 to 2.26.0 (#24322)
* chore(deps): bump moment from 2.25.3 to 2.26.0

Bumps [moment](https://github.com/moment/moment) from 2.25.3 to 2.26.0.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.25.3...2.26.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

*  fix moment snapshot

* update moment version

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2020-05-20 22:33:51 +08:00
偏右
0f93896f0b
fix: Upload type missing (#24325)
close #24229
2020-05-20 22:33:34 +08:00
afc163
fdbf95aabd fix lighthouse-ci.yml 2020-05-20 21:52:40 +08:00
偏右
c69cf4a261
Update lighthouse-ci.yml 2020-05-20 21:46:18 +08:00
骗你是小猫咪
476853c320
test: fix ui-test install (#24320) 2020-05-20 20:51:35 +08:00
骗你是小猫咪
8d0bba4dea
test: 🚀 New Image Snapshots (#24003)
* test: New Image Snapshots

* circleci apt-get some lib

* fix command

* set CircleCI NODE_ENV

* new test:image

* upgrade jest-image-snapshot

* needs dist

* use jest html report

* use now deploy

* fix deploy skip

* set token

* upgrade version

* change if

* improve imageTest

* print node version

* revert puppeteer version

* fix now fail

* test

* fix now fail

* add if

* fix if

* add judgement

* fix action

* rebase

* fix test image script

* lint ignore

* fix lint fail
2020-05-20 19:47:49 +08:00
Yu
e197163a78
feat(Avatar): support draggable prop (#24314) 2020-05-20 19:30:39 +08:00
偏右
a7b81d52af
test: Add lighthouse-check-action (#24298) 2020-05-20 14:26:08 +08:00
Tom Xu
6f1fe30df1
docs(modal): improve (#24301) 2020-05-20 10:51:36 +08:00
Amumu
fb839eb1d1
remove @grid-gutter-width (#24303) 2020-05-20 10:47:39 +08:00
Tom Xu
706f0bbf56
refactor(alert): rewrite with hook and support strict mode (#24236)
* refactor(alert): rewrite with hook and support strict mode

* Update index.tsx

* improve code
2020-05-19 20:18:13 +08:00
Tom Xu
50fe770458
refactor(modal): rewrite with hook and support strict mode (#24238)
* refactor(modal): rewrite with hook and support strict mode

* Update ActionButton.tsx

* improve code
2020-05-19 20:15:51 +08:00
偏右
6ad1b18a47
fix: Drawer cover other elements when closed (#24290)
* fix: Drawer cover other elements when closed

close #24287

* Add no-mask demo for Drawer
2020-05-19 18:11:21 +08:00
偏右
4feb186085
refactor: tree select style (#24291)
* chore(list): improve code (#24280)

* chore(list): improve code

* Update index.tsx

* refactor: tree select style code

* 🔒 lock antd-theme-generator to 1.2.2

https://github.com/mzohaibqc/antd-theme-generator/issues/42

Co-authored-by: Tom Xu <ycxzhkx@gmail.com>
2020-05-19 18:10:02 +08:00
Tom Xu
baa56b6d85
chore(list): improve code (#24280)
* chore(list): improve code

* Update index.tsx
2020-05-19 14:55:46 +08:00
xrkffgg
ce78029933
fix: empty in cascader/select/table/treeSelect (#24279)
* fix: empty in cascader\select\table\treeSelect

* fix: snap
2020-05-19 14:45:57 +08:00
二货机器人
8bd10889c6
docs: fix site style (#24275) 2020-05-19 11:06:12 +08:00
偏右
f53d931890
Update MorePage.tsx (#24272) 2020-05-19 10:57:00 +08:00