lijianan
ac5a06027e
revert: "chore: unified import method ( #42149 )" ( #42180 )
This reverts commit ea8ed28209
.
2 years ago
XiaoPi
aff6314d11
fix: remove useless reexport of statistic ( #42113 )
2 years ago
二货爱吃白萝卜
e47545519c
chore: lock eslint ( #42172 )
2 years ago
cheapCoder
af0f8904b2
fix(style): keep Spin's container height the same as son element ( #42162 )
* fix(style): keep Spin's container height the same as the icon son element
* fix(style): update fontSize override way similar to radio group
2 years ago
dependabot[bot]
653d031ac4
chore(deps-dev): bump @types/node from 18.16.4 to 20.0.0 ( #42161 )
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.16.4 to 20.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
lijianan
ea8ed28209
chore: unified import method ( #42149 )
* chore: unified import method
* fix lint
2 years ago
afc163
1401541813
fix: margin between menu item and submenu title ( #42160 )
close https://github.com/ant-design/ant-design/issues/42159
2 years ago
Christian Wallenwein
e9db1071d6
docs: Update documentation of Input and Input.TextArea ( #42118 )
2 years ago
Yanghc
8082985056
docs: update InputNumber documentation ( #42151 )
* doc: 修改文案
* Update index.zh-CN.md
---------
Co-authored-by: afc163 <afc163@gmail.com>
2 years ago
Wuxh
6d0acb0518
fix: Upload disable state logic ( #42102 )
* chore(typo): update
* test(upload): add case
* fix: Upload disable state logic
* test: remove case
* chore: remove unused
2 years ago
dependabot[bot]
6a78d15b6e
chore(deps-dev): bump jsdom from 21.1.2 to 22.0.0 ( #42106 )
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 21.1.2 to 22.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/21.1.2...22.0.0 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 栗嘉男 <574980606@qq.com>
2 years ago
MadCcc
b882ae8c25
chore: lock countup.js ( #42124 )
2 years ago
lijianan
c3d02f8212
revert: revert #42060 ( #42082 )
2 years ago
lijianan
7b1c3990eb
chore: Migrate CJS to ESM ( #42077 )
* chore: Migrate CJS to ESM
* clear
2 years ago
lijianan
6b876473b4
chore: delete convert-demo.js ( #42073 )
2 years ago
lijianan
859f6168ec
chore: Migrate CJS to ESM ( #42072 )
* chore: Migrate CJS to ESM
* fix
* fix
* fix
* fix
* fix
* update
2 years ago
lijianan
c1760262b9
chore: Migrate CJS to ESM ( #42068 )
* chore: Migrate CJS to ESM
* fix lint
2 years ago
lijianan
cc5dfe2521
chore: Migrate CJS to ESM ( #42070 )
2 years ago
lijianan
6dde4c4ebe
chore: Migrate CJS to ESM ( #42067 )
* chore: Migrate CJS to ESM
* fix lint
2 years ago
lijianan
9258e0bb24
chore: Migrate CJS to ESM ( #42060 )
2 years ago
lijianan
f34f4d485f
chore: Migrate CJS to ESM ( #42064 )
2 years ago
lijianan
6301ddf764
chore: Migrate CJS to ESM ( #42062 )
* chore: Migrate CJS to ESM
* fix
* fix
2 years ago
lijianan
f580ac85cf
type: remove useless type ( #42054 )
2 years ago
lijianan
16dd7ba3cb
chore: Migrate CJS to ESM ( #42059 )
* chore: Migrate CJS to ESM
* fix
* rename
2 years ago
lijianan
de1a73a6d6
chore: Migrate CJS to ESM ( #42055 )
2 years ago
lijianan
c9bac13bc8
chore: Migrate CJS to ESM ( #41809 )
* add devDependencies
* rerun ci
* rerun ci
* update
* update
* fix
* chore: update
* fix
* fix
---------
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
二货爱吃白萝卜
78e9d58ef1
fix: Breadcrumb `itemRender` not remove link even path is provided ( #42049 )
* refactor: out of bread item render
* refactor: fix too filled
* fix: render logic
* test: add test case
* fix: ts
* fix: test
2 years ago
lijianan
4ecac35a29
chore: use `composeRef(ref, internalRef)` replace `ref || internalRef` ( #42036 )
* chore: use composeRef replace ref || internalRef
* style
* revert
2 years ago
Simon He
901957cf02
perf(anchor): reduce unnecessary calculations ( #42018 )
2 years ago
二货爱吃白萝卜
9a6aaac0c0
fix: Transfer controlled mode warning ( #42033 )
* test: test driven
* fix: warning of state update
* fix: invert error
2 years ago
二货爱吃白萝卜
963b6fb939
chore: conch update ( #42027 )
2 years ago
MadCcc
c6546e0f92
Update site-deploy.yml
2 years ago
二货爱吃白萝卜
749493453f
docs: pain of static method ( #42020 )
2 years ago
Simon He
40a1e5e4d1
perf(affix): reduce unnecessary calculations ( #42015 )
2 years ago
二货爱吃白萝卜
02d24c1ab0
docs: 5.4.6 changelog ( #42009 )
* chore: 5.4.6 changelog
* docs: adjust desc
* docs: fix typo
2 years ago
Wuxh
f6c661ef5a
chore(typo): improve typescript declaration ( #41907 )
* chore(typo): improve typescript declaration
* Revert "chore(typo): improve typescript declaration"
This reverts commit d340911992
.
* chore(typo): improve typescript declaration
* Update components/theme/interface/components.ts
* Update components/theme/index.ts
* Update components.ts
2 years ago
ayang
e5fad4c2d6
style: optimize button code ( #42005 )
2 years ago
二货爱吃白萝卜
e1ff1a736f
docs: ssr style extract ( #41995 )
2 years ago
afc163
3a5413315d
style: fix Table border and radius issues ( #41985 )
* style: fix Table border details
* style: fix Table border details
2 years ago
afc163
709e910fd0
style: fix Layout.Sider and Menu transition style ( #41993 )
close #41911
close #41987
2 years ago
sexnmaa
ab5ebb0278
demo: improve Select demo ( #41986 )
Co-authored-by: songzihao <zihao.szh@digital-engine.com>
2 years ago
Wuxh
4d0f399f0b
fix(NumberInput): fontSize error ( #41983 )
2 years ago
GUAN MING
2b98068d17
fix: Adds aria-* to TreeSelect ( #41978 )
* fix: Adds aria-label to TreeSelect
* test: add aria-label test for TreeSelect
* test: update aria-label test for TreeSelect
* fix: support aria-*
* fix: aria attributes type definition
2 years ago
btea
8347c22d13
chore: prevent ci from running on fork ( #41980 )
2 years ago
Alexis Sniffer
b27c000d13
fix: Responsive Col don't support 'flex' prop in ColSize ( #41962 )
Responsive Col don't support 'flex' prop in ColSize #28961
2 years ago
GUAN MING
9db1ae1a7e
fix: Carousel GoTo is ignored if animation is in progress ( #41969 )
* refactor: rewrite with waitForAnimate
* docs: update Carousel docs
* test: add waitForAnimate test
2 years ago
kiner-tang(文辉)
b31bec59af
fix: validated should be reset when trigger reset event ( #41976 )
2 years ago
GUAN MING
19a5f6ddd2
docs: update "jest snapshots" link ( #41979 )
2 years ago
xrkffgg
55955d93bd
docs: update README-ar_EG.md ( #41967 )
2 years ago
GUAN MING
427e5e8454
docs: add Arabic link to README.md ( #41965 )
* docs: modify the doc of Form.Item messageVariables
* docs: add Arabic documentation
* docs: add Arabic link
2 years ago