Commit Graph

20823 Commits

Author SHA1 Message Date
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
wangao
d87901e9a5
fix(Badge): update cached isDotRef when isHidden (#30090) 2021-04-11 13:37:46 +08:00
afc163
8eca2b3f63 docs: improve community implementation 2021-04-11 00:10:36 +08:00
afc163
8afdfa9ce3
docs(📖): add changelog for 4.15.1 (#30086) 2021-04-10 18:07:31 +08:00
xiejiahe
eca9767ba0
docs(Avatar): add draggable api (#30073)
* docs(Avatar): add draggable api

* docs(Avatar): add draggable api
2021-04-10 13:37:02 +08:00
gepd
941ba1fb96
feat: Allow breadcrumb component in PageHeader (#30019)
* Allow breadcrumb component in PageHeader

* Allow breadcrumb component in PageHeader

* Allow breadcrumb component in PageHeader

* Rename variable

rename var from _breadcrumbRender to breadcrumbRenderDomFromProps
2021-04-10 13:36:37 +08:00
Gamote
a7130187ed
fix: undefined was added to the SelectValue type (#30068)
* Fix: `undefined` was added to the SelectValue type

* fix: `undefined` was added to the SelectValue type
2021-04-10 13:35:08 +08:00
Amour1688
ac78d87c14
style: not import named export "version" (#30071) 2021-04-09 13:13:06 +08:00
二货机器人
793abf4284
fix: TextArea control with maxLenght (#30070)
* fix: Textarea control missing maxLength

* docs: Clean up
2021-04-09 13:11:18 +08:00
二货机器人
33dbd3f4f1
fix: Table flex pagination (#30065)
* fix: Table flex pagination

* update style
2021-04-08 20:47:19 +08:00
大猫
05127d564a
fix: PageHeader tabs remove padding setting (#29819)
* fix: PageHeader tabs remove padding setting

* fix: only change padding top and bottom
2021-04-08 20:08:29 +08:00
afc163
5a0f65dac7
fix: Vulnerability version to lodash@4.17.21 2021-04-08 17:25:17 +08:00
wangao
bee77c3362
fix: add forwardRef to CheckBoxGroup for v3 compatibility (#30039)
* fix: add forwardRef to CheckBoxGroup for v3 compatibility

* tests: add CheckboxGroup forwardRef test
2021-04-08 14:36:50 +08:00
jinchaofs
aa9fac49f7
fix: [Transfer] The box-shadow of the bottom button is not visible (#30030)
Co-authored-by: jinchao.li <jinchao.li@cyclone-robotics.com>
2021-04-06 14:25:16 +08:00
二货机器人
ebd60df124
fix: Use flex gap of space (#30023)
* fix: use flex gap when supported

* test: update snapshot

* refactor: Use single hooks
2021-04-06 11:38:36 +08:00
云剪者
f5d6756d77
docs: fix the align - items (#30022) 2021-04-06 10:17:45 +08:00
github-actions[bot]
a42fc02746
chore: auto merge branchs (#30021)
chore: merge master into feature
2021-04-03 14:47:40 +00:00
undefined
2ca113afd5
fix: Cannot read property 'removeChild' of null (#29961)
* fix: undefined error

fix: undefined error

* fix: exec order
2021-04-03 22:31:13 +08:00
afc163
87c8b5a180
fix: Button align issue (#30006)
close #29978
2021-04-03 22:27:46 +08:00
afc163
13a829d20c
fix: classNames typing errors (#30018) 2021-04-02 22:37:36 +08:00
Kermit
dda9f61458
fix(tabs): can't scroll when vertical mode in safari (#29983)
* fix(tabs): can't scroll when vertical mode in safari

* fix: typo

* fix: operation button
2021-04-01 11:33:13 +08:00
lijianqiang0502
d05ff8e777
docs: Update Tag index.zh-CN.md (#29982)
* Update index.zh-CN.md

增加文档api可读性,避免因tag closable的默认行为给用户造成预期之外的错误

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: afc163 <afc163@gmail.com>
2021-04-01 11:26:39 +08:00
einq7
04fa4fce39
docs: fix treeDataSimpleMode type (#29984) 2021-04-01 09:34:47 +08:00