Wuxh
eb616d479c
fix: fix drop down menu style issue ( #39434 )
...
fix: https://github.com/ant-design/ant-design/issues/39322
2022-12-15 18:36:32 +08:00
MadCcc
00abec4bb3
fix: Drawer should close if open is false ( #39561 )
...
* fix: Drawer should close if open is false
* chore: update script
* chore: update deps
2022-12-15 12:02:15 +08:00
二货爱吃白萝卜
f4d011623e
docs: note for getContainer ( #39379 )
...
* docs: note for getContainer
* chore: update gitignore
2022-12-08 00:26:29 +08:00
Paul Damnhorns
c71fece3b1
feat: add uz_UZ locale ( #39353 )
2022-12-07 16:59:18 +08:00
二货爱吃白萝卜
d6ae60cd01
fix: Divider horizontal line align ( #39334 )
...
* fix: divider hor align
* test: Update snapshot
2022-12-07 11:42:32 +08:00
二货爱吃白萝卜
9f0379bd1b
docs: 4.24.5 changelog ( #39267 )
...
* docs: 4.25.5 changelog
* test: Update snapshot
* chore: fix ci
* chore: update script
* test: Update snapshot
* test: Update snapshot
* test: Update snapshot
* chore: clean up
* chore: clean up bundlesize
* chore: back of bundle size
2022-12-06 11:43:45 +08:00
二货机器人
aa8d7f5ca9
fix: MenuItem disabled not block a click
2022-12-01 17:31:28 +08:00
justanotheranonymoususer
c5a4359900
style: popconfirm icon position regression ( #39027 )
2022-12-01 14:46:13 +08:00
Wuxh
1da8126123
fix(steps): fix steps style ( #39103 )
...
* docs(steps): update demo
* fix(steps): fix steps style
fix #39088
* test: update snapshot
* fix: update
* chore: additional RTL styles
2022-12-01 11:05:42 +08:00
二货爱吃白萝卜
88e360d79d
docs: Update demo ( #39127 )
2022-11-30 22:51:06 +08:00
Wuxh
647a03af09
fix(badge): fix the color cannot be customized when count is 0 ( #39062 )
...
* test(badge): add case
* fix(badge): fix the color cannot be customized when count is 0
* test(badge): update snapshots
* docs(badge): update demo
* test: update case
* test(badge): update snapshots
2022-11-29 09:49:18 +08:00
justanotheranonymoususer
8e8a073c33
fix: Card meta default width (4.x) ( #39039 )
...
* Fix #39025
* Update components/card/style/index.less
Co-authored-by: afc163 <afc163@gmail.com>
* Update index.less
Co-authored-by: afc163 <afc163@gmail.com>
2022-11-28 00:22:17 +08:00
kiner-tang(文辉)
d1ac522d96
fix: TimePicker popupClassName
unexpect warning ( #39010 )
2022-11-27 22:28:29 +08:00
MadCcc
50ea91a4de
chore: update snapshot
2022-11-25 16:17:42 +08:00
Yuki Zhang
3b48ffa247
fix: v4 Space.Compact when wrapping a single child component ( #38913 )
2022-11-24 20:12:20 +08:00
Yuki Zhang
3af410ab3f
fix: context issues for Space.Compact ( #38887 )
2022-11-23 22:30:26 +08:00
黑雨
066be35de3
feat: support options ( #38876 )
...
* feat: support options
* feat: update package
* feat: update package
* feat: update doc
* feat: update doc
* feat: update doc
* feat: add test case
2022-11-23 21:00:24 +08:00
dainli
6f4b96567b
bugfix(DisabledContextProvider): fix disabled logic ( #38886 )
...
* bugfix(DisabledContextProvider): fix disabled logic
* test: add test for ConfigProvider componentDisabled
Co-authored-by: dian.li <dian.li@yunzhanghu.com>
2022-11-23 11:04:23 +08:00
MadCcc
d3a7119d03
chore: update mirror host ( #38674 )
...
* chore: update host
* chore: rm gitee mirror
* chore: lint
* chore: ignore crop-imgae
2022-11-18 16:39:28 +08:00
kiner-tang(文辉)
934804763a
fix(message): call onClose after removeNotice ( #38669 )
...
* fix: call onClose after removeNotice
* feat: update demo and snapshots
* feat: update test case
2022-11-18 16:37:24 +08:00
dependabot[bot]
1a4c696926
chore(deps-dev): bump typescript from 4.8.4 to 4.9.3 ( #38604 )
...
* chore(deps-dev): bump typescript from 4.8.4 to 4.9.3
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.8.4 to 4.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: fix ts error in test case
* Update Table.pagination.test.tsx
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2022-11-17 13:02:49 +08:00
Matthew
52dedca8ed
fix: Pass custom prefixCls to Typography from Base ( #38580 ) ( #38586 )
...
* fix: Pass custom prefixCls to Typography from Base (#38580 )
* test: Added test for typography custom prefixCls
2022-11-16 10:23:51 +08:00
afc163
08e4598baa
fix(Table): don't trigger sort when pressing enter in filter dropdown ( #38585 )
...
close #38579
2022-11-15 23:35:16 +08:00
kiner-tang(文辉)
1ca984a19c
feat(modal): support pass mousePosition to control modal's animation origin position ( #38584 )
...
* feat: support pass mousePosition to control modal's animation target position
* feat: update test case
* Update components/modal/demo/custom-mouse-position.md
Co-authored-by: afc163 <afc163@gmail.com>
* docs: update docs
Co-authored-by: afc163 <afc163@gmail.com>
2022-11-15 22:20:02 +08:00
JackLiR8
3c96997210
fix(Input.Search): pressing enter key don't trigger onSearch
while loading ( #38575 ) ( #38578 )
2022-11-15 18:40:04 +08:00
lijianan
5ef12dfaa5
chore: fix typo ( #38568 )
2022-11-15 15:51:34 +08:00
lijianan
8cd60cc9bd
fix: Breadcrumb overlay deprecated warning ( #38567 )
...
* fix: incorrect warning
* Update components/breadcrumb/__tests__/Breadcrumb.test.tsx
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2022-11-15 15:10:47 +08:00
Wuxh
4bc23b3ca6
chore: fix the wrong link address ( #38543 )
...
* chore: fix the wrong link address
repo: https://github.com/ant-design/u.ant.design
* Revert "chore: fix the wrong link address"
This reverts commit 63e50f426a
.
* one more time
2022-11-14 16:32:34 +08:00
周晨阳
6a5f53d6e6
docs(Layout): update demo style to sticky
( #38542 )
...
* Update fixed.md
* Update demo.test.ts.snap
* update snapshot
2022-11-14 11:16:34 +08:00
thinkasany
2f38076b3d
docs: Optimized description ( #38535 )
2022-11-13 14:07:22 +08:00
JarvisArt
089e332980
chore: upgrade rc-image to 5.12.0 ( #38531 )
...
* test: add snapshot
2022-11-12 21:05:31 +08:00
kiner-tang(文辉)
796e8e16bf
fix: onBlur gets triggered when selecting date in RangePicker ( #38411 )
...
* feat: update picker version
* Update package.json
Co-authored-by: afc163 <afc163@gmail.com>
* feat: update test case
* feat: RangePicker blurDelay
Co-authored-by: tangwenhui <tangwenhui@rd.netease.com>
Co-authored-by: afc163 <afc163@gmail.com>
2022-11-12 16:32:41 +08:00
lijianan
d52b8c6afb
type: type optimization ( #38510 )
2022-11-11 18:15:02 +08:00
afc163
07462491ab
fix: Result should hide icon when it is falsy ( #38488 )
...
close #38484
2022-11-10 19:27:36 +08:00
JarvisArt
8af0b4f1f2
fix: The image preview operations are occluded ( #38456 )
2022-11-10 14:35:29 +08:00
叶枫
b0598e0d41
fix: List key ( #38431 )
...
* fix: 修复 key
* feat: remove old key
* feat: test
* feat: test
* feat: test
2022-11-09 23:13:54 +08:00
lijianan
d292257e47
chore: type optimization ( #38460 )
2022-11-09 17:36:49 +08:00
lijianan
b36f013e2a
test: add mockRestore to fix incorrect test case ( #38454 )
2022-11-09 11:55:11 +08:00
lijianan
fe9ac7b936
fix: incorrect warning ( #38446 )
2022-11-09 09:46:27 +08:00
Sagie501
87817ea172
docs: Update index.en-US.md ( #38445 )
...
Fix steps docs
2022-11-09 09:44:13 +08:00
Katsiaryna Pustakhod
cc67f63785
fix: Adds role progressbar to Progress component ( #38447 )
...
* Add role to progress component
* Update snapshots
2022-11-09 09:42:10 +08:00
tinyfind
7ee9873a45
fix: Paragraph break-word ( #38439 )
2022-11-08 20:26:26 +08:00
Ell Bradshaw
5a61762681
chore: clarify error about children of Form.Item with name
( #38038 )
...
* Clarify error about children of Form.Item with `name`
This is a common error and the message as written was not very clear.
This should be more helpful pointing people in the right direction
* Update error message in test
* Clarify more error messages
Referring to "render props" is confusing because the docs don't explain what that is, and it's not really a prop.
* Update tests for new error messages
Also improve the test names for some
* Further test message updates
Missed a couple messages
* Add short URLs
* Update test error messages
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Ell Bradshaw <joelbr@tailormed.co>
Co-authored-by: afc163 <afc163@gmail.com>
2022-11-07 17:32:58 +08:00
KotoriK
39f907a14d
refactor(Tree): solve circular import ( #38421 )
2022-11-07 17:20:07 +08:00
二货爱吃白萝卜
4a1622cd66
docs: unique id ( #38422 )
...
* docs: unique id
* test: Update snapshot
2022-11-07 16:45:16 +08:00
章鱼怪
0438b0bbca
fix: Affix shake when switching from hide to show ( #38410 )
...
* fix: do not measure when Affix is hidden
* feat: add test
2022-11-07 11:58:32 +08:00
afc163
2c9fbc8f0c
chore: upgrade to rc-image 5.10.x ( #38415 )
2022-11-07 10:10:18 +08:00
afc163
b154c9c8ae
fix: Pagination simple should support showTotal ( #38399 )
...
* fix: Pagination simple should support showTotal
* test: add test case
2022-11-06 15:58:48 +08:00
afc163
f835c4bcc3
fix: Modal.confirm buttons should not be interative ( #38400 )
...
when modal is hiding
close #37329
2022-11-06 15:58:35 +08:00
咩咩
45b078a1ad
type: add React.ReactNode ( #38404 )
2022-11-05 21:34:20 +08:00