-
-
Notifications
You must be signed in to change notification settings - Fork 50.5k
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
chore: merge master into feature #43940
Conversation
…43875) * fix: the number input radius style in different size * fix: make style token as a function --------- Co-authored-by: yee.wang <yee.wang@lazada.com> Co-authored-by: afc163 <afc163@gmail.com>
* type(list): optimize triggerPaginationEvent type * fix * fix * fix * Update components/list/index.tsx Signed-off-by: lijianan <574980606@qq.com> --------- Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: lijianan <574980606@qq.com>
* docs: update doc * fix: getCurrentLink not trigger when scroll
chore: master merge feature
which reduces @ant-design/icons bundle size on nextJS 13.
* docs: use sandpack for demo * chore: update * docs: adjust theme * docs: sandpack ssr * docs: sandpack fallback * fix: ssr * chore: fix css extract * chore: fix lint * fix: fix lint * chore: rm theme * fix: solve ssr sissue * chore: fix lint --------- Signed-off-by: lijianan <574980606@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>
Run & review this pull request in StackBlitz Codeflow. |
Hi @li-jia-nan。 请注意,当前 PR 是分支间的互相合并,请使用 |
size-limit report 📦
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: antd@5.7.3 |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
* test: update snap * chore: bump icons --------- Co-authored-by: 二货机器人 <smith3816@gmail.com>
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## feature #43940 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 658 658
Lines 11238 11166 -72
Branches 3064 3024 -40
=========================================
- Hits 11238 11166 -72
☔ View full report in Codecov by Sentry. |
* docs: update v5.8.0 changelog * Update CHANGELOG.zh-CN.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: vagusX <vagusxl@gmail.com> * Update CHANGELOG.en-US.md Signed-off-by: vagusX <vagusxl@gmail.com> * docs: update --------- Signed-off-by: vagusX <vagusxl@gmail.com> Co-authored-by: afc163 <afc163@gmail.com>
* test: init of test * test: update snapshot * test: update snapshot * chore: adjust size limit * test: update snapshot * test: update snapshot * test: update snapshot * chore: update snapshot --------- Co-authored-by: lijianan <574980606@qq.com>
* feat: clearIcon * feat: clearIcon * Update components/select/utils/iconUtil.tsx Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: kiner-tang(文辉) <1127031143@qq.com> * feat: clearIcon * chore: raise size-limit --------- Signed-off-by: kiner-tang(文辉) <1127031143@qq.com> Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: MadCcc <1075746765@qq.com>
* chore: update snapshot * chore
要不要挂WIP? 发完5.8.1一次性搞定怎样? |
都可以,听yoyo哥的 |
* docs: changelog 5.8.1 * Apply suggestions from code review Signed-off-by: MadCcc <1075746765@qq.com> --------- Signed-off-by: MadCcc <1075746765@qq.com>
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
📝 Changelog
☑️ Self-Check before Merge
🚀 Summary
🤖 Generated by Copilot at 61176f5
This pull request introduces several code quality improvements, bug fixes, and new features for the
antd
library and its documentation site. It adds support for code sandbox rendering withsandpack
in thedumi
theme, fixes a scrolling issue with theAnchor
component, updates the test cases and the changelog for the 5.8.0 release, and annotates some style objects withReact.CSSProperties
type. It also modifies some style and import statements for readability and performance.🔍 Walkthrough
🤖 Generated by Copilot at 61176f5
Sandpack
component withdumi
andantd
features and styles (link, link, link, link)SourceCode
node withlang
property equal tosandpack
withSandpack
node inrehypeAntd
function (link, link, link)as any
casts frommergedData
,token
, andgray
objects (link, link, link)CloseOutlined
icon as default import to enable tree shaking (link)getCurrentAnchor
function and fix potential bug inAnchor
component (link, link, link)Anchor
component to reflect changes (link, link)React.CSSProperties
type in various demo components (link, link, link, link, link, link, link, link)left
andtop
properties ofholder
style object inWaveEffect
component (link)GlobalLayout
component to follow convention (link)component-token.tsx
code example inanchor
documentation (link, link)