Commit Graph

26367 Commits

Author SHA1 Message Date
Minjie Sun
1fb889011a
type: useAppProps modal type definition (#45462) 2023-10-21 14:14:37 +08:00
afc163
cd03c11727
docs: improve home page banner style (#45459) 2023-10-20 23:05:04 +08:00
afc163
29551aaaba
chore: fix overview page search outline style (#45458) 2023-10-20 23:04:50 +08:00
afc163
efabab0c67
docs(): release 5.10.2 (#45451)
* docs(): release 5.10.2

* Update CHANGELOG.zh-CN.md

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

* Apply suggestions from code review

Signed-off-by: afc163 <afc163@gmail.com>

---------

Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-10-20 21:34:41 +08:00
dependabot[bot]
63084c6e90
chore(deps-dev): bump @types/isomorphic-fetch from 0.0.37 to 0.0.38 (#45454)
Bumps [@types/isomorphic-fetch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/isomorphic-fetch) from 0.0.37 to 0.0.38.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/isomorphic-fetch)

---
updated-dependencies:
- dependency-name: "@types/isomorphic-fetch"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-20 21:06:22 +08:00
Amumu
049f41c525
chore: bump rc-* (#45453) 2023-10-20 07:58:42 -05:00
Gideon
cc0b7fdd8f
demo: keydown bug on custom dropdown menu example (#44983)
Prevent keydown bug when using custom dropdown render in multiple mode Select component. Example case: when pressing backspace on inner dropdown's Input component, the selected option in the Select component also getting triggered by backspace.

Signed-off-by: Gideon <106825924+gidgudgod@users.noreply.github.com>
2023-10-20 18:07:15 +08:00
726c6cb78f
ci: fix event trigger (#45364)
* ci: fix CI trigger events

ref: https://nathandavison.com/blog/github-actions-and-the-threat-of-malicious-pull-requests

* chore: undo previously changed job name

* chore: remove redundancy logic

* chore: update

* chore: revert #45276

* Revert "chore: revert #45276"

This reverts commit c98ebb9a74.

* Revert "chore: update"

This reverts commit c4cc117870.

* Revert "chore: remove redundancy logic"

This reverts commit a49a6586d9.

* Revert "chore: undo previously changed job name"

This reverts commit 7fa25e6de7.

* Revert "ci: fix CI trigger events"

This reverts commit 3e0a722dd6.

* Revert "ci: merge preview workflows (#45276)"

This reverts commit 0379ee5b68.

* chore: update

* chore: update

* chore: update

* chore: update download

* chore: update

* chore: fix

* Update preview-start.yml

---------

Co-authored-by: afc163 <afc163@gmail.com>
2023-10-20 18:03:58 +08:00
lijianan
820f26fadf
fix: add React.forwardRef to fix warning (#45390)
* fix: add React.forwardRef to fix warning

* test: add test case

* Update components/float-button/interface.ts

Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>

* fix: rename

* Update components/float-button/interface.ts

Co-authored-by: MadCcc <1075746765@qq.com>
Signed-off-by: lijianan <574980606@qq.com>

* update ref

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-10-20 17:19:17 +08:00
cheng87126
1203a12567
fix: ColorPicker does not support arbitrary data-* attributes (#45413)
* fix #44341

* update snapshot
2023-10-20 17:10:00 +08:00
vagusX
1c16788dfb
chore: remove useless disabled style in Upload (#45446) 2023-10-20 16:28:42 +08:00
kiner-tang(文辉)
029641a9de
chore: lock @types/react version to 18.2.29 (#45440) 2023-10-20 11:26:46 +08:00
afc163
49ef16b5ff
fix: Table sorter tooltip cannot be open when showSorterTooltip is a object (#45403) 2023-10-19 10:08:10 +08:00
wangzhihao
98e3f4a3eb
docs: Update migrate-less-variables.zh-CN.md (#45400)
Fix title hierarchy

Signed-off-by: wangzhihao <1269928993@qq.com>
2023-10-18 14:01:09 +08:00
afc163
8c475a52ea
type: Table pagination.position support none as value (#45398) 2023-10-18 13:33:25 +08:00
MadCcc
7ceb1fb31c
fix: Notification RTL should have corrent margin (#45386) 2023-10-17 03:57:54 -05:00
JiaQi
fc5abff7d3
style: inline mode form overlap elements on the small screen (#45340) 2023-10-17 15:20:42 +08:00
二货爱吃白萝卜
8cb26a6007
Revert "ci: merge preview workflows" (#45380)
* Revert "ci: merge preview workflows (#45276)"

This reverts commit 0379ee5b68.

* chore: clean tmp test
2023-10-17 14:05:00 +08:00
MadCcc
984977177a
docs: bump theme editor (#45369) 2023-10-16 20:37:05 +08:00
二货爱吃白萝卜
7f9aff2cfb
enhance: auto layout hasSider (#45361)
* enhance: auto layout hasSider

* test: update snapshot
2023-10-16 14:49:01 +08:00
kiner-tang(文辉)
dce878233f
feat: add site:test:update command (#45357)
* feat: add site:test:update command

* feat: optimize code
2023-10-15 22:20:56 -05:00
kiner-tang(文辉)
75d4d29ad3
site: update affix demo style (#45358) 2023-10-15 22:19:35 -05:00
Konv Suu
5453055dcb
chore: update package manager field (#45327) 2023-10-16 09:52:00 +08:00
kiner-tang(文辉)
b834f6950a
chore: site test opt (#45351)
* chore: site test opt

* Update scripts/check-site.ts

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

* Update scripts/check-site.ts

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

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-10-15 21:02:36 +08:00
lijianan
cd3e30e8df
site: update use-custom-date-library docs (#45350) 2023-10-15 20:32:28 +08:00
lijianan
4ba6cfac45
chore: update console.log (#45349) 2023-10-15 20:32:05 +08:00
MadCcc
04cc086fb5
chore: fix tsc (#45352) 2023-10-15 19:17:32 +08:00
MadCcc
bfa9addfce
docs: changelog 5.10.1 (#45329)
* docs: changelog 5.10.1

* chore: update

* docs: update

* fix: CSP nonce attribute should be set to all the style tags (#45326) (#45334)

Co-authored-by: Alexey Teterin <ateterin@naumen.ru>

* docs: update

* chore: update

* chore: update

* docs: update

---------

Co-authored-by: Alexey Teterin <59282193+AlexeyTeterin@users.noreply.github.com>
Co-authored-by: Alexey Teterin <ateterin@naumen.ru>
2023-10-15 17:47:01 +08:00
kiner-tang(文辉)
5f000b89f5
docs: update docs about modal (#45345) 2023-10-15 10:36:32 +08:00
renovate[bot]
67e503b254
chore(deps): update dependency lint-staged to v15 (#45344)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-15 10:36:01 +08:00
lijianan
406817a86a
demo: add border for demo (#45342)
* demo: update demo

* demo: update demo
2023-10-14 11:58:20 +08:00
lijianan
34e0a3e0cf
style: simplify code 2023-10-14 11:57:53 +08:00
mingming-ma
73c0cd7b49
fix: Affix target add listeners protect (#45291) (#45314)
* Fix: Affix target add listeners protect (#45291)

* Update components/affix/index.tsx

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

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-10-14 10:49:23 +08:00
Alexey Teterin
bce43064ff
fix: CSP nonce attribute should be set to all the style tags (#45326) (#45334)
Co-authored-by: Alexey Teterin <ateterin@naumen.ru>
2023-10-13 23:14:49 +08:00
afc163
e587a5ff68
chore: update select snapshot (#45333) 2023-10-13 20:56:06 +08:00
YDFlame13
da23a00dfa
fix: Button loading={delay: 0} did not show correctly (#45282)
* fix: Button loading={delay: 0} 不显示加载

* fix:add item test to bug 45273

---------

Co-authored-by: wswang9 <wswang9@iflytek.com>
Co-authored-by: YDFlame13 <ydflame@tom.com>
2023-10-13 18:52:47 +08:00
afc163
4650d74f16
style: fix Segmented text jump issue in Safari (#45310)
Co-authored-by: 红 <wxh1220@gmail.com>
2023-10-13 18:39:31 +08:00
kiner-tang(文辉)
c727bed0e8
chore: solve the eslint error about null (#45328) 2023-10-13 18:18:07 +08:00
Amumu
92644fe2d3
chore: bump rc-* (#45330) 2023-10-13 05:08:41 -05:00
二货爱吃白萝卜
317dac6a8e
refactor: more cache (#45302)
* chore: cache

* chore: clean up

* chore: clean up

* refactor: part

* chore: bump

* chore: fix lint

* chore: fix lint

* chore: fix alt
2023-10-13 11:54:05 +08:00
MadCcc
bf1b73e902
feat: Input focus style (#45286)
* feat: input focus style

* chore: update

* feat: revert control outline back
2023-10-12 17:24:51 +08:00
JiaQi
7f134954b9
fix(watermark): can be hidden through the Hide Element feature in the browser (#45290)
* fix(watermark): can be hidden through the Hide Element feature in the browser

* chore: add emphasized style

* chore: update snapshot
2023-10-12 13:50:06 +08:00
MadCcc
53034b0e50
fix: Input background should not be transparent when hovered or focused (#45297) 2023-10-12 11:49:37 +08:00
二货爱吃白萝卜
70ce748d57
fix: options missing id (#45287) 2023-10-12 09:43:35 +08:00
二货爱吃白萝卜
8024bbd346
fix: ListField reset should not fill it (#45284) 2023-10-11 23:13:13 +08:00
0379ee5b68
ci: merge preview workflows (#45276)
* ci: merge preview workflows

* chore: update

* chore: update
2023-10-11 23:12:55 +08:00
Jonasz
4cacadbce0
docs: added AntBlocks UI to the resources docs (#44439)
* Update resources.en-US.md

Resource update - added AntBlocks UI

* Apply suggestions from code review

Signed-off-by: afc163 <afc163@gmail.com>

---------

Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: Mateusz Wierzbicki <wierzbicki.mateusz27@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-10-11 23:07:52 +08:00
梓安
80da4e5885
fix (DirectoryTree) : selectedNodes in onSelect method could not get a value when configuring fieldNames (#45036)
* fix🐛(DirectoryTree): fieldNames support

* fix🐛(DirectoryTree): fieldNames support

* test(DirectoryTree): Update  directoryTree test

* test(DirectoryTree): Update directoryTree test

* chore: simple code

* chore: align logic

---------

Co-authored-by: yuanzhian <yuanzhian@cai-inc.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2023-10-11 17:03:15 +08:00
MadCcc
e093b100d5
fix: Card head fit small size tabs (#45272)
* fix: Card tabs should fit small size

* chore: update snapshot
2023-10-11 15:43:59 +08:00
二货爱吃白萝卜
000589bf7d
docs: update Flex diff (#45270) 2023-10-11 14:45:09 +08:00