-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from ant-design:master #3386
Conversation
* docs: enable prefetch for dumi Link * simplify link implementation * fix lint * remove nprogress dep --------- Co-authored-by: lijianan <574980606@qq.com>
* chore: fix link button style and preload behavior * chore: fix link button style and behavior
…selected (#51884) * fix(transfer): fix the issue of the background overflowing when the last item on the current page is selected * refactor: solve with borderRadius * refactor: 圆角减去 1px * refactor: 提取变量
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
chore: merge master into feature
* fix(tabs): adjust padding for nav add button * fix: lint fix * fix: lint fix * fix: lint fix * fix: lint fix * fix: lint fix * chore: adjust the used design token * docs(tabs): size demo improvement * test: update snapshot * test: update snapshot * test: update snapshot
fix: the icon style is being created repeatedly
* feat(button): add antd preset colors * chore(button): add colors to docs * test(button): add tests for colors * refactor: remove LiteralUnion * test: add const to colors * refactor(button): import from preset colors * chore(button): update docs * test(button): test with preset colors * test(button): import from relative path * fix(button): color * fix(button): add missing box shadow * test(button): merge preset colors and variants test case * refactor(button): use light color as box shadow * refactor(button): set hover color to 5 * docs(button): update doc * docs(button): update doc --------- Co-authored-by: ice <49827327+coding-ice@users.noreply.github.com> Co-authored-by: lijianan <574980606@qq.com>
* feat: add missing focus style for a11y * chore: update rc-segmented dependency to version 2.7.0 in package.json * test: update snapshot * style: adjust focus style
* docs: add changelog 5.22.4 * docs: fix
* refactor: update ref logic * chore: clean up * chore: coverage adjust * test: coverage * chore: back of code
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
* fix: Pagination select props order * chore: replace with select * chore: back of support * chore: bump rc-pagination * chore: merge selection * chore: fix lint
chore: feature merge master
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
* chore: update formatter rule * ♻️ chore: format code (use `npm run format`)
Co-authored-by: afc163 <507615+afc163@users.noreply.github.com>
* Fix description of table colum render Signed-off-by: Shaw Drastin <168159404+showier-drastic@users.noreply.github.com> * Improve description of table column render Signed-off-by: Shaw Drastin <168159404+showier-drastic@users.noreply.github.com> --------- Signed-off-by: Shaw Drastin <168159404+showier-drastic@users.noreply.github.com>
Signed-off-by: Shaw Drastin <168159404+showier-drastic@users.noreply.github.com>
* test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * test: add a11y test * fix: test case * test: add a11y test * chore: code comment adjust
* Update index.en-US.md Fixed misleading description of Input.Search enterButton prop Signed-off-by: Muhammad Taif Khan <muhammadtaif214@gmail.com> * Update components/input/index.en-US.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: Muhammad Taif Khan <muhammadtaif214@gmail.com> --------- Signed-off-by: Muhammad Taif Khan <muhammadtaif214@gmail.com> Co-authored-by: afc163 <afc163@gmail.com>
* chore(pagination): improve accessibility and update rc-pagination * test: update snapshot
* chore: Update and rename release-tweet.yml to release-x.yml Signed-off-by: afc163 <afc163@gmail.com> * Update .github/workflows/release-x.yml Signed-off-by: afc163 <afc163@gmail.com> * Update .github/workflows/release-x.yml Signed-off-by: afc163 <afc163@gmail.com> * Update .github/workflows/release-x.yml Signed-off-by: afc163 <afc163@gmail.com> * Update .github/workflows/release-x.yml Signed-off-by: afc163 <afc163@gmail.com> * Update .github/workflows/release-x.yml Signed-off-by: afc163 <afc163@gmail.com> --------- Signed-off-by: afc163 <afc163@gmail.com>
Signed-off-by: afc163 <afc163@gmail.com>
Signed-off-by: Sagie501 <Sagie012@gmail.com>
Signed-off-by: Sagie501 <Sagie012@gmail.com>
* docs: 更新 CHANGELOG,添加 5.23.4 版本信息及修复记录 * docs: 更新 CHANGELOG,修正 5.23.4 版本发布日期 * Update CHANGELOG.en-US.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: kiner-tang(星河) <1127031143@qq.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.en-US.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: 陈帅 <qixian.cs@outlook.com> * 更新 CHANGELOG,修正版本日期并添加阿拉伯语和希伯来语的国际化翻译支持 * Update CHANGELOG.zh-CN.md Co-authored-by: thinkasany <480968828@qq.com> Signed-off-by: 陈帅 <qixian.cs@outlook.com> --------- Signed-off-by: 陈帅 <qixian.cs@outlook.com> Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: kiner-tang(星河) <1127031143@qq.com> Co-authored-by: thinkasany <480968828@qq.com>
* chore: bump rc-tabs * chore: update snapshot
* docs: update Usage with create-react-app * fix: fix
Signed-off-by: afc163 <afc163@gmail.com>
…rt (#52689) * test: update snapshot * feat: add 'week' localization * test: update snapshot
* chore: upgrade deps * Update package.json Signed-off-by: Amumu <yoyo837@hotmail.com> --------- Signed-off-by: Amumu <yoyo837@hotmail.com> Co-authored-by: afc163 <507615+afc163@users.noreply.github.com> Co-authored-by: Amumu <yoyo837@hotmail.com>
* chore: lock deps `cypress-image-diff-html-report` to `2.2.0` * chore: 添加三方的视觉回归报告 * chore: update * chore: update * chore: update * chore: update * chore: update * chore: update * chore: update * chore: update
Hi @pull[bot]。 请注意,当前 PR 是分支间的互相合并,请使用 |
Hi @pull[bot]. Thanks for your contribution. The path |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3386 +/- ##
===========================================
Coverage 100.00% 100.00%
===========================================
Files 414 763 +349
Lines 7675 13780 +6105
Branches 2214 3610 +1396
===========================================
+ Hits 7675 13780 +6105 ☔ View full report in Codecov by Sentry. |
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )