Commit Graph

25078 Commits

Author SHA1 Message Date
Wxh16144
74e2e9850f
docs(date-picker): improve format docs (#41266)
* docs(date-picker): improve format docs

* chore: update en-US docs
2023-03-16 11:16:26 +08:00
lijianan
1177762cff
chore: delete useless config (#41267) 2023-03-16 11:15:30 +08:00
JiaQi
8b07ec33b7
feat(image): Preview support rootClassName (#41265) 2023-03-16 09:53:57 +08:00
二货爱吃白萝卜
649788e49f
chore: ci of build info (#41264)
* chore: ci of build info

* chore: more
2023-03-15 23:04:47 +08:00
dependabot[bot]
980e9cb08b
chore(deps-dev): bump vanilla-jsoneditor from 0.15.1 to 0.16.0 (#41262)
Bumps [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor) from 0.15.1 to 0.16.0.
- [Release notes](https://github.com/josdejong/svelte-jsoneditor/releases)
- [Changelog](https://github.com/josdejong/svelte-jsoneditor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/josdejong/svelte-jsoneditor/compare/v0.15.1...v0.16.0)

---
updated-dependencies:
- dependency-name: vanilla-jsoneditor
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 21:44:58 +08:00
muxin
2a7541b682
docs: update description of afterOpenChange api (#41263) 2023-03-15 21:32:20 +08:00
muxin
0ecb3caa61
chore: bump rc-dialog & rc-image version (#41253) 2023-03-15 19:55:24 +08:00
muxin
0e62931d48
chore(input): bump rc-textarea version & update snapshot (#41228) 2023-03-15 17:53:30 +08:00
Rex Zeng
d6683d5503
docs(form): add docs for useForm preserve (#41210) 2023-03-15 17:17:51 +08:00
github-actions[bot]
5e5c90e4de
chore: auto merge branches (#41250)
chore: Feature merge master
2023-03-15 07:09:06 +00:00
MadCcc
12d85256a7
chore: update dark image test (#41252) 2023-03-15 15:02:19 +08:00
二货机器人
d90b475a86 test: update snapshot 2023-03-15 14:42:24 +08:00
二货机器人
79f3b6e75b test: update snapshot 2023-03-15 14:08:34 +08:00
栗嘉男
a2885f4121 Merge branch master into feature-merge-master 2023-03-15 13:26:18 +08:00
lijianan
7c5e4469ba
chore: add displayName (#41245)
* test: fix ci fail

* fix

* fix
2023-03-15 12:22:59 +08:00
二货机器人
d4bad16cb0 test: update snapshot 2023-03-15 11:53:58 +08:00
二货机器人
7c2bca223e Merge branch 'master' into feature-merge-master 2023-03-15 11:12:57 +08:00
二货爱吃白萝卜
31555161e9
docs: update demo (#41248) 2023-03-15 10:51:14 +08:00
二货爱吃白萝卜
6770b7fb22
test: Use render for demo-extends test (#41242)
* test: update snapshot

* test: use render

* test: fix skip

* test: fix skip
2023-03-15 00:08:31 +08:00
kiner-tang(文辉)
50da0ca0a7
feat: add custom theme demo (#41240) 2023-03-14 22:27:45 +08:00
kiner-tang(文辉)
384b1ea9ff
feat: optimize code (#41234) 2023-03-14 22:01:15 +08:00
MadCcc
5c0bc214cc
docs: fix duplicated desc (#41217)
* docs: fix duplicated desc

* fix: use remark plugin

* chore: fix ghost deps

* chore: better assign

* chore: use regexp

* chore: remove try catch
2023-03-14 20:34:36 +08:00
afc163
d196c7a87b docs: update README 2023-03-14 20:30:07 +08:00
二货爱吃白萝卜
09817c3b37
test: update snapshot (#41232)
* test: update snapshot

* chore: update

---------

Co-authored-by: MadCcc <1075746765@qq.com>
2023-03-14 20:04:53 +08:00
hoho2017
cf8a0b0a48
fix(table): fix the layout/table moves when dragging elements to the right (#41139)
* fix: 稳定格式错乱啦

* Update drag-sorting-handler.tsx

* Update drag-sorting-handler.tsx

---------

Co-authored-by: zhanghaoqiang <zhanghq7458@joyowo.com>
2023-03-14 16:17:16 +08:00
MARK
57df8e1c09
style: Demo Component overflow fix (#41209)
Co-authored-by: xiechensheng <xiechensheng@kezaihui.com>
2023-03-14 16:01:15 +08:00
afc163
d70f599a7e
test: fix Modal test cov agian (#41216)
* test: fix Modal footer test cov

* test: fix Modal footer test cov

* fix footer

* Update components/modal/PurePanel.tsx

Co-authored-by: MadCcc <1075746765@qq.com>

* fix footer

---------

Co-authored-by: MadCcc <1075746765@qq.com>
2023-03-14 15:14:40 +08:00
github-actions[bot]
d6802dbfc4
chore: auto merge branches (#41207)
chore: merge master into feature
2023-03-14 03:41:29 +00:00
MadCcc
989d033978
test: fix cov (#41214) 2023-03-14 11:17:05 +08:00
kiner-tang(文辉)
571224efa1
docs: update related resources link in blog (#41213) 2023-03-14 10:56:05 +08:00
lijianan
669e58c380
refactor: use React.useContext replace ConfigConsumer (#41184)
* chore: use React.useContext replace ConfigConsumer

* fix
2023-03-14 10:54:46 +08:00
lijianan
2f02fe01f0
type: update React.forwardRef type (#41189)
* type: update React.forwardRef type

* type: revert
2023-03-14 10:54:07 +08:00
kiner-tang(文辉)
c666b066d6
docs: update docs (#41212) 2023-03-14 10:32:24 +08:00
lijianan
8109f47de7
fix: fix ci fail (#41199) 2023-03-13 21:19:14 +08:00
lijianan
c7832505ae
chore: fix ci fail (#41205)
* fix: fix ci fail

* fix: fix ci fail

* update rotationSlider prop
2023-03-13 20:46:52 +08:00
afc163
c0d275b4ff
test: fix Modal.confirm test coverage to 100% (#41182)
* test: fix modal test cov

* test: fix modal test cov

* test: fix test case
2023-03-13 19:55:59 +08:00
kiner-tang(文辉)
a6b07948a7
docs: update blog (#41177)
* docs: update blog

* docs: update docs

* docs: update docs

* docs: update blog

* docs: update docs

* docs: update docs

* docs: update docs

* docs: update docs

* docs: update docs

* feat: update doc

* docs: update docs

* Update docs/blog/contributor-development-maintenance-guide.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>

* docs: update docs

* feat: update doc

* Update docs/blog/contributor-development-maintenance-guide.zh-CN.md

Co-authored-by: MadCcc <1075746765@qq.com>

* Update docs/blog/contributor-development-maintenance-guide.zh-CN.md

Co-authored-by: MadCcc <1075746765@qq.com>

* Update docs/blog/contributor-development-maintenance-guide.en-US.md

Co-authored-by: MadCcc <1075746765@qq.com>

* docs: update docs

* docs: update docs

* docs: update docs

* docs: update docs

* docs: update docs

* docs: update docs

* docs: update docs

* Update docs/blog/contributor-development-maintenance-guide.en-US.md

Co-authored-by: MadCcc <1075746765@qq.com>

* Update docs/blog/contributor-development-maintenance-guide.en-US.md

Co-authored-by: MadCcc <1075746765@qq.com>

* Update docs/blog/contributor-development-maintenance-guide.en-US.md

Co-authored-by: MadCcc <1075746765@qq.com>

* Update docs/blog/contributor-development-maintenance-guide.en-US.md

Co-authored-by: MadCcc <1075746765@qq.com>

* docs: update docs

* Update docs/blog/contributor-development-maintenance-guide.en-US.md

Co-authored-by: MadCcc <1075746765@qq.com>

* Update docs/blog/contributor-development-maintenance-guide.en-US.md

Co-authored-by: MadCcc <1075746765@qq.com>

* docs: update docs

* docs: update docs

* Update docs/blog/contributor-development-maintenance-guide.en-US.md

Co-authored-by: MadCcc <1075746765@qq.com>

* docs: update docs

* docs: update docs

---------

Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-03-13 19:52:01 +08:00
AndyJin
03bdab6e3c
docs(TimePicker): add size prop to api doc (#41193) 2023-03-13 17:01:12 +08:00
二货爱吃白萝卜
4dea745e40
docs: 5.3.1 changelog (#41190)
* docs: 5.3.1 changelog

* docs: fix link

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>

* docs: more info

* docs: adjust

* docs: add menu info

* docs: update changelog

---------

Co-authored-by: afc163 <afc163@gmail.com>
2023-03-13 16:20:10 +08:00
lijianan
d759f26a7f
chore: bump rc-field-form to 1.29.0 (#41191) 2023-03-13 15:55:05 +08:00
lijianan
c69fad467e
type: update forwardRef type (#41188) 2023-03-13 10:50:29 +08:00
kiner-tang(文辉)
5b78c6a542
docs: doc about static style extract (#41144)
* docs: update doc

* docs: update doc

* feat: update doc

* docs: update doc

* docs: update doc

* docs: update docs

* docs: update docs

* docs: update docs

* docs: update docs

* docs: update docs
2023-03-13 10:40:00 +08:00
thinkasany
b3a0496ad5
docs(checkbox): supplementary Type Parameters (#41185) 2023-03-12 17:37:32 +08:00
二货爱吃白萝卜
9642564eea
docs: Button page show related token (#41176)
* docs: btn token

* docs: btn all tokens
2023-03-12 14:13:03 +08:00
Karlo Sudec
828305bea3
fix: ConfirmDialog passing wrong footer prop (#41173)
* fix: ConfirmDialog passing wrong footer prop

* test: add case

* fix: fix modal accidental rendering of footer

* test: update snapshot

* Revert "style(InputNumber): Fixed font highlighting when disabled (#41167)"

This reverts commit 38b47f68f9.

* test: update snapshot

* Align components/input-number/style/index.ts with master

---------

Co-authored-by: Karlo Sudec <karlo.sudec@brainit.agency>
Co-authored-by: wuxh <wxh1220@gmail.com>
2023-03-11 18:35:23 +08:00
github-actions[bot]
c4ccb021c3
chore: auto merge branches (#41168)
chore: merge master into feature
2023-03-10 13:03:42 +00:00
JiaQi
38b47f68f9
style(InputNumber): Fixed font highlighting when disabled (#41167) 2023-03-10 20:31:06 +08:00
zqran
98939365dd
fix(Anchor): fix highlighting failure when dynamically updating items (#40743)
* fix(Anchor): fix highlighting failure when dynamically updating items

* fix: improve test coverage

* refactor(Anchor): use `useEvent` instead
2023-03-10 15:54:05 +08:00
muxin
62b18ba0de
chore: bump rc-mentions version (#41160) 2023-03-10 15:25:52 +08:00
二货爱吃白萝卜
36f44575c8
chore: Static warning if exist theme in CP (#41157)
* chore: warning for dynamic theme

* chore: warning for static context

* chore: add ignore
2023-03-10 14:12:49 +08:00