-
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 #113
Conversation
Bumps [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor) from 0.17.10 to 0.18.0. - [Release notes](https://github.com/josdejong/svelte-jsoneditor/releases) - [Changelog](https://github.com/josdejong/svelte-jsoneditor/blob/main/CHANGELOG.md) - [Commits](josdejong/svelte-jsoneditor@v0.17.10...v0.18.0) --- updated-dependencies: - dependency-name: vanilla-jsoneditor dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
genBasicInputStyle 方法中已经包括 genActiveStyle 了
chore: feature merge master
* fix: Table should not crash if filterDropdown is boolean * chore: code clean * chore: use supportNodeRef
* fix: radio should work in tree * chore: code clean
* chore: bump @rc-component/tour * chore: increase size-limit * chore: increase size-limit
* ColorPresets: fix duplicate keys Signed-off-by: xr0master <[email protected]> * Update components/color-picker/components/ColorPresets.tsx add lint disable Signed-off-by: xr0master <[email protected]> --------- Signed-off-by: xr0master <[email protected]>
* docs: fix provider demo * test: update snapshot
chore: feature merge master
* feat: support conic * test: update snapshot * docs: update doc * chore: clean up * docs: update doc * test: update snapshot * test: update snapshot * test: update snapshot
* refactor(notification): reduce the configuration parameter code * chore: modify the return type definition * chore: delete the initialization function
* docs: update home page * docs: home support dark mode * docs: fix mobile * docs: fix rtl * docs: update locale
* Update use-with-next.zh-CN.md Signed-off-by: lijianan <[email protected]> * Update use-with-next.en-US.md Signed-off-by: lijianan <[email protected]> * Update use-with-next.en-US.md Signed-off-by: lijianan <[email protected]> --------- Signed-off-by: lijianan <[email protected]>
* add notification.config typing * add .node-version file * remove .node-version * ignore .node-version file from git --------- Co-authored-by: lijianan <[email protected]>
chore: merge master into feature
* chore(deps): update dependency typedoc to ^0.25.0 * fix: fix type * fix: fix * fix: fix * fix: fix --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 栗嘉男 <[email protected]>
* chore(deps-dev): bump typescript from 5.1.6 to 5.2.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.6 to 5.2.2. - [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] <[email protected]> * bump typedoc * type: fix type * fix: fix * type: fix type --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: lijianan <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 栗嘉男 <[email protected]> Co-authored-by: afc163 <[email protected]>
* fix typos Signed-off-by: omahs <[email protected]> * fix typo Signed-off-by: omahs <[email protected]> * fix typos Signed-off-by: omahs <[email protected]> * fix typo Signed-off-by: omahs <[email protected]> * fix typo Signed-off-by: omahs <[email protected]> * fix typos Signed-off-by: omahs <[email protected]> --------- Signed-off-by: omahs <[email protected]>
…44895) * refactor(tootip): delete the logic related to the disabled children * chore: update test case * chore: update snapshots
* fix: Popover shift * chore: update snapshot
* chore(deps): update dependency @types/gtag.js to ^0.0.14 * rerun CI * rerun CI --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 栗嘉男 <[email protected]>
* chore(deps): update cimg/node docker tag to v18.18 * rerun CI * rerun CI --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 栗嘉男 <[email protected]>
* fix: table cellPaddingBlock token bug * style: fix table cellPaddingBlock token bug --------- Co-authored-by: MadCcc <[email protected]>
* fix: input should have correct padding with controlHeight * chore: update snapshot * chore: update snapshot
* fix: Typography When setting fontSize to an odd number bug * chore: update .npmrc to resolve sharp install fail * fix: retry CI * chore: update .npmrc --------- Co-authored-by: MadCcc <[email protected]>
Without this typescript will not compile Signed-off-by: Isaac Batista <[email protected]>
* docs: changelog of 5.9.3 * docs: update * docs: update --------- Co-authored-by: MadCcc <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* docs: fix site issue * chore: code clean
* docs: reorder * docs: update
* docs: add faq * link * fix docs * Update components/upload/index.zh-CN.md Co-authored-by: 红 <[email protected]> Signed-off-by: Amumu <[email protected]> * Update components/upload/index.zh-CN.md Co-authored-by: afc163 <[email protected]> Signed-off-by: Amumu <[email protected]> * Update components/upload/index.zh-CN.md Signed-off-by: Amumu <[email protected]> * Update components/upload/index.en-US.md Signed-off-by: Amumu <[email protected]> --------- Signed-off-by: Amumu <[email protected]> Co-authored-by: 红 <[email protected]> Co-authored-by: afc163 <[email protected]>
…ht-click position (#45076) * docs(Dropdown): Add Docs the pop-up menu position will follow the right-click position * Update components/dropdown/demo/context-menu.md Co-authored-by: afc163 <[email protected]> Signed-off-by: Zong-Ke Zhang <[email protected]> --------- Signed-off-by: Zong-Ke Zhang <[email protected]> Co-authored-by: Heising <[email protected]> Co-authored-by: afc163 <[email protected]>
No applications have been configured for previews targeting branch: master. To do so go to restack console and configure your applications for previews. |
The pull request looks good overall. Just a few minor suggestions:
Other than that, everything seems to be in order. Nice work! |
👋 Hi there!Everything looks good!
|
Hi @pull[bot]。 请注意,当前 PR 是分支间的互相合并,请使用 |
Hi @pull[bot]. Thanks for your contribution. The path |
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )