Commit Graph

26400 Commits

Author SHA1 Message Date
lijianan
95974ae9e4
docs: update feedbackIcons docs (#44966)
* docs: update feedbackIcons docs

* fix: fix
2023-09-20 14:23:32 +08:00
afc163
5c99a5ee49
type: fix type errors of React.Key (#44938)
* type: fix .dumi typing error

* type: fix React.Key type error

* type: fix React.Key type error

* type: fix React.Key type error

* type: fix React.Key type error

* Apply suggestions from code review

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

* fix: test case

* fix: test case

* chore: use @types/react latest version

* Apply suggestions from code review

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

* chore: update form def

* chore: more ts

* chore: revert demo ts

* chore: bump ver

* chore: fix more

* chore: fix demo

* chore: back of ci

* chore: fix ts

* chore: fix ts

* chore: part of it

* chore: fix ts

* chore: bump ver

* chore: fix lint

* chore: fix

* test: update test

---------

Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: 二货机器人 <smith3816@gmail.com>
2023-09-20 11:01:49 +08:00
dependabot[bot]
89a646e64c
chore(deps-dev): bump remark from 14.0.3 to 15.0.1 (#44951)
Bumps [remark](https://github.com/remarkjs/remark) from 14.0.3 to 15.0.1.
- [Release notes](https://github.com/remarkjs/remark/releases)
- [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark/compare/14.0.3...15.0.1)

---
updated-dependencies:
- dependency-name: remark
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 00:21:34 +08:00
MadCcc
6939a2fcdf
docs: fix hydration (#44952) 2023-09-19 21:01:07 +08:00
afc163
2dcc2bfe40 docs: update 5.9.2 changelog 2023-09-19 12:41:41 +08:00
红果汁
eda546af41
docs: replace blog pic (#44945) 2023-09-19 12:39:19 +08:00
afc163
9455ebec44
docs: update 5.9.2 changelog and lock @types/react (#44943)
* docs: update 5.9.2 changelog and lock @types/react

* docs: update 5.9.2 changelog and lock @types/react
2023-09-19 12:35:37 +08:00
红果汁
49846b8799
docs: fix yuque banner style issue (#44940) 2023-09-19 11:18:46 +08:00
MadCcc
76eade855a
fix: Form hasFeedback should passed to children with noStyle (#44937) 2023-09-19 10:27:15 +08:00
dependabot[bot]
fb4751eb7a
chore(deps-dev): bump @argos-ci/core from 0.11.1 to 0.12.0 (#44936)
Bumps [@argos-ci/core](https://github.com/argos-ci/argos-javascript/tree/HEAD/packages/core) from 0.11.1 to 0.12.0.
- [Release notes](https://github.com/argos-ci/argos-javascript/releases)
- [Changelog](https://github.com/argos-ci/argos-javascript/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/argos-ci/argos-javascript/commits/@argos-ci/core@0.12.0/packages/core)

---
updated-dependencies:
- dependency-name: "@argos-ci/core"
  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-09-18 21:32:51 +08:00
afc163
cf753f6943
docs(): release 5.9.2 (#44933) 2023-09-18 18:33:35 +08:00
3bb3485ac7
fix(Modal): custom footer render error (#44929)
* Revert "refactor: fix compiling (#44616)"

This reverts commit b284648f11.

* feat: modal purepanel support footer render

* demo: update debug demo

* test: update test case

* Revert "test: update test case"

This reverts commit 34d151f866.

* chore: add more unit test case

* Revert "Revert "refactor: fix compiling (#44616)""

This reverts commit 0e054de421.

* fix(Modal): custom footer render errors

* chore: fix TS error

* chore: improvement type

* chore: update

* chore: update

* Revert "chore: update"

This reverts commit c72bb07db9.

* Revert "chore: update"

This reverts commit 9a4276078c.

* Revert "chore: improvement type"

This reverts commit 159e3dc754.

* Revert "chore: fix TS error"

This reverts commit f1a9aa59b2.

* Revert "feat: modal purepanel support footer render"

This reverts commit 68de65e76a.

* Revert "demo: update debug demo"

This reverts commit 6741af239b.

* Update components/modal/__tests__/Modal.test.tsx

Co-authored-by: 红 <wxh16144@qq.com>
Signed-off-by: afc163 <afc163@gmail.com>

---------

Signed-off-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2023-09-18 18:33:25 +08:00
二货爱吃白萝卜
dfe6c2c490
docs: Part of update (#44930)
* chore: fix changelog parser

* chore: clean up

* chore: fix site image style

* chore: bug version

* chore: clean up
2023-09-18 15:30:30 +08:00
二货爱吃白萝卜
3215a7bb66
fix: extra pos logic (#44922) 2023-09-18 14:06:06 +08:00
afc163
faefc8f6dc
style: fix Select baseline align bug (#44927)
* style: fix Select baseline align bug

* test: update snapshot

* chore: remove unused code
2023-09-18 13:51:17 +08:00
daisy
b24a6465f1
fix(notification): placement bottom animation should be correct (#44918)
* fix(notification): placement bottom animation should be correct

* style: transform -> bottom

* fix: lint
2023-09-18 10:46:47 +08:00
Peach
c8ff57dadf
chore(deps): move @types/jsdom to dev dependencies (#44917) 2023-09-18 10:15:04 +08:00
JiaQi
042a2a4681
feat(watermark): support for setting text alignment direction through textAlign (#44888)
* feat(watermark): support for setting text alignment direction

* chore: update snapshot

* chore: change type & update demo

* chore: update font type
2023-09-18 09:56:32 +08:00
github-actions[bot]
f3a4b6c429
chore: auto merge branches (#44915)
chore: merge master into feature
2023-09-17 16:08:27 +00:00
lijianan
a0699ea1a0
type: fix .dumi type error (#44916) 2023-09-17 23:32:14 +08:00
lijianan
de6232c352
docs: remove useless dep of React.useMemo (#44914) 2023-09-17 22:24:22 +08:00
afc163
62e338c775
type: enable type prompt for .dumirc.ts (#44886)
* type: fix .dumi missing types

* Update tsconfig.json

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

* Update tsconfig.json

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

* Update tsconfig.json

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

* chore: clear tsconfig.json

* chore: update dumi version declaration

* type: correct unified plugin types

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
Co-authored-by: PeachScript <scdzwyxst@gmail.com>
2023-09-17 21:52:01 +08:00
b24cda1f97
docs: update FQA (#44902)
* docs: update FQA [skip ci]

* test(theme): supplement unit test case

* chore: update docs
2023-09-17 16:17:12 +08:00
cwg
5ac472d042
site: add LocalStorage caching for bannerVisible (#44910)
* feat: add LocalStorage caching for banner visible

* feat: add cache expiration time
2023-09-16 23:42:12 +08:00
lyy
7f992b4e8c
demo: simplify deletion operations (#44909)
Signed-off-by: lyy <72189350+leoyongyuan@users.noreply.github.com>
2023-09-16 15:35:22 +08:00
lijianan
255cc85021
Merge pull request #44908 from ant-design/feature-merge-master
chore: feature merge master
2023-09-16 13:08:16 +08:00
kiner-tang(文辉)
6571615249 chore: update site-limit 2023-09-16 11:28:19 +08:00
kiner-tang(文辉)
4717b5c649 Merge branch 'master' into feature-merge-master 2023-09-16 11:11:47 +08:00
李勇
7eb93ad657
type: to put the ts type into useMemo generics (#44904) 2023-09-16 02:16:53 +08:00
cwg
2627caebb4
fix: site style conflict (#44899)
* fix: site style conflict

* chore: lint

* feat: optimize code
2023-09-15 22:03:53 +08:00
cwg
4d3814478c
site: optimize banner display (#44894) 2023-09-15 18:48:34 +08:00
cwg
fa61f81144
site: announce yuque welfare program (#44884)
* site: announce yuque welfare program

* chore: lint

* feat: optimize code

---------

Co-authored-by: MadCcc <1075746765@qq.com>
2023-09-15 16:42:01 +08:00
dingkang
05e15c05d3
chore: update pupperteer and sharp npmmirror (#44727)
* chore: slove pupperteer download fail problem

* chore: set npmmirror for windows

---------

Co-authored-by: MadCcc <1075746765@qq.com>
2023-09-15 14:21:50 +08:00
afc163
64b649eaee
docs: fix Upload mocky api in demo and test (#44883) 2023-09-15 13:48:23 +08:00
MadCcc
622e4325bf
docs: changelog 5.9.1 (#44880)
* docs: changelog 5.9.1

* Update CHANGELOG.zh-CN.md

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

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-09-15 13:37:48 +08:00
daisy
90bb52190b
demo(Table): add sticky offsetHeader (#44876)
* demo(Table): add sticky offsetHeader

* test: update snapshot

* test: update snapshot
2023-09-15 12:24:16 +08:00
lijianan
56fb6178a4
demo: update demo (#44864)
* demo: update demo

* fix: fix snap

* update demo
2023-09-15 12:23:57 +08:00
MadCcc
553754b4d2
fix: rate transform in mac screen (#44868) 2023-09-15 09:51:50 +08:00
MadCcc
102c4654e1
fix: select small height (#44859) 2023-09-14 19:12:17 +08:00
lijianan
1e0c3b8c58
🔥feat: new component Flex (#44362)
* feat: new component Flex

* feat: new component Flex

* fix: fix

* test: add test case

* fix: fix

* update size-limit

* test: update snap

* fix: fix

* test: update snap

* chore: add use client

* fix: lint

* test: update snap

* fix

* docs: add docs

* fix: fix demo

* clear

* demo: update demo

* update demos

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* test: update snap

* fix: fix

* fix: fix

* demo: update demo

* feat: CP

* fix: use token

* fix: fix

* fix: fix test case

* test: update snap

* Update components/flex/style/index.ts

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

* Update components/flex/demo/align.tsx

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

* demo: update demo

* fix: fix

* docs

* update cover

* fix: fix

* test: update case

* fix: rerun CI

* fix: fix

* fix: fix

* fix: fix

* fix: fix

* demo: update demo

* fix: fix lint

* fix: fix

* fix: fix

* fix: fix

* fix:  fix

* fix: fix test case

* fix: fix

* docs: update docs

* fix: fix

* chore: fix

* chore: fix

* docs: update docs

* docs: update

* fix: fix demo

* type: update type

* add debug demo

---------

Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: 栗嘉男 <mac@macdeMacBook-Pro.local>
Co-authored-by: MadCcc <1075746765@qq.com>
2023-09-14 17:04:05 +08:00
MadCcc
afcdc3fbe2
chore: try to fix screenshot (#44817)
* chore: try to fix screenshot

* chore: set small viewport

* chore: rm wait until

* chore: minimize demo

* chore: support onlyViewPort

* chore: better logic

* chore: config demos

* chore: update

* refactor: rename

* chore: update

* chore: update

* chore: update
2023-09-14 16:59:11 +08:00
MadCcc
d3469324c9
fix: rate star transform origin (#44855) 2023-09-14 16:32:54 +08:00
JiaQi
f3c1871b20
chore: bump rc-picker (#44845)
* chore: bump rc-picker

* Update package.json

* Update cell-render.tsx

---------

Co-authored-by: 二货爱吃白萝卜 <smith3816@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
2023-09-14 14:56:57 +08:00
afc163
b888c2ad68
chore: upgrade github action node version to 18 (#44835)
* chore: upgrade github action node version

* chore: upgrade github action node version

* chore: upgrade github action node version

* chore: upgrade github action node version
2023-09-13 22:46:23 +08:00
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