lijianan
95b959cfd4
chore(deps-dev): bump stylelint-config-standard from 34.0.0 to 35.0.0 ( #46352 )
...
* chore(deps-dev): bump stylelint-config-standard from 34.0.0 to 35.0.0
* fix: fix
* fix: fix
2023-12-09 19:51:13 +08:00
lijianan
02396c986c
site: update demo Tabs usage ( #46351 )
2023-12-09 19:32:10 +08:00
Abhay Aggarwal
985b7ac889
demo: fixed a grammatical error ( #46343 )
...
* Fixed a grammatical error | "start" -> "started"
Fixed the issue of tense on the button at the example in flex section of the documentation
Signed-off-by: Abhay Aggarwal <97821733+abhay-ag@users.noreply.github.com>
* added the jest snapshots
---------
Signed-off-by: Abhay Aggarwal <97821733+abhay-ag@users.noreply.github.com>
2023-12-09 18:29:30 +08:00
lijianan
b5084a3da9
test: add test case for Spin ( #46347 )
2023-12-09 15:03:48 +08:00
flyflydogdog
eaeb75eb44
chore: type refactor ( #46346 )
...
* type: type refactor
* chore: fix type WrapProps
* chore: remove generic of Component
---------
Co-authored-by: 张宁宁 <zhangnn1@yonghui.cn>
2023-12-09 13:31:45 +08:00
github-actions[bot]
2eaa1f4e2e
chore: upgrade deps ( #46344 )
...
Co-authored-by: afc163 <afc163@users.noreply.github.com>
2023-12-09 06:34:26 +08:00
dependabot[bot]
99ef73cf20
chore(deps-dev): bump vanilla-jsoneditor from 0.19.0 to 0.20.0 ( #46321 )
...
Bumps [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor ) from 0.19.0 to 0.20.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.19.0...v0.20.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>
Co-authored-by: lijianan <574980606@qq.com>
2023-12-08 20:24:00 +08:00
github-actions[bot]
740cca77ca
chore: upgrade deps ( #46328 )
...
Co-authored-by: afc163 <afc163@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-12-08 20:17:58 +08:00
MadCcc
792a0a4a0d
ci: codesandbox install with npm ( #46341 )
...
* ci: codesandbox install with npm
* chore: use npm ci
* Revert "chore: use npm ci"
This reverts commit d24e2acafc
.
2023-12-08 17:56:33 +08:00
MadCcc
fbe3a39389
fix: table filterDropdown should accept cssvar ( #46314 )
2023-12-07 19:21:43 +08:00
vagusX
379a7692f9
ci: shorten image-test snapshot name ( #46313 )
2023-12-07 17:19:47 +08:00
vagusX
c4ad37991e
ci: persist image snapshots ( #46311 )
...
Co-authored-by: Amumu <yoyo837@hotmail.com>
2023-12-07 16:35:16 +08:00
Guo Yunhe
f6084990b7
docs: fix out-dated text ( #46309 )
...
Signed-off-by: Guo Yunhe <i@guoyunhe.me>
2023-12-07 15:09:24 +08:00
lijianan
4030bb3d05
fix: rm pointer-events when Spin fullscreen ( #46303 )
2023-12-07 14:27:15 +08:00
@linhf2023
cca77e61b9
fix(form): legacy hideRequiredMark
props priority ( #46299 )
...
* fix(form): Reduce global requireMark priority
* chore: add test
---------
Co-authored-by: linhf123 <wb-lhf780012@antgroup.com>
2023-12-07 11:22:31 +08:00
github-actions[bot]
d0cc4087dd
chore: upgrade deps ( #46255 )
...
* chore: upgrade deps
* upgrade and fix snapshot
---------
Co-authored-by: afc163 <afc163@users.noreply.github.com>
Co-authored-by: tanghui <yoyo837@hotmail.com>
2023-12-06 20:22:42 +08:00
叶枫
f72752de35
fix: title 不使用 Markdown 语法 ( #46290 )
...
* fix: title 不使用 Markdown 语法
* fix: title 不使用 Markdown 语法
2023-12-06 19:05:30 +08:00
叶枫
20f5452a13
fix: 修复推送 title ( #46286 )
...
* fix: 修复推送 title
* fix: 修复推送 title
2023-12-06 17:06:37 +08:00
yuza
5a89fb3f80
docs: add missing to ( #46279 )
2023-12-06 09:38:16 +08:00
OctKun
c156d715bf
docs: update docs ( #46266 )
...
ref https://github.com/ant-design/ant-design/issues/32618
Signed-off-by: OctKun <cainchen97@qq.com>
2023-12-05 22:30:17 +08:00
MadCcc
2565d5832a
docs: enable hash ( #46271 )
2023-12-05 17:11:32 +08:00
MadCcc
937a1a2a85
fix: compatible with react 17 ( #46261 )
2023-12-05 11:33:43 +08:00
MadCcc
e191962226
docs: changelog 5.12.1 ( #46251 )
...
* docs: changelog 5.12.1
* docs: update
2023-12-04 20:20:43 +08:00
zhoulixiang
4f9c5764d0
fix: fix the padding of notification title when notification is closable ( #46211 )
...
Fix the issue where the notification title overlaps with the title when it is too long
Signed-off-by: zhoulixiang <18366276315@163.com>
2023-12-04 20:16:51 +08:00
MadCcc
7bd08ba257
fix: less var ( #46250 )
2023-12-04 20:07:20 +08:00
lijianan
2d6ba24713
docs: update docs ( #46248 )
2023-12-04 19:44:33 +08:00
vagusX
71ac29042c
docs: typo ( #46242 )
2023-12-04 16:52:48 +08:00
vagusX
d4a3dc63a3
docs: changelog 5.12.0 ( #46236 )
...
Co-authored-by: MadCcc <madccc@foxmail.com>
2023-12-04 16:35:33 +08:00
MadCcc
2d67c0f0e4
docs: site date client only ( #46230 )
...
* docs: site date client only
* chore: fix style
* chore: fix lint
---------
Co-authored-by: lijianan <574980606@qq.com>
2023-12-04 15:12:49 +08:00
github-actions[bot]
71152b04ff
chore: upgrade deps ( #46224 )
...
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@users.noreply.github.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-12-04 14:00:27 +08:00
github-actions[bot]
d019521f74
chore: auto merge branches ( #46232 )
...
merge feature into master
2023-12-04 03:38:52 +00:00
github-actions[bot]
f97cbff06d
chore: auto merge branches ( #46229 )
...
Feature merge master
2023-12-04 03:04:13 +00:00
vagusx
71bd883126
Merge remote-tracking branch 'origin/master' into feature-merge-master-12-04
2023-12-04 10:32:45 +08:00
afc163
83f969b2be
style: Button support gradient background ( #46192 )
...
* style: Button support gradient background
* chore: fix test case
2023-12-01 23:25:46 +08:00
小林不是coder
c210e17eae
docs: color block display bug ( #46207 )
2023-12-01 23:20:25 +08:00
红
82781bd1f3
deps: bump rc-pagination@4.x ( #46204 )
...
* deps: bump rc-pagination@4.x
* chore: update snap
2023-12-01 17:15:46 +08:00
MadCcc
77d1328f5e
fix: line Progress gradient should be full width ( #46209 )
...
* fix: line Progress gradient should be full width
* chore: code clean
* chore: update snapshot
2023-12-01 16:48:53 +08:00
MadCcc
38c941e4e9
doc: update banner ( #46206 )
2023-12-01 14:43:32 +08:00
github-actions[bot]
3146699941
chore: upgrade deps ( #46197 )
...
Co-authored-by: afc163 <afc163@users.noreply.github.com>
2023-12-01 10:44:49 +08:00
afc163
eeab017f51
docs: Add ossinsight github widgets in README ( #46195 )
...
Signed-off-by: afc163 <afc163@gmail.com>
2023-11-30 23:34:05 +08:00
github-actions[bot]
5921edd0d5
chore: auto merge branches ( #46193 )
...
chore: feature merge master
2023-11-30 12:51:24 +00:00
MadCcc
8816dc04c7
Merge branch 'master' into feature-merge-master
2023-11-30 20:22:00 +08:00
MadCcc
acf056ce72
ci: remove argos usage ( #46185 )
2023-11-30 20:14:35 +08:00
afc163
6d963b7949
style: Alert background could be linear-gradient ( #46188 )
2023-11-30 18:03:38 +08:00
叶枫
f5e0408649
feat: support selector ( #46180 )
...
* feat: support selector
* fix: ts text
* feat: md
* feat: snap
2023-11-30 17:34:50 +08:00
MadCcc
e6bf2e24a6
docs: add css var documatation ( #46189 )
...
* docs: add css var documatation
* chore: remove hash
2023-11-30 17:19:57 +08:00
二货爱吃白萝卜
1235d8f54a
chore: workflow add welcome back ( #46186 )
2023-11-30 15:02:32 +08:00
afc163
c656d8baf7
chore: improve select demo description ( #46184 )
...
* chore: upgrade select demo description
Signed-off-by: afc163 <afc163@gmail.com>
* Update coordinate.md
Signed-off-by: afc163 <afc163@gmail.com>
---------
Signed-off-by: afc163 <afc163@gmail.com>
2023-11-30 14:27:36 +08:00
MadCcc
0f7f0cc6e4
feat: deprecate onAfterChange for onChangeComplete ( #46182 )
2023-11-30 13:37:46 +08:00
lijianan
55183fa304
type: update FloatButtonProps type with React.DOMAttributes ( #46175 )
...
* type: update FloatButtonProps type with React.DOMAttributes
* test: add test
2023-11-30 11:06:41 +08:00