MadCcc
47282f73bf
fix: clear icon style ( #34610 )
2022-03-21 12:04:34 +08:00
paul
8562427674
feat(row): add support for space-evenly ( #34606 )
...
* feat(row): add support for space-evenly
* docs: update demo snapshot.
Co-authored-by: gp5251 <gp5251@qq.com>
2022-03-21 09:49:21 +08:00
afc163
bd79b2d2b7
Update issue-open-check.yml
2022-03-20 23:06:54 +08:00
xrkffgg
ee8e7851b6
ci: fix result
2022-03-20 11:07:34 +08:00
xrkffgg
89e9819c75
ci: update result
2022-03-20 11:06:50 +08:00
afc163
07b8fb12a6
chore( 🤖 ): upgrade github actions ( #34599 )
2022-03-19 21:53:48 +08:00
github-actions[bot]
6607417313
chore: auto merge branchs ( #34595 )
...
chore: sync master into feature
2022-03-19 11:56:59 +00:00
afc163
7f487369d3
Update issue-open-check.yml
2022-03-19 18:56:55 +08:00
afc163
02597a3cce
Update issue-open-check.yml
2022-03-19 18:49:06 +08:00
黑雨
4374b2c283
feat: dialog,image add rootClassName api ( #34574 )
...
* feat: dialog add rootClassName api
* feat: rc-image add rootClassName api
* feat: update doc
2022-03-19 18:44:43 +08:00
afc163
b409980f9c
chore( 🤖 ): Update issue-open-check.yml ( #34589 )
...
* Update issue-open-check.yml
* Delete issue-sync-dingtalk.yml
* Update issue-open-check.yml
2022-03-19 18:22:27 +08:00
afc163
c7a106b635
Delete chain-alert.yml
2022-03-19 18:21:52 +08:00
afc163
425ea1a92b
chore: add issues similarity analysis and dingtalk issue notice actions ( #34583 )
...
* chore: add Issues Similarity Analysis action
* Delete suggest-related-links.yml
* Create issue-sync-dingtalk.yml
* Update issue-sync-dingtalk.yml
* Update issue-sync-dingtalk.yml
* Update issue-sync-dingtalk.yml
* Update issues-similarity-analysis.yml
2022-03-19 18:05:42 +08:00
github-actions[bot]
76b1ad60d2
chore: auto merge branchs ( #34585 )
...
chore: sync master to feature
2022-03-19 09:41:29 +00:00
二货机器人
a67d39cd6c
feat: Menu support items
( #34559 )
...
* docs: Update Menu cn doc
* chore: update ts def
* chore: support convert
* docs: more demo
* docs: more demo
* docs: all menu demos
* docs: dropdown demo
* docs: dropdown all demos
* docs: update demo
* test: coverage
* docs: more demo
* docs: layout demo
* docs: all demo
* chore: fix ts lint
* docs: fix doc
* docs: all docs
2022-03-18 15:20:35 +08:00
Gianmarco Rengucci
4c46aeb265
fix: Update it_IT locales ( #34566 )
2022-03-18 14:37:46 +08:00
Anizcus
183dec11f6
fix: lt_LT locale for typeTemplate ( #34567 )
2022-03-18 13:55:40 +08:00
dependabot[bot]
acceca7029
chore(deps-dev): bump @types/gtag.js from 0.0.9 to 0.0.10 ( #34561 )
...
Bumps [@types/gtag.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gtag.js ) from 0.0.9 to 0.0.10.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gtag.js )
---
updated-dependencies:
- dependency-name: "@types/gtag.js"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-17 19:56:38 +08:00
afc163
54b7fef370
docs: add Currency recommendation
2022-03-17 14:20:14 +08:00
afc163
86b045e12c
test: add type test for Input
2022-03-17 14:20:14 +08:00
Yunwoo Ji
310c7775d9
fix: apply scale transform to disabled star ( #34547 )
2022-03-17 11:54:52 +08:00
MadCcc
10c090a993
fix: tooltip preset color ( #34548 )
...
* fix: tooltip preset color
* chore: code clean
2022-03-17 11:48:52 +08:00
xrkffgg
66bad24413
fix: Badge RTL wrong placement ( #34545 )
2022-03-17 10:47:56 +08:00
dependabot[bot]
8501788138
chore(deps-dev): bump @types/gtag.js from 0.0.8 to 0.0.9 ( #34540 )
...
Bumps [@types/gtag.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/gtag.js ) from 0.0.8 to 0.0.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/gtag.js )
---
updated-dependencies:
- dependency-name: "@types/gtag.js"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-16 21:38:51 +08:00
afc163
bf6dfaa315
docs: move treeLoadedKeys to TreeSelect
...
close #34538
2022-03-16 19:03:08 +08:00
vagusX
fcbae92f5a
docs: update Input docs for default size in Form ( #34537 )
2022-03-16 17:34:07 +08:00
mic-web
7f7b3a59dc
fix: col-x class names in css when using custom prefix ( #34494 )
...
* fix: col-x class names of Row and Col components when using custom prefix
* refactor: reuse @col-prefix-cls and @row-prefix-cls
* refactor: move @col-prefix-cls and @row-prefix-cls to mixin.less
2022-03-16 17:01:27 +08:00
afc163
2e20f314b1
chore( 🤖 ): add ChainAlert action ( #34530 )
2022-03-16 16:40:04 +08:00
vagusX
4eb097cef9
fix: typos in Input.tsx ( #34534 )
2022-03-16 16:04:01 +08:00
afc163
1963dfd648
docs: fix ---
2022-03-16 13:32:26 +08:00
github-actions[bot]
78705e34f0
chore: auto merge branchs ( #34527 )
...
chore: sync master into feature
2022-03-16 03:38:49 +00:00
afc163
f3c5c17474
fix: Typography ediable style ( #34518 )
...
- [x] Fix Editable Textarea height jump in Firefox
- [x] Fix Editable Typography.Title confirm icon position
2022-03-15 21:03:06 +08:00
MadCcc
ed651f450d
fix: missing status style for RangePicker ( #34509 )
...
* fix: range picker should has status style
* chore: code clean
* chore: code clean
* chore: code clean
2022-03-15 18:38:22 +08:00
zombiej
4f2b53ad26
docs: fix alert docs escape
2022-03-15 14:21:36 +08:00
zombiej
ac121e887c
test: Update snapshot
2022-03-15 14:13:49 +08:00
CommanderRoot
7c34addf57
refactor: replace deprecated String.prototype.substr() ( #34498 )
...
String.prototype.substr() is deprecated (see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/substr ) so we replace it with functions which aren't.
Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-15 10:41:12 +08:00
afc163
ad946f9671
docs: dropdownRender usage
...
2de1a15da9
2022-03-14 22:26:09 +08:00
Long Hao (龙濠)
bef910b9bc
refactor: move prefixCls to wrapper ( #34482 )
...
* refactor: move prefixCls to wrapper
* fix: name change
Co-authored-by: zengguhao.zgh <zengguhao.zgh@alibaba-inc.com>
2022-03-14 16:22:18 +08:00
MadCcc
c9b6a24978
chore: add focus warning for Input ( #34475 )
...
* chore: add focus warning for Input
* chore: code clean
* chore: remove duplicate variables
2022-03-14 15:37:02 +08:00
MadCcc
14e719295e
fix: input classname in affix wrapper ( #34474 )
2022-03-14 15:05:24 +08:00
EvanOne(文一)
ac130c63ca
docs(components:Cascader): supplement the API documentation ( #34466 )
...
* docs(components:Cascader): supplement the API documentation
* docs(Cascader:en-US): supplement the API documentation
2022-03-13 21:46:44 +08:00
afc163
085a9e9235
chore: upgrade rc-menu to 9.3.x ( #34473 )
2022-03-13 18:40:27 +08:00
afc163
01dceec0c7
docs( ✨ ): changelog for 4.19.2 ( #34472 )
...
* docs: changelog for 4.19.2
* fix changelog lint
2022-03-13 17:33:25 +08:00
YuTao
ed47a8e1ea
docs(module:timeline): fix typo ( #34389 )
...
* docs(module:timeline): fix typo
* docs(module:timeline): fix typo
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: afc163 <afc163@gmail.com>
2022-03-13 00:30:51 +08:00
二货机器人
2e27c00293
chore: export css variable func ( #34436 )
2022-03-11 16:16:23 +08:00
黑雨
e45fa77eb8
feat: add aria-* to Spin ( #34408 )
...
* feat: add aria
* feat: update other snap
* feat: update logic
2022-03-11 15:49:33 +08:00
二货机器人
c50bbe64bb
chore: refactor internal menu with hooks ( #34433 )
...
* chore: refactor menu with hooks
* chore: clean up
2022-03-11 15:26:29 +08:00
afc163
f987bd0479
fix: PageHeader extra gutter ( #34428 )
2022-03-11 13:34:38 +08:00
zqran
86415ef8a2
docs(Table): replace the link of TableComponents
prop with rc-table
type ( #34423 )
2022-03-11 09:52:16 +08:00
dujun
fca7210309
fix: Tooltip width in safari ( #34415 )
2022-03-10 19:47:16 +08:00