MadCcc
ab4bcc4463
Merge branch 'master' into next-merge-master
2 years ago
Wuxh
34a277cdaa
docs: improve component demo style ( #38598 )
* docs: delete redundant codes
repetitive examples that can make it difficult for developers to read
* chore: update snapshot
* docs(badge): wrapping documents with `Space`
* chore: update snapshot
* chore(space): optimize documents
easy to read
* chore: update badge demo
* chore: update demo
* Revert "chore(space): optimize documents"
This reverts commit 88a4378f16cede5b628f885a48a341d507fd53e3.
* chore: update snapshots
* chore(button): add debug demo
* test(button): update snapshots
* docs(button): example document beautify
* test(button): update snapshots
commit by af04705c8f
* test(alert): update snapshots
* chore: Reverse format
2 years ago
dependabot[bot]
1a4c696926
chore(deps-dev): bump typescript from 4.8.4 to 4.9.3 ( #38604 )
* chore(deps-dev): bump typescript from 4.8.4 to 4.9.3
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.8.4 to 4.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/commits )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: fix ts error in test case
* Update Table.pagination.test.tsx
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afc163 <afc163@gmail.com>
2 years ago
afc163
9c670dfdf6
docs: fix webm compat ( #38615 )
2 years ago
Peach
415cc833cf
docs: correct code iframe values ( #38603 )
* docs: correct code iframe values
* chore: remove useless migrate script
Co-authored-by: lijianan <574980606@qq.com>
2 years ago
二货爱吃白萝卜
43c14bb70e
chore: bump tools ( #38593 )
2 years ago
MadCcc
51a05ba467
chore: bump version to 5.0.0-rc.1
2 years ago
MadCcc
8df44ddffd
chore: fix api table
2 years ago
MadCcc
ca4d23ac7e
chore: fix api table
2 years ago
MadCcc
04da1f3fdf
docs: fix site issue
2 years ago
MadCcc
a77f1aa8fc
chore: rename theme separated to inherit
2 years ago
MadCcc
c0de3b2737
feat: theme seperated ( #38608 )
* feat: theme seperated
* chore: code clean
* chore: update API
2 years ago
二货爱吃白萝卜
319b3966c4
docs: less no ( #38602 )
2 years ago
二货爱吃白萝卜
59134781d9
update conch logic ( #38599 )
2 years ago
afc163
ebedab8541
fix: dumi build preview ( #38597 )
* fix: dumi build preview
* Update package.json
2 years ago
afc163
6f58250bc3
docs: update documentation ( #38594 )
* docs: update footer text
* docs: update IE support
2 years ago
afc163
7c1652d677
docs: fix Grid demos ( #38595 )
2 years ago
lushevol
fb473b3f10
docs: remove ie support in introduction page ( #38574 )
* docs: Miss to remove div closing symbol #38546
* docs: remove IE support on v5 introduction page
* docs: remove IE support on support table and README
2 years ago
MadCcc
e9ab28d4a8
chore: add ga & hotjar ( #38591 )
* chore: add ga & horjar
* chore: code clean
2 years ago
afc163
75a38c5805
chore: fix eslint OOM by ignoring server folder ( #38589 )
* chore: ignore server folder for eslint
* fix site OOM
2 years ago
afc163
d2666a38e5
chore: Update .dumirc.ts ( #38588 )
2 years ago
Matthew
52dedca8ed
fix: Pass custom prefixCls to Typography from Base ( #38580 ) ( #38586 )
* fix: Pass custom prefixCls to Typography from Base (#38580 )
* test: Added test for typography custom prefixCls
2 years ago
MadCcc
9edd46aff5
chore: bump version to 5.0.0-rc.0
2 years ago
afc163
08e4598baa
fix(Table): don't trigger sort when pressing enter in filter dropdown ( #38585 )
close #38579
2 years ago
MadCcc
fab90b09f4
docs: fix site issue ( #38552 )
* docs: put an example loading component
* fix: site issue
* fix: site issue
* feat: add loading
* feat: alert
* docs: rm ReactDOM.render in md
* docs: use style tag
* chore: update snapshot
* Revert "docs: use style tag"
This reverts commit 1f75a99f8c
.
* docs: update demo
* chore: update demo
Co-authored-by: PeachScript <scdzwyxst@gmail.com>
2 years ago
MadCcc
31a401ba1a
fix: segmented dark mode ( #38582 )
2 years ago
kiner-tang(文辉)
1ca984a19c
feat(modal): support pass mousePosition to control modal's animation origin position ( #38584 )
* feat: support pass mousePosition to control modal's animation target position
* feat: update test case
* Update components/modal/demo/custom-mouse-position.md
Co-authored-by: afc163 <afc163@gmail.com>
* docs: update docs
Co-authored-by: afc163 <afc163@gmail.com>
2 years ago
二货爱吃白萝卜
c85e570fd7
fix: menu style missing ( #38583 )
2 years ago
afc163
a7820a3dd3
docs: change banner and improve its style ( #38572 )
2 years ago
JackLiR8
3c96997210
fix(Input.Search): pressing enter key don't trigger `onSearch` while loading ( #38575 ) ( #38578 )
2 years ago
lijianan
5ef12dfaa5
chore: fix typo ( #38568 )
2 years ago
afc163
c5c7772a20
chore: upgrade rc-tree-select to fix bundlesize ( #38569 )
https://github.com/react-component/tree-select/releases/tag/v5.5.4
2 years ago
二货机器人
9f7e2ee239
docs: enable puhui bold on logo
2 years ago
afc163
d8a4c1ad04
docs: update cn changelog
2 years ago
lijianan
8cd60cc9bd
fix: Breadcrumb overlay deprecated warning ( #38567 )
* fix: incorrect warning
* Update components/breadcrumb/__tests__/Breadcrumb.test.tsx
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: afc163 <afc163@gmail.com>
2 years ago
cl1107
d0838c00b0
chore: use prettier format json ( #38563 )
2 years ago
lushevol
7fff24b8a9
docs: Miss to remove div closing symbol #38546 ( #38562 )
2 years ago
Wuxh
61e63d2379
docs: component page document style beautify ( #38557 )
2 years ago
Peach
515d95847e
docs: use dumi helmet for pre-render ( #38560 )
2 years ago
miracles1919
9fb3e3a44f
docs: support for opening demos in a new window ( #38556 )
2 years ago
afc163
2f960df9e7
docs: remove custom scrollbar style ( #38551 )
https://github.com/ant-design/ant-design/issues/38463#issuecomment-1308806682
2 years ago
afc163
40d9b76383
chore: use prettier format less ( #38550 )
2 years ago
Wuxh
4bc23b3ca6
chore: fix the wrong link address ( #38543 )
* chore: fix the wrong link address
repo: https://github.com/ant-design/u.ant.design
* Revert "chore: fix the wrong link address"
This reverts commit 63e50f426a
.
* one more time
2 years ago
MadCcc
49aaa23691
fix: collapse end arrow rotate ( #38547 )
* fix: collapse end arrow rotate
* chore: menu layout
2 years ago
MadCcc
5b8ebdc337
fix: checkbox trans in Firefox ( #38503 )
* fix: checkbox trans in Firefox
* chore: code
2 years ago
忆年
5a6f51a1ca
docs: Update migration-v5.zh-CN.md #38544 ( #38546 )
* Update migration-v5.zh-CN.md
* Update migration-v5.en-US.md
2 years ago
Wuxh
f458858559
chore: remove `Slider` outline ( #38489 )
* chore: remove `Slider` outline
the `::before` pseudo-element here seems to make no sense and gives an incorrect border when setting the `:focus-visible` style.
* chore: optimize focus style
* chore: update hover style
* chore: accept suggested
Co-authored-by: MadCcc <1075746765@qq.com>
* chore: remove noused
Co-authored-by: MadCcc <1075746765@qq.com>
2 years ago
二货机器人
989dcae1a0
chore: bump 5.0.0-beta.2
2 years ago
二货爱吃白萝卜
3e3a3a0ed8
Merge pull request #38540 from ant-design/fix-picker
fix: picker missing motion
2 years ago
二货机器人
5910f97b8b
chore: adjust script with check remote
2 years ago