Resolve router page merge conflict#1003
Conversation
* fix: slot should extra params * fix: add unit test case * fix: change test schema fileName
1. 对齐数据源、右侧属性面板的全部模块变量 2. 将数据源和属性面板部分文件里的变量滥用调整先调整为common变量
…ny#923) 物料插件-区块分组-添加区块,区块列表没有全选功能 改动点: 1. 给区块列表添加全选功能 2. 抽取了一个 SelectAll 组件到 common 包
优化属性面板绑定国际化UI
1. 调整了tabsGroupConfigurator组件的一些颜色问题; 2. 修改所有大写的PX为小写; 3. 工具栏中调整屏幕大小的组件的弹窗内容样式全部丢失,重写了这部分样式; 4. TinyGrid组件的表格列编辑弹窗样式丢失,重写了这部分; 5. 属性面板和样式面板部分Label色值不对,统一修改; 6. 样式面板原有引用的部分颜色变量失效,重新替换;
* fix:Modify Code Font in bridge/state * fix:modify the block list style in block * fix:Modify schema panel style * fix:Modify tabs in materials * fix:Modify global dialog, modal and search * fix:Modify the component list style in materials * fix:Modify button style * fix:Modify search in i18n * fix: Modify UI in Schema Panel * fix:Modify dialog style and i18n Panel shadow * fix:Modify the component list style in materials * fix:Modify the block list style in block * fix: Modify modal style * fix: Modify modal in clean * fix: Modify modal in block * fix: Modify the block list and modal in block * fix: modify the block list in block * fix: modify font size * fix: Modify global button * fix: delete comment code * fix: change plugin-icon-js.svg
* feat: support merge categories and groups in blocks * add extra param to groups get request * fix create block error * undo changes in registry.js * fix: Fixed the problem of using function references directly for conditional judgment
* feat: 添加页面初始间距 * feat: 调整间距配置 * feat: 调整样式面板字体交互 * feat: 调整CanvasRowColContainer组件间距 * feat: 画布页面添加背景色 * feat: 区块组件添加间距 * feat: 添加样式字符串转对象方法 * feat: 添加基础样式类 * feat:添加弹性盒子组件 * feat: 调整flexBox组件 * feat: 增加Section组件以及清空画布保留基础样式 * fix:样调整时增加基础类名判断 * fix:修复在样式面板选择样式时,两个类名同时改动 * fix:调整容器默认内容样式 * fix:容器组件名以及属性改为中文
* feat: schemaDataAsync * fix: adapt schema plugin * fix: add import export schema * fix: remove useless code * fix: shcmea change cant't trigger canvas rerender * fix: replace setSchema * refactor: schema data sync to canvas * refactor: change synchoronized method between canvas and host * fix: remove useless node tree * fix: support recursive update attr * feat: support recursive update nodesMap * fix: selectNode updateRect conflict * refactor: sync update to schemaService * feat: migrade canvas collection * fix: dataSourceMap update * feat: add docs * fix: add direct change schema api doc * fix: use toRaw optimize performance * fix: add default fallback for changeProps * fix: schema update issue * fix: add compatible for empty children * fix: provide schemaUtils to canvas * fix: update collection table data * fix: add error handling
* feat: blockCompiler * feat: block compile to blobURL * feat: block-compiler * fix: add dev alias * fix: del unnecessary comments * feat: del old block web component logic * fix: scope id error * feat: del umd block support * feat: del block deploy progress bar * feat: del block progress request * fix: del customElement relative logic * feat: add block loading and error status view * fix: select blockSchema by historyid * fix: block schema should select by version * feat: add block compile cache * fix: add source code cache * fix: add default material import map * feat: update builtin-component version * feat(block-compiler): support compile jsx * feat: support block compileCache * feat: update block version slient refresh * fix: update @vue/babel-plusin-jsx version * fix: type checking * fix: typescript build error * fix: imporve type checking * feat: use new block compile cache realize * fix(block-compiler): remove deps order check * fix: use has method check the specified key exists in the map instead of get method * fix: optimize deps * fix: update cache name params --------- Co-authored-by: hexqi <wu_12556@126.com>
1. 修复清空画布报错的 bug 2. 修复区块加载错误的 bug 3. 修复画布拖拽组件到最前面的时候,组件会消失的 bug
* fix: resolve some schema update issue 1. 调整画布宽度时,画布选中框不及时更新的 bug 2. 空页面的时候,拖拽组件到画布提示两次新建页面的 bug 3. importSchema 的时候,清空选择 4. 页面 schema 保存的时候,设置保存状态为 false 5. 增强 AdvanceConfig 配置对 props 的容错 * fix: updateRect async change to callback style * fix: first time enter app should show empty page warning
* fix: resolve warnings * fix: add access guard avoid runtime errors * fix: change placeholder prop type * fix: resolve type check * fix: toolbarbaseicon props default value
* fix: time asc add i18n failed * fix: search invalid --------- Co-authored-by: hexqi <wu_12556@126.com>
…y#975) * fix: basePropsGroup use deepclone prevent clone array itself basePropsGroup 使用深拷贝方式复制自身 * fix: filter duplicated property
* fix: generate code accessor scenario 修复 state accessor 出码的bug * fix: objectVal gettter value
* fix: breadcrumb publish block cannot get correct version * fix: block schema change sync * fix: del useless comment code * fix: hide publish block button when creating block
* fix: blockCompile get correct version * fix: support refresh block selected version * fix: clear all compileCache * fix: use correct version key to find history schema * fix: add id for stylesheet * fix: clean style sheet when remove cache * fix: should remove stylesheet before clean cache
* fix: optimize save code button marker position * fix: resolve point style issues for page Schema and page JS
* fix: block switch select property failed * fix: del assignment
* fix: resolve block property issue * fix: block property form rename --------- Co-authored-by: hexqi <wu_12556@126.com>
…block error when type undefined (opentiny#988) * fix: preview breadcrumb don't exist useBlock method * fix: resolve block preview error when type is undefined --------- Co-authored-by: hexqi <wu_12556@126.com>
* fix:Modify Code Font in bridge/state * fix:modify the block list style in block * fix:Modify schema panel style * fix:Modify tabs in materials * fix:Modify global dialog, modal and search * fix:Modify the component list style in materials * fix:Modify search in i18n * fix: Modify UI in Schema Panel * fix:Modify dialog style and i18n Panel shadow * fix:Modify the component list style in materials * fix:Modify the block list style in block * fix: Modify UI review comments in i18n * fix: Modify modal style * fix: Modify modal in clean * fix: Modify modal in block * fix: Modify the block list and modal in block * fix: modify the block list in block * fix: modify font size * fix: Modify global button * fix: delete comment code * fix: change plugin-icon-js.svg * fix:Modify Code Font in bridge/state * fix:Modify button in header * fix: Modify button in state * fix:Modify Font Size in datasource * fix: Modify icon in lifecycle/blockEvent * fix: Modify validate in dialog * fix: modify second-panel and tree styles * fix: Modify tree componentType * fix: Modify the fixed column style of the table * fix: Modify top save and more * fix:Modify code style in state * fix:Modify the block list in block * fix: Modify remote panel * fix: Modify the icon to tips and gray background * fix:Modify global popover and toolTip * fix:Modify open-delay to a constant
…-router-page-merge-conflict
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (3)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
注意不可以用squash合入/rebase合入 ,需要用Merge, 保持merge的主干的内容commit号不变 |
Note that you cannot use squash to merge |
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
从2.0拉的分支,2.1代码有较大的变化, 预解决和2.1版本之间 冲突
What is the current behavior?
冲突无法合入
Issue Number: N/A
What is the new behavior?
解决冲突,主体功能验证正常
Does this PR introduce a breaking change?
Other information