Commit Graph

26256 Commits

Author SHA1 Message Date
kiner-tang(文辉)
d5abbad8f1
refactor: deprecatedWarning (#44791)
* refactor: deprecatedWraning

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code

* feat: optimize code
2023-09-13 22:07:33 +08:00
afc163
72da2678aa
site: remove legacy code for hash jump (#44836) 2023-09-13 19:08:52 +08:00
叶枫
10c78d3778
chore: dumi init (#44834) 2023-09-13 18:48:01 +08:00
二货爱吃白萝卜
23870913b1
fix: Table virtual with narrow columns (#44818)
* fix: resize & border logic

* fix: auto width

* chore: clean up

* fix: lint

* chore: cov

* chore: lint
2023-09-13 17:53:54 +08:00
MadCcc
5cf2a5d1d0
fix: wrong style of Select in Input addon (#44825) 2023-09-13 17:19:21 +08:00
MadCcc
58f7221b93
fix: tree checkbox should align top (#44827) 2023-09-13 17:19:09 +08:00
MadCcc
c5bed69883
feat: notification support stack (#44618)
* feat: notification stack

* feat: notification support stack

* docs: add demo

* fix: message animation

* chore: better imports

* test: fix pure panel

* feat: code optimize

* chore: update snapshot

* chore: update test case

* test: update test

* chore: update deps

* chore: bump rc-notification

* feat: add backdrop filter

* chore

* feat: add token colorBgBlur

* chore: bump

* feat: update colorBgBlur in dark mode

* fix: compatible with safari

---------

Signed-off-by: MadCcc <1075746765@qq.com>
2023-09-13 15:19:18 +08:00
二货爱吃白萝卜
b3428c678f
feat: ConfigProvider support config warning level (#44809)
* test: add test case

* chore: use console.warn instead

* chore: support agg

* chore: fix lint
2023-09-13 11:49:30 +08:00
Rinku Chaudhari
b2b961e058
docs: spelling and grammar fixes (#44807)
* refactor: convertLegacyProps function moved to buttonHelpers

* docs: spelling and grammar fixes
2023-09-13 11:32:58 +08:00
Jason-huang66
ceae7de9db
fix: CardGrid style issue with left bottom corner (#44801)
* fix: CardGrid style issue with left bottom corner

* fix: CardGrid style issue with left bottom corner
2023-09-13 11:15:20 +08:00
MadCcc
9ec402cfe1
docs: try to fix hydration error (#44797) 2023-09-13 09:31:22 +08:00
github-actions[bot]
a24b30c77e
chore: auto merge branches (#44794)
chore: merge master into feature
2023-09-12 12:37:16 +00:00
二货爱吃白萝卜
29035523e2
fix: virtual table text align (#44786)
* fix: virtual table text align

* chore: adjust style
2023-09-12 17:33:59 +08:00
YonYon
1aa7183d68
feat: add input hover and active backgroundColor (#44752)
Co-authored-by: PanYoYo <panyongyong@zuoshouyisheng.com>
2023-09-12 15:06:35 +08:00
lijianan
c59a85a23c
demo: update Tag demo (#44771)
* demo: update Tag demo

* chore: code clear

* fix: fix
2023-09-12 12:18:54 +08:00
Aleksei Mamaev
59d38ecea6
fix: radioButton ref type (#44747)
* fix: radioButton ref

* fix: added radio types test
2023-09-12 11:40:53 +08:00
Aleksei Mamaev
242769e0fb
fix: checkbox ref type (#44746)
* fix: checkbox ref

* fix: Checkbox reference type test

* fix eslint warning
2023-09-12 11:38:40 +08:00
Rinku Chaudhari
c9e94c26f6
refactor: convertLegacyProps function moved to buttonHelpers (#44777) 2023-09-12 11:38:11 +08:00
lijianan
bcf7c924e2
type: fix typescript error (#44769) 2023-09-12 09:57:24 +08:00
lijianan
4f7655ce31
docs: update Table docs (#44772) 2023-09-11 22:31:38 +08:00
叶枫
bfdc424a3d
docs: merge demo (#44763) 2023-09-11 18:31:18 +08:00
二货爱吃白萝卜
5cc338e177
refactor: All the warning set the warning type for future filter (#44613)
* feat: add warningContext

* refactor: part refactor

* chore: fix compile

* chore: part of it

* chore: part of it

* chore: part of it

* chore: fix lint

* chore: fix test

* chore: clean uo

* chore: hide warning def tmp

* chore: comment test

* chore: fix lint

* chore: refactor select icons

* chore: fix warning message

* test: update test

* chore: rm dead code
2023-09-11 17:28:04 +08:00
github-actions[bot]
09cd55a3f9
chore: auto merge branches (#44762)
chore: feature merge master
2023-09-11 08:44:46 +00:00
MadCcc
3596c8811e
chore: ts script (#44761)
* chore: ts script

* chore: fix lint
2023-09-11 16:10:25 +08:00
afc163
092c79a6f3
fix: Select align style broken with custom height (#44753)
* fix: Select align style broken with custom height

* chore: fix AutoComplete demo
2023-09-11 16:05:26 +08:00
afc163
b146830ce4
fix: Select curbin align to top when enable maxTagCount (#44757) 2023-09-11 16:05:08 +08:00
afc163
c11e18411c
docs: simplify select virtual demo (#44759) 2023-09-11 16:04:53 +08:00
MadCcc
0cb23a8004
chore: try to fix pupppeteer screenshot (#44760) 2023-09-11 15:38:35 +08:00
二货爱吃白萝卜
40032b119e
docs: add coexist doc (#44758) 2023-09-11 15:17:29 +08:00
afc163
8d2473a113
fix: Select alignment issue when label is Typography (#44756)
close #40421
2023-09-11 14:56:09 +08:00
MadCcc
a6250a9f8a
refactor: rename Popover token minWidth to titleMinWidth (#44750)
* refactor: rename Popover token  to

* chore: update

* chore: add depreactedToken
2023-09-11 13:37:14 +08:00
afc163
fa5c98311a
docs: fix demo code copy function (#44751) 2023-09-11 11:52:36 +08:00
lijianan
61e8768f06
site: update space demo (#44738) 2023-09-11 11:33:45 +08:00
kiner-tang(文辉)
b9dfb1847d
site: solve display exception when use happy work theme in dark mode (#44720)
* site: solve display exception when use happly work theme in dark mode

* feat: remove log

* feat: optimize code
2023-09-11 11:17:11 +08:00
lijianan
3e97fee28c
chore: Migrate CJS to ESM (#44744) 2023-09-11 09:48:27 +08:00
lijianan
535a7da43d
chore: Migrate CJS to ESM (#44742) 2023-09-11 09:47:36 +08:00
github-actions[bot]
4450178e27
chore: auto merge branches (#44739)
chore: merge master into feature
2023-09-10 07:22:55 +00:00
lijianan
5b75f3f817
refactor: extract public methods (#44737) 2023-09-10 14:34:22 +08:00
afc163
4489eec5b1
docs: add banner mouse effect animation (#44711)
* docs: add banner mouse effect animation

* refactor to useRef

* refactor to react way

* refactor to hooks

* type: add type

* fix: fix error

* fix: fix error

* fix: update RTL

---------

Co-authored-by: 栗嘉男 <574980606@qq.com>
2023-09-10 12:27:10 +08:00
Qiu
eff674396a
feat: add tokens in Descriptions component(#44674) (#44729)
* feat: add tokens in Descriptions component(#44674)

* fix: reserve style uniformity

* fix: add new token in component token demo&delete meaningless changes
2023-09-10 12:19:50 +08:00
renovate[bot]
bdf8c436fa
chore(deps): update dependency @argos-ci/core to ^0.11.0 (#44736)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-10 11:39:44 +08:00
Amumu
3cd4488d5c
chore: fix windows path (#44734) 2023-09-10 11:38:32 +08:00
红果汁
32d0a1f569
docs: replace blog pic (#44717) 2023-09-08 18:06:26 +08:00
红果汁
2cf22e8ed3
docs: add theme toggle animation (#44655)
* docs: add theme toggle animation

* fix: add compatibility judgment

* refactor: optimization code

* fix: server document not found

* fix: animation lag

* fix: transition issue

* fix: scroll bar theme color
2023-09-08 17:42:12 +08:00
陈帅
584326be39
docs: add 5.9.0 changelog (#44692)
* docs: add 5.9.0 changelog

* change

* prettier

* Update CHANGELOG.zh-CN.md

Co-authored-by: lijianan <574980606@qq.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.en-US.md

Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* reset

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* upload

* update

* Update CHANGELOG.en-US.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.en-US.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: lijianan <574980606@qq.com>

* fix

* Update CHANGELOG.zh-CN.md

Co-authored-by: Amumu <yoyo837@hotmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.en-US.md

Co-authored-by: Amumu <yoyo837@hotmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* Update CHANGELOG.zh-CN.md

Co-authored-by: afc163 <afc163@gmail.com>
Signed-off-by: 陈帅 <qixian.cs@outlook.com>

* docs

* Update CHANGELOG.zh-CN.md

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

* Update CHANGELOG.en-US.md

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

* docs: update

* docs: update changelog

* docs: add changlog

* fix: duplicated changelog

---------

Signed-off-by: 陈帅 <qixian.cs@outlook.com>
Signed-off-by: lijianan <574980606@qq.com>
Signed-off-by: MadCcc <1075746765@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: Amumu <yoyo837@hotmail.com>
2023-09-08 15:59:19 +08:00
Amumu
56b1b3fe45
chore: update ignore (#44710)
* chore: Don't ignore any package

* chore: update
2023-09-08 15:51:58 +08:00
JiaQi
fa4c0c0b57
fix(float-button): marginBottom is invalid after the href is added (#44707)
* fix(float-button): marginBottom is invalid after the href is added

* chore: update demo

* chore: add annotation
2023-09-08 13:56:05 +08:00
Amumu
9a1fbad69c
chore: bump rc-* (#44709) 2023-09-08 12:53:45 +08:00
红果汁
ec607dd828
docs: add blog (#44698)
* docs: add blog

* docs: update blog

* docs: update blog title
2023-09-08 12:17:40 +08:00
coconut
59366da948
docs: correct typos (#44705) 2023-09-08 10:19:46 +08:00