-
-
Notifications
You must be signed in to change notification settings - Fork 50.8k
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
fix: Make dontAnimate optional in CarouselRef interface #28090
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 06ebad1:
|
Codecov Report
@@ Coverage Diff @@
## master #28090 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 393 393
Lines 7371 7371
Branches 2112 2112
=========================================
Hits 7371 7371
Continue to review full report at Codecov.
|
7916cbe
to
06ebad1
Compare
👍 |
* fix: update CarouselRef goTo args (ant-design#28090) * chore: 🆙 upgrade react 17 (ant-design#27268) ant-design#26136 * fix BUNDLESIZE_GITHUB_TOKEN * docs: supplement Form.List errors (ant-design#28117) * docs: set image preview false in placeholder demo (ant-design#28140) * docs(📖): update v4 migration about less variables change close ant-design#28141 * test: skip List loading demo (ant-design#28133) * fix: TextArea showCount style while using with Form (ant-design#28130) * chore: optimize useModal performance - Do not trigger rerender of parent component (ant-design#28122) * fix: Add type of initialValue prop to Form.List (ant-design#28153) * fix: Add type of initialValue prop to Form.List * Update index.zh-CN.md * Update index.en-US.md * fix(Tree): fix tree drop indicator default direction (ant-design#28150) Co-authored-by: Jarret Moses <jarret.moses@gmail.com> Co-authored-by: Tom Xu <ycxzhkx@gmail.com> Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: Liming Jin <jinliming2@gmail.com> Co-authored-by: stygian-desolator <73412177+stygian-desolator@users.noreply.github.com> Co-authored-by: 骗你是小猫咪 <darryshaw@gmail.com> Co-authored-by: einq7 <50612752+AlanCutFlim@users.noreply.github.com> Co-authored-by: Elaina Cherudim <shr9192@gmail.com> Co-authored-by: Debiancc <never.be.evil.debian@gmail.com> Co-authored-by: Jingsong Gao <kingsongao1221@gmail.com>
[中文版模板 / Chinese template]
🤔 This is a ...
🔗 Related issue link
💡 Background and solution
v4.8.6 introduced a new CarouselRef type which is great but it did not correctly allow the
dontAnimate
argument of thegoTo
method to be optional which according to the source code it is. This just makes the argument optional.📝 Changelog
☑️ Self Check before Merge