Commit Graph

23011 Commits

Author SHA1 Message Date
hongzzz
59fef7d790
fix: Modify Tooltip placements config (#37960)
* fix: Modify Tooltip placements config

* fix: Modify Tooltip placements verticalArrowShift

* fix: sync tooltip & popover arrow offset

* fix: modify dropdown arrow width

---------

Co-authored-by: afc163 <afc163@gmail.com>
2024-08-11 22:07:34 +08:00
afc163
4bc4d7a46e
fix: Modal throws a11y error (#50339)
* test: fix ci

* chore: upgrade rc-dialog

* chore: update snapshot

* fix test case
2024-08-09 22:03:31 +08:00
lijianan
c6116fad2a
docs: update CHANGELOG (#47964)
* Update CHANGELOG.zh-CN.md

Signed-off-by: lijianan <574980606@qq.com>

* Update CHANGELOG.en-US.md

Signed-off-by: lijianan <574980606@qq.com>

---------

Signed-off-by: lijianan <574980606@qq.com>
2024-03-20 09:55:26 +08:00
afc163
7c06024751
docs(): release 4.24.16 (#47932)
* docs(): release 4.24.16

* chore: upgrade rc-segmented to fix types

* type: fix ref type

* docs: update changelog

* demo: fix Segmented demos
2024-03-19 23:09:49 +08:00
Amumu
426ae12231
chore: bump rc-* (#47935) 2024-03-18 14:20:52 +08:00
daisy
6a0f811585
fix: 4.x Transfer selectInvert should be corrected (#47134) 2024-01-27 22:43:52 +08:00
Weite Dai
df63d1cfa7
demo: demo mock data address spelling error (#40432) 2024-01-20 22:48:05 +08:00
MadCcc
e18bc84045
fix: Select should show scrollbar when overflowed (#47050) 2024-01-19 11:42:23 +08:00
a52e205cef
fix: Form label tooltip icon trigger Switch (#46159)
* fix: Form label tooltip icon trigger Switch

close https://github.com/ant-design/ant-design/issues/46154

(cherry picked from commit 64fb0ddabed3324fd8ef4a8afb386d38b0e13932)

# Conflicts:
#	components/form/FormItemLabel.tsx

* test: add case

* chore: update logic

* chore: fuck format

* chore: fix spelling error

---------

Co-authored-by: afc163 <afc163@gmail.com>
2023-12-01 16:09:50 +08:00
352fac8b3f
ci: remove argos usage (#46208)
ref: https://github.com/ant-design/ant-design/pull/46185
2023-12-01 15:30:58 +08:00
Peach
916332cd80
docs: changelog for 4.24.15 (#45997)
* docs: changelog for 4.24.15

* chore: bump version to 4.24.15
2023-11-21 21:13:47 +08:00
Peach
0e6fe5fd32
feat: export sider context from layout for v4 (#45947)
* feat: export sider context from layout for v4

Signed-off-by: Peach <scdzwyxst@gmail.com>

* chore: ci ignore peer deps

Signed-off-by: Peach <scdzwyxst@gmail.com>

* chore: ci ignore peer deps

* chore: ci ignore peer deps

* chore: use npmrc for ignore peer deps

* chore: update eslint config

* chore: correct eslintrc

* chore: codesandbox ci node version

---------

Signed-off-by: Peach <scdzwyxst@gmail.com>
2023-11-21 18:35:58 +08:00
Amumu
6695e7db09
chore: bump deps (#45174) 2023-10-05 02:55:33 +08:00
775b119223
type: fix type errors of React.Key (#45018)
* Update index.zh-CN.md

Signed-off-by: 红 <wxh1220@gmail.com>

* Revert "Update index.zh-CN.md"

This reverts commit cfcce5dd56.

* docs: format

ref: https://github.com/ant-design/ant-design/pull/37144/files#diff-0bdf37a1fc0ec124fb3aa391932eaa134bd1de8c6f766f5e4082edbc30ce6c42

* chore: update snapshots

* type: fix type errors of React.Key

ref: https://github.com/ant-design/ant-design/pull/44938

Co-authored-by: afc163 <afc163@users.noreply.github.com>

* test: fix test logic

(cherry picked from commit 6a349f697c)

* deps: bump rc-field-form@1.38.2

ref: https://github.com/ant-design/ant-design/pull/45018#issuecomment-1732341463

* type: fix FormItem Key

* chore: fix lint

* chore: fix lint

---------

Signed-off-by: 红 <wxh1220@gmail.com>
Co-authored-by: afc163 <afc163@users.noreply.github.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2023-09-27 16:36:41 +08:00
Amumu
5f82d5b191
chore: bump rc-* (#44924) 2023-09-18 11:50:56 +08:00
JiaQi
8ed4c2fec6
fix(radio): use its own disabled first (#44837) 2023-09-14 17:00:49 +08:00
叶枫
b3f04681db
fix(DatePicker): disabled style is overridden in Form hover (#44779)
* fix: css

* chore: change size
2023-09-12 17:17:48 +08:00
afc163
a014f7cde2
chore: fix 4.x-stable publish script (#44665)
* chore: fix 4.x-stable publish script

* chore: add notice before publish to npm (#41613)

* chore: add notice before publish to npm

* chore: add notice before publish to npm

* chore: ignore locale folder for eslint check

* chore: ignore locale folder for eslint check

* chore: change notification sound

* chore: migrate to actions/checkout@v4
2023-09-07 09:29:34 +08:00
afc163
bc46d4bec0
docs(): release 4.24.14 (#44653) 2023-09-06 13:19:17 +08:00
afc163
09a6f3cecf
test: update jest snapshot and fix type (#44652)
* test: update jest snapshot

* type: fix setTimeout ReturnType
2023-09-06 11:52:09 +08:00
coconut
843c4b654f
fix(Breadcrumb): fix wrong overlay warning (#44578) 2023-09-06 11:43:04 +08:00
daisy
a556f1f42b
fix: 4.x gif thumb url base64 type should be corrected (#44129)
* fix: 4.x gif thumb url base64 type should be corrected

* chore: update snapshot

* chore: update snapshot

* chore: lint

* chore: lint
2023-08-16 16:54:57 +08:00
daisy
7251397f17
demo: update 4.x dropdown deprecated menu (#43825)
* demo: update 4.x dropdown deprecated menu

* Apply suggestions from code review

Signed-off-by: MadCcc <1075746765@qq.com>

* test: snapshot update

* chore: text fixed

* test: update snapshot

* demo: update

* chore: package.json

---------

Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-08-08 14:50:18 +08:00
Even sky
1a7de4b5ea
fix: update rc-util version (#44043) 2023-08-07 12:06:25 +08:00
二货爱吃白萝卜
0b6920b32f
docs: 4.24.13 changelog (#43985)
* docs: add 4.24.13 changelog

* test: update snapshot

* docs: update changelog
2023-08-03 15:54:37 +08:00
二货爱吃白萝卜
a0cf98637e
fix: getCurrentLink not trigger when scroll (#43917)
* fix: getCurrentLink not trigger when scroll

* chore: fix lint
2023-07-31 22:03:21 +08:00
Tao Zhou
2b43f73ff9
feat: @ant-design/react-slick upgrade (#39634) (#43806)
Co-authored-by: Amumu <yoyo837@hotmail.com>
2023-07-26 11:36:32 +08:00
Amumu
c501af9f1a
fix: fix lint for 4.x (#43807)
* fix: fix lint

* 放长一点
2023-07-26 11:04:57 +08:00
Wuxh
53ce2543bd
fix: select check remove icon align (#43667) 2023-07-23 22:20:34 +08:00
daisy
f92abaca3d
demo: fixed 4.x Modal render (#43696) 2023-07-21 11:41:49 +08:00
maroon1
2c6d5656c8
fix: rethrow error in ActionButton's onOk callback (#43536) 2023-07-15 14:19:03 +08:00
Wuxh
e59016b3bc
fix: ConfigProvider form validateMessages nesting error (#43480)
* test: add unit case

* fix:  `ConfigProvider` form validateMessages nesting error

nesting error: https://github.com/ant-design/ant-design/issues/43210
merge error: 5ce9818401/components/config-provider/__tests__/form.test.tsx (L100-L110)

* test: update case
2023-07-12 11:26:43 +08:00
afc163
f57c688db5
style: Checkbox should use @border-radius-sm (#43356)
Signed-off-by: afc163 <afc163@gmail.com>
2023-07-05 13:08:24 +08:00
二货爱吃白萝卜
2afbf67d61
docs: 4.24.12 changelog (#43293) 2023-06-30 15:09:54 +08:00
二货爱吃白萝卜
67ff988b4f
fix: Form should not trigger unnescessary onFieldsChange (#43292) 2023-06-30 13:43:33 +08:00
MadCcc
9a4ee2e367
Update site-deploy.yml 2023-06-28 14:39:52 +08:00
MadCcc
01f62b15ad
Update site-deploy.yml (#43243) 2023-06-28 14:31:24 +08:00
MadCcc
2269b8ebaf
docs: changelog 4.24.11 (#43206)
* docs: changelog 4.24.11

* docs: update

* docs: update
2023-06-27 13:41:51 +08:00
Amumu
753510b9ed
refactor: ConfigProvider form dependency inversion for v4 (#43207)
* refactor: ConfigProvider form dependency inversion

* diff
2023-06-27 11:23:42 +08:00
cooljser
7cc23de13c
fix: first open timepicker right panel position error (#43179)
Co-authored-by: fan.hu <fan.hu3@envision-digital.com>
2023-06-27 10:22:47 +08:00
二货爱吃白萝卜
02f876f03a
chore: pick upload patch (#43200) 2023-06-27 09:54:35 +08:00
afc163
93a6ee1b40
fix: notification should hide close icon when closeIcon={null} (#42791) 2023-06-25 12:11:40 +08:00
muxin
90ad14ef2d
chore: bump rc-drawer (#43124) 2023-06-21 10:58:34 +08:00
afc163
18cc93d393
chore: Update 4.x README.md (#43102)
* Update README.md

* Update README.md
2023-06-19 18:24:06 +08:00
afc163
fb4ef43f31
style: fix InputNumber prefix style in Form.Item (#43048)
* style: Fix InputNumber prefix style in Form.Item

close #32924

* Update components/input/style/mixin.less

* chore: update demo

* revert style

* chore: update demo
2023-06-16 18:54:19 +08:00
kiner-tang(文辉)
0463c1adf0
feat(Drawer): drawer panel support event listener (#42712)
* feat: drawer panel support event linstener

* docs: update docs
2023-05-30 14:18:38 +08:00
二货爱吃白萝卜
d90e7c9781
fix: max-width breaks popover (#42697) 2023-05-29 18:26:05 +08:00
叶枫
729f568723
docs: tweak version select option order (#42564)
* feat: test

* chore: empty

---------

Co-authored-by: afc163 <afc163@gmail.com>
2023-05-26 23:18:50 +08:00
tchen
694c332083
fix: add visibility:hidden to selector:after (#42654)
Co-authored-by: tchen <tao.chen@yuyidata.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-05-26 20:39:40 +08:00
MadCcc
3a019c0661
test: update test case (#42638) 2023-05-26 20:20:34 +08:00