Commit Graph

21095 Commits

Author SHA1 Message Date
xrkffgg
3020d60805
ci: perf prereIease publish (#30255)
* Update release-helper.yml

* Update release-helper.yml
2021-04-23 16:56:47 +08:00
github-actions[bot]
5ada26a6e6
chore: auto merge branchs (#30276)
chore: merge master into feature
2021-04-23 06:33:48 +00:00
afc163
87df777b1b
chore: improve Select custom tag demo (#30249)
close #30224
2021-04-23 14:05:53 +08:00
叶枫
d50a8e66fb
fix: Upload drag demo (#30259) 2021-04-23 10:25:58 +08:00
afc163
2e8a129eb4
fix: Badge spin style (#30275)
close #30274
2021-04-23 10:24:06 +08:00
afc163
eec7eca5b3
Revert "fix(Badge): update cached isDotRef when isHidden (#30090)" (#30277)
This reverts commit d87901e9a5.
2021-04-23 10:23:57 +08:00
二货机器人
2140e8105b
Revert "chore: Upload BugContext (#30250)" (#30273)
This reverts commit c82eea7114.
2021-04-22 22:34:58 +08:00
二货机器人
7c2c49316b
fix: checkbox & radio in flex align (#30260)
* fix: checkbox & radio in flex align

* rm only md

* docs: Update doc

* test: Update snapshot
2021-04-22 20:15:23 +08:00
二货机器人
37c1c302b1
test: Update snapshot (#30267)
* test: Update snapshot

* test: fix open test case
2021-04-22 17:15:37 +08:00
zombiej
fce602b115 chore: check changelog script skip prerelease 2021-04-21 19:31:25 +08:00
zombiej
ad78751f33 chore: bump 4.15.3-alpha.0 2021-04-21 18:56:47 +08:00
二货机器人
c82eea7114
chore: Upload BugContext (#30250)
* chore: BugContext

* update comment

* only inject uploading fileList
2021-04-21 18:55:52 +08:00
xiejiahe
c2e0cf5154
style(typography): remove null check (#30248) 2021-04-21 16:43:01 +08:00
叶枫
662c7bbf17
fix: Table drag demo (#30246) 2021-04-21 16:22:04 +08:00
wadezhan
d9c67cec59
fix(Table): Add warning when Table current is negative number 2021-04-21 13:47:05 +08:00
Seba Kerckhof
67377f2735
fix(menu): Fix submenu padding inside an itemgroup (#30218)
* fix(menu): Fix submenu padding inside an itemgroup

* Use prefix variable

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

Co-authored-by: afc163 <afc163@gmail.com>
2021-04-21 13:14:03 +08:00
afc163
e07fe384ae docs: add pro form into recommendation 2021-04-21 12:12:54 +08:00
hello-chinese
a836b582ab
fix(upload): type definition of beforeUpload (#30213) 2021-04-20 19:31:28 +08:00
Xi Ming
328e2b6252
fix: typo fix in contribution chapter of react (#30230)
Hi there, while I was reading through the document, I found a tiny typo out there,
` you are a active contributor--> you are an active contributor.`

So I request a PR for this, hope it can help. 

Cheers.
2021-04-20 17:29:16 +08:00
github-actions[bot]
0c8a84c4cc
chore: auto merge branchs (#30202)
chore: merge master into feature
2021-04-20 08:32:10 +00:00
dependabot[bot]
f6b63a030c
chore(deps-dev): bump eslint-plugin-unicorn from 29.0.0 to 30.0.0 (#30226)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 29.0.0 to 30.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v29.0.0...v30.0.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-20 16:05:29 +08:00
xiejiahe
1684985da1
style(site): remove helmetTitle check (#30221)
* style(site): remove helmetTitle check

* style(site): remove {}
2021-04-20 10:34:00 +08:00
Kermit
1f1aa86441
fix(upload): should work correctly when url of file is null (#30215)
* fix(upload): should work correctly when url of file is null

* fix: lint
2021-04-20 09:58:02 +08:00
dependabot[bot]
7975c33f50
chore(deps-dev): bump jest-puppeteer from 4.4.0 to 5.0.1 (#30210)
Bumps [jest-puppeteer](https://github.com/smooth-code/jest-puppeteer) from 4.4.0 to 5.0.1.
- [Release notes](https://github.com/smooth-code/jest-puppeteer/releases)
- [Changelog](https://github.com/smooth-code/jest-puppeteer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/smooth-code/jest-puppeteer/compare/v4.4.0...v5.0.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-19 17:19:36 +08:00
afc163
edb59bd2e8
fix: Button with disabled and type="link" should not clickable (#30209)
close #30207
2021-04-19 17:19:22 +08:00
xiejiahe
ca31a75d1b
style(Badge): remove null check (#30204) 2021-04-19 14:05:00 +08:00
Tom Xu
48b7edc35f
chore: upgrade husky to v6 (#29535)
* chore: upgrade husky to v5

* Update package.json

* add prepare for husky

* fix chmod

Co-authored-by: yoyo837 <yoyo837@hotmail.com>
2021-04-19 11:30:51 +08:00
陈帅
5c4aa4065f
docs: add 4.15.2 changelog (#30200) 2021-04-19 09:54:34 +08:00
afc163
bf350d6519
fix: link Button cursor style (#30197)
close #30043
2021-04-18 21:31:14 +08:00
hello-chinese
7be721b663
fix(types): Update Typescript definition Upload (#30188) 2021-04-18 20:28:01 +08:00
i3web
6407eac688
docs: update onChange description of Pagination component (#30166)
* docs: update onChange description of Pagination component

* Update components/pagination/index.zh-CN.md

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

Co-authored-by: 楼航飞 <hangfei.lou@datayes.com>
Co-authored-by: afc163 <afc163@gmail.com>
2021-04-18 13:43:59 +08:00
xiejiahe
c3ce590b24
fix(site): add document.removeEventListener (#30184) 2021-04-18 13:39:45 +08:00
einq7
4b376d0171
docs: perfect validateTrigger description (#30182) 2021-04-17 09:50:21 +08:00
serializedowen
b8193cf97d
fix: typo fix in <Table /> doc (#30167)
fix: typo fix in <Table /> doc
2021-04-16 14:40:29 +08:00
xiejiahe
65c71769ca
style(BreadcrumbItem): Condition check (#30148) 2021-04-15 11:55:35 +08:00
afc163
fb3d3c923d docs: fix custom theme page overflow link
https://twitter.com/Thevenicelive/status/1382329985638166533
2021-04-14 22:33:21 +08:00
xiejiahe
1d5613ebc4
style(useSelection): Consider using '!==' instead of negating '===' result (#30140) 2021-04-14 22:28:48 +08:00
琚致远
2c68352367
docs: fix typo on the normal-login page (#30132)
* fix: fix typo on the normal-login page

* Update advanced-search.md

* Update form-in-modal.md
2021-04-14 19:00:01 +08:00
xiejiahe
148a6dbefe
docs(site): removeEventListener (#30139)
* fix(site): removeEventListener

* fix(site): removeEventListener

* fix(site): removeEventListener
2021-04-14 17:27:42 +08:00
骗你是小猫咪
96c7ecbe77
test: fix loading cause visual test fail (#30135) 2021-04-14 10:08:20 +08:00
itibbers
c95e72cb3c
docs: add version of Form.Item hidden (#30134) 2021-04-14 09:34:05 +08:00
Themi Tsiotas von Pfaler
3d40656aed
fix: add da_DK locale TimePicker range placeholder (#30128) 2021-04-13 20:50:33 +08:00
二货机器人
3cfda1042e
fix: TextArea onChange event obj (#30124) 2021-04-13 15:42:43 +08:00
Janry
1794a245a6
docs: add react form library recommendation resources (#30122) 2021-04-13 13:07:58 +08:00
wangao
e4e5cc66e9
fix(upload): file in fileList should get uid at first (#30087)
* docs: delete info log in tree examples

* fix: make check-ts-demo work

* fix(upload): fileList should add uid at first

* revert(docs): revert delete log(info)

* style: delete unused test utils
2021-04-13 09:49:58 +08:00
zombiej
bbbb7f573c docs: Update from faq 2021-04-12 17:48:28 +08:00
Kermit
1542820bc3
fix(tabs): centered prop is not working (#30106) 2021-04-12 16:22:45 +08:00
github-actions[bot]
adb4f8f7dd
chore: auto merge branchs (#30098)
chore: merge master into feature
2021-04-12 03:59:52 +00:00
wangao
fbb89242f4
fix(local): add preview in zh_HK and zh_TW (#30100) 2021-04-12 11:39:49 +08:00
xrkffgg
e8b4d03265
test: add more space test (#30099) 2021-04-12 11:20:57 +08:00