-
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] <support@github.com> 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 <xr0master@gmail.com> * Update components/color-picker/components/ColorPresets.tsx add lint disable Signed-off-by: xr0master <xr0master@gmail.com> --------- Signed-off-by: xr0master <xr0master@gmail.com>
* 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 <574980606@qq.com> * Update use-with-next.en-US.md Signed-off-by: lijianan <574980606@qq.com> * Update use-with-next.en-US.md Signed-off-by: lijianan <574980606@qq.com> --------- Signed-off-by: lijianan <574980606@qq.com>
* add notification.config typing * add .node-version file * remove .node-version * ignore .node-version file from git --------- Co-authored-by: lijianan <574980606@qq.com>
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: 栗嘉男 <574980606@qq.com>
* 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] <support@github.com> * bump typedoc * type: fix type * fix: fix * type: fix type --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: 栗嘉男 <574980606@qq.com> Co-authored-by: afc163 <afc163@gmail.com>
* fix typos Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> * fix typo Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> * fix typos Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> * fix typo Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> * fix typo Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> * fix typos Signed-off-by: omahs <73983677+omahs@users.noreply.github.com> --------- Signed-off-by: omahs <73983677+omahs@users.noreply.github.com>
…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: 栗嘉男 <574980606@qq.com>
* 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: 栗嘉男 <574980606@qq.com>
* fix: table cellPaddingBlock token bug * style: fix table cellPaddingBlock token bug --------- Co-authored-by: MadCcc <1075746765@qq.com>
* 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 <1075746765@qq.com>
Without this typescript will not compile Signed-off-by: Isaac Batista <isaacbatst@gmail.com>
* docs: changelog of 5.9.3 * docs: update * docs: update --------- Co-authored-by: MadCcc <1075746765@qq.com>
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: 红 <wxh1220@gmail.com> Signed-off-by: Amumu <yoyo837@hotmail.com> * Update components/upload/index.zh-CN.md Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: Amumu <yoyo837@hotmail.com> * Update components/upload/index.zh-CN.md Signed-off-by: Amumu <yoyo837@hotmail.com> * Update components/upload/index.en-US.md Signed-off-by: Amumu <yoyo837@hotmail.com> --------- Signed-off-by: Amumu <yoyo837@hotmail.com> Co-authored-by: 红 <wxh1220@gmail.com> Co-authored-by: afc163 <afc163@gmail.com>
…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 <afc163@gmail.com> Signed-off-by: Zong-Ke Zhang <65376724+Zzongke@users.noreply.github.com> --------- Signed-off-by: Zong-Ke Zhang <65376724+Zzongke@users.noreply.github.com> Co-authored-by: Heising <heising@travelconnect.cn> Co-authored-by: afc163 <afc163@gmail.com>
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 : )