afc163
|
387b9fdd34
|
docs: add arrow faq to Carousel documentation
|
2021-05-06 14:37:39 +08:00 |
|
Kermit
|
3ee634ba4c
|
feat(upload): itemRender add actions params (#30236)
* feat(upload): itemRender add actions params
* chore: optimize type definition
* chore: update doc
* chore: rename actions
* chore: trigger ci
* chore: rename method name of actions
|
2021-05-06 14:12:26 +08:00 |
|
afc163
|
75e79a384b
|
chore: change cdn url
close #29311
|
2021-05-06 10:34:10 +08:00 |
|
Goofy
|
d0f20f6b4c
|
docs: Update visual.zh-CN.md (#30397)
fix: javascipt -> javascript
|
2021-05-05 22:55:52 +08:00 |
|
Fachreza Muslim
|
ade92eb1bd
|
fix: Steps with progress - Circle get cut at the bottom (#30373)
* Step with progress - Circle get cut at the bottom
* rtl step with progress - circle get cut at the right
|
2021-05-05 22:46:31 +08:00 |
|
dependabot[bot]
|
f370aa4dc3
|
chore(deps-dev): bump fs-extra from 9.1.0 to 10.0.0 (#30387)
Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 9.1.0 to 10.0.0.
- [Release notes](https://github.com/jprichardson/node-fs-extra/releases)
- [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jprichardson/node-fs-extra/compare/9.1.0...10.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-05-05 22:46:15 +08:00 |
|
Map1en_
|
1699754bd5
|
fix(DatePicker): locale in DatePicker cannot override ConfigProvider locale (#30380)
* fix(DatePicker): locale in DatePicker cannot override ConfigProvider locale
close #30374
* fix: DatePicker.RangePicker
* test: add test
|
2021-05-05 22:28:56 +08:00 |
|
_XiaoTian
|
836163adc0
|
docs: Update carousel documentation (#30356)
* Update index.zh-CN.md
* Update index.en-US.md
* Update: Modify format
|
2021-05-05 17:20:13 +08:00 |
|
github-actions[bot]
|
a79f9d7b68
|
chore: auto merge branchs (#30381)
chore: master merge into feature
|
2021-05-03 08:31:56 +00:00 |
|
xrkffgg
|
44a2cfac8d
|
Merge branch 'master' into feature-merge-master
|
2021-05-02 22:40:03 +08:00 |
|
xrkffgg
|
15226107cc
|
ci: add conflict-review-body for pr ci
|
2021-05-02 21:56:04 +08:00 |
|
二货机器人
|
d9f41aaa06
|
docs: 4.15.4 changelog (#30376)
* docs: 4.15.4 changelog
* Update CHANGELOG.zh-CN.md
Co-authored-by: 骗你是小猫咪 <darryshaw@gmail.com>
Co-authored-by: 骗你是小猫咪 <darryshaw@gmail.com>
|
2021-05-01 00:16:14 +08:00 |
|
Eric Bonow
|
32040fb996
|
feat(upload): add onDrop (#30319)
* feat(upload): Add onDrop
* Replace "if prop" logic with existential operator
* Remove redundant conditional
|
2021-04-30 22:11:31 +08:00 |
|
Map1en_
|
a39e51a8c1
|
fix(layout-sider): menu-item width is wrong when collapsedWidth is set (#30357)
close #30355
|
2021-04-30 15:15:40 +08:00 |
|
dependabot[bot]
|
3b51792f9c
|
chore(deps-dev): bump css-minimizer-webpack-plugin from 1.3.0 to 2.0.0 (#30108)
* chore(deps-dev): bump css-minimizer-webpack-plugin from 1.3.0 to 2.0.0
Bumps [css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-minimizer-webpack-plugin/compare/v1.3.0...v2.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
* upgrade bisheng
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
|
2021-04-30 15:13:31 +08:00 |
|
xrkffgg
|
a4f503c720
|
test: add more space test coverage (#30369)
|
2021-04-30 14:03:05 +08:00 |
|
二货机器人
|
da7f8a7bf1
|
chore: Adjust Radio spin style (#30367)
|
2021-04-30 11:42:13 +08:00 |
|
Kermit
|
dd88e30586
|
fix(upload): beforeUpload type definition (#30351)
* fix(upload): beforeUpload type definition
* chore: optimize test case
* chore: update test
|
2021-04-30 08:59:18 +08:00 |
|
John
|
60cad5a765
|
fix(typography): editable should not trigger links (#30354)
closed #30353
|
2021-04-29 17:03:24 +08:00 |
|
afc163
|
ab83346a5a
|
Update avatar.md
|
2021-04-29 11:54:40 +08:00 |
|
Kermit
|
4ccbf1fd0f
|
fix(upload): UploadFile type definition (#30343)
|
2021-04-28 22:52:31 +08:00 |
|
二货机器人
|
fa80ae5a0a
|
test: more test case (#30340)
|
2021-04-28 15:12:54 +08:00 |
|
二货机器人
|
dbbf0dae75
|
fix: InputNumber support null (#30337)
* fix: InputNumber support null
* test: update test case
|
2021-04-28 13:55:38 +08:00 |
|
Map1en_
|
579e3c5f78
|
fix(modal): fix Dropdown.Button not correctly rendered in Modal footer (#30328)
close #30317
|
2021-04-28 12:19:40 +08:00 |
|
二货机器人
|
60d2694a07
|
chore: Remove useless anchor-bg (#30336)
|
2021-04-28 11:00:22 +08:00 |
|
Chalk
|
7e0af50e1c
|
fix: added ko_KR and ja_JP TimePicker.RangePicker placeholder (#30285)
* fix: add ko_KR and ja_JP locale TimePicker.RangePicker placeholder
* fix: ko_KR locale grammars in Table and Form messages
* fix: locale ci
|
2021-04-28 10:25:20 +08:00 |
|
dependabot[bot]
|
4951b59d32
|
chore(deps-dev): bump stylelint-config-standard from 21.0.0 to 22.0.0 (#30312)
* chore(deps-dev): bump stylelint-config-standard from 21.0.0 to 22.0.0
Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 21.0.0 to 22.0.0.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint-config-standard/compare/21.0.0...22.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
* chore: ignore no-invalid-position-at-import-rule
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
|
2021-04-26 17:44:48 +08:00 |
|
dependabot[bot]
|
7c2479c67d
|
chore(deps-dev): bump eslint-plugin-unicorn from 30.0.0 to 31.0.0 (#30313)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 30.0.0 to 31.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v30.0.0...v31.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2021-04-26 17:26:21 +08:00 |
|
Wei Zhu
|
961c8c8d21
|
docs: add 4.15.3 changelog (#30297)
* docs: add 4.15.13 changelog
* chore: bump version
* Update CHANGELOG.zh-CN.md
Co-authored-by: afc163 <afc163@gmail.com>
* Update CHANGELOG.zh-CN.md
* Update CHANGELOG.en-US.md
* update
* update
Co-authored-by: afc163 <afc163@gmail.com>
|
2021-04-26 12:41:31 +08:00 |
|
afc163
|
32dfb9c447
|
fix: Table selection column width when bordered (#30304)
close #29083
|
2021-04-26 10:35:05 +08:00 |
|
Fog3211
|
0e4f870453
|
fix: input disabled verification style(#30294) (#30302)
* fix(Input):input verification failed style when mouse hover
* fix: input disabled verification style
|
2021-04-25 18:04:04 +08:00 |
|
appleshell
|
c3405bd887
|
feat: add onChange for Statistic.Countdown (#30265)
* feat: add onChange for countdown
* update the demo
|
2021-04-23 22:15:26 +08:00 |
|
afc163
|
a592dd897e
|
chore: fix table demo
close #30284
|
2021-04-23 16:59:16 +08:00 |
|
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 |
|