-
Notifications
You must be signed in to change notification settings - Fork 1
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 #199
Conversation
* docs: init * chore: update example * test: update test * docs: update doc * chore: fix lint * chore: update limit
chore: feature merge master
* feat: App support component * test: update test case * chore: update ts
* docs: init * feat: support inherit * test: update snapshot
chore: merge master into feature
* chore: bump rc-input-number * test: update test case
* chore: bump rc-tabs * chore: update limit * chore: fix lint
chore: feature merge master
* fix: dropdown not trigger onOpenChange when click menu item * chore: add source * docs: update * test: update test
* feat: start the implementation of the fullscreen prop in Spin * docs: change main spin demo * docs: enhance demo * test: update snapshot * fix: address pr comments * fix: use logical property on fullscreen class * fix: address pr review * feat: Added background color token * fix: remove onClick and change demo * feat: change spin to white when fullcreen also use the bgmask as background, removing the bgColor token * fix: unused import * test: update snapshot * Update components/spin/style/index.tsx Signed-off-by: lijianan <574980606@qq.com> * fix: use white color from token * fix: not needed interpolation and version * fix: address pr review * fix: tip prop was not working * test: cover tip & fullscreen case * fix: addrress pr coments --------- Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: lijianan <574980606@qq.com> Co-authored-by: MadCcc <1075746765@qq.com>
* feat: z-index manager * feat: z-index manager * feat: update snap * chore: update site-limit * feat: optimize code * feat: optimize code * feat: add test case * 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
chore: merge master into feature
* feat: Popconfirm support z-index manager * Update components/popconfirm/__tests__/index.test.tsx Signed-off-by: kiner-tang(文辉) <1127031143@qq.com> --------- Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
* feat: Popover support z-index manager * feat: update snap * Update components/popover/__tests__/index.test.tsx Signed-off-by: kiner-tang(文辉) <1127031143@qq.com> --------- Signed-off-by: kiner-tang(文辉) <1127031143@qq.com>
* feat: Tooltip support z-index manager * feat: optimize code
chore: merge master into feature
* feat: implement optionRender api * chore: bump rc-cascader * chore: bump rc-tree-select * docs: update demo * Update components/select/demo/option-render.md Co-authored-by: kiner-tang(文辉) <1127031143@qq.com> Signed-off-by: 红果汁 <pingfj77@gmail.com> * Update components/select/demo/option-render.md Co-authored-by: kiner-tang(文辉) <1127031143@qq.com> Signed-off-by: 红果汁 <pingfj77@gmail.com> * Update components/select/index.en-US.md Co-authored-by: kiner-tang(文辉) <1127031143@qq.com> Signed-off-by: 红果汁 <pingfj77@gmail.com> * Update components/select/index.zh-CN.md Co-authored-by: kiner-tang(文辉) <1127031143@qq.com> Signed-off-by: 红果汁 <pingfj77@gmail.com> * docs: fix doc * test: update snap * docs: rename prop --------- Signed-off-by: 红果汁 <pingfj77@gmail.com> Co-authored-by: kiner-tang(文辉) <1127031143@qq.com>
* feat: CP support Dropdown className and style * test: fix test case
* feat(Modal): modal static function should accept 'styles' * lint * Update components/modal/interface.ts Signed-off-by: afc163 <afc163@gmail.com> * Update components/modal/ConfirmDialog.tsx Signed-off-by: afc163 <afc163@gmail.com> * Update components/modal/ConfirmDialog.tsx Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: KotoriK <52659125+KotoriK@users.noreply.github.com> --------- Signed-off-by: afc163 <afc163@gmail.com> Signed-off-by: KotoriK <52659125+KotoriK@users.noreply.github.com> Co-authored-by: afc163 <afc163@gmail.com>
* fix: InputNumber in Form with hasFeedback should not lose focus * chore: disable lint
…5639) Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 48.0.1 to 49.0.0. - [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases) - [Commits](sindresorhus/eslint-plugin-unicorn@v48.0.1...v49.0.0) --- updated-dependencies: - dependency-name: eslint-plugin-unicorn 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>
* docs(input): add placeholder * chore: update input-number
…s 14 and App Router (#45642) * Docs usage wit next.js, add information about workaround for Next.js 14 and App Router * Update use-with-next.en-US.md Revert reformat for US version Signed-off-by: Paweł Ciosek <68032486+pavelee@users.noreply.github.com> * Update use-with-next.zh-CN.md Revert reformat for CN version Signed-off-by: Paweł Ciosek <68032486+pavelee@users.noreply.github.com> --------- Signed-off-by: Paweł Ciosek <68032486+pavelee@users.noreply.github.com>
chore: feature merge master
#45607) * feat(color-picker): preset colors support collapsing at initialization (cherry picked from commit d8975b4) * docs: update (cherry picked from commit 74f6d70) * test: add unit test (cherry picked from commit 2ef2af4) * chore: update Co-authored-by: RedJue <RedJue@users.noreply.github.com> * refactor: rename * Apply suggestions from code review Signed-off-by: MadCcc <1075746765@qq.com> --------- Signed-off-by: MadCcc <1075746765@qq.com> Co-authored-by: RedJue <RedJue@users.noreply.github.com> Co-authored-by: MadCcc <1075746765@qq.com>
chore: master merge feature
No applications have been configured for previews targeting branch: master. To do so go to restack console and configure your applications for previews. |
Important Auto Review SkippedBot user detected. To trigger a single review, invoke the TipsChat with CodeRabbit Bot (
|
👋 Hi there!Everything looks good!
|
The pull request looks good overall! There are just a few minor suggestions:
Other than that, great work! |
Hi @pull[bot]. Thanks for your contribution. But, we don't have plan to add README of more languages. This current PR will be closed and team members will help on this. |
Hi @pull[bot]. Thanks for your contribution. The path |
Hi @pull[bot]。 请注意,当前 PR 是分支间的互相合并,请使用 |
Apply Sweep Rules to your PR?
|
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )