forked from opentiny/tiny-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Ccf 2024/icon #17
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
Draft
hexqi
wants to merge
44
commits into
develop
Choose a base branch
from
ccf-2024/icon
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Ccf 2024/icon #17
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* fix: slot params missing double quote * fix: exclude nodemodule test case
* fix: esbuild install failed on nodev16 * fix: esbuild install failed on nodev16
…thDefaultPlugin method (opentiny#656)
* fix: esbuild install failed on nodev16 * fix: esbuild install failed on nodev16 * fix: remove deps on root pkg.json
…pentiny#703) * feat(download-code): support download zip for not support browsers * feat(download-code): support download zip for not support browsers - review * feat(download-code): support download zip for not support browsers - review
* docs: update milestone * fix: tab
* fix: translate log * Update scripts/connection.mjs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update scripts/connection.mjs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update scripts/connection.mjs Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix: jsx slot modelvalue can't update value * fix: add unit test for updateModel event
Co-authored-by: wangwenbing <[email protected]>
close opentiny#806 修复生命周期为空时,取当前页面schema生命周期值的 bug
…one (opentiny#757) * fix: switch selected component event name list still show the origin one 修复画布切换选择组件后,高级面板事件列表仍然显示原组件事件列表的bug close opentiny#747 * fix: handle potential undefined values in renderEventList * fix: use locale instead of zh_CN attr
修复 mockService 区块详情缺失 data 嵌套结构导致无法正确加载的 bug
* fix: page or block save update breadcrumb uncorrectly 1. 修复页面名称更新时,面包屑页名称没有同步更新的 bug 2. 修复区块保存更新时,强行切换当前画布到正在编辑区块的 bug 3. 修复区块保存更新时,如果画布不是当前编辑的区块,仍取截图的 bug * fix: add handlePageUpdate mehtod missing params
…ntiny#660) * feat(vue-generator): add public floder, support image generation * feat(vue-generator): code add public floder, support image generation
* fix(block): 新建区块保存后发布区块,发布无效 * fix: del useless null check --------- Co-authored-by: chilingling <[email protected]>
* fix:table notch saving error message * fix: change slotparams cause warning * fix: change by review * fix: typo parma -> param --------- Co-authored-by: chilingling <[email protected]>
* fix: change namespace 2 export module * fix: add missing type params
* fix: blockName regexp incorrect * fix: change regexp by review * fix: change by review * fix: change by review comment
…tiny#847) 修复远程数据源面板请求结果输入框在编辑之后,重新点击发送请求,如果请求结果一样,无法重新填充到请求结果输入框的 bug
* fix: parse template name error * fix: add detection for test env
* feat: 新增物料-图标模块 * feat: 自定义图标方案 * feat: 自定义图标方案 --------- Co-authored-by: YPF <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
English | 简体中文
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Background and solution
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information