-
Notifications
You must be signed in to change notification settings - Fork 310
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
feat: 增加物料TinyEcharts和TinyTransitions #429
Closed
junyuim
wants to merge
144
commits into
opentiny:atom-2024/005-tiny-charts
from
junyuim:tiny-echarts
Closed
feat: 增加物料TinyEcharts和TinyTransitions #429
junyuim
wants to merge
144
commits into
opentiny:atom-2024/005-tiny-charts
from
junyuim:tiny-echarts
Conversation
This file contains 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
Match-id-61778b743a9dc8d8df471dcb285fb229931648a6
* fix: fix build error * fix: fix server dependence
* fix: add logo and fix readme * fix: update readme
* fix:走马灯属性配置清空标签页后添加标签页显示出错 * fix: 优化走马灯删除标签页问题修复方案
* fix:区块管理面板去掉列表图标 * fix(block-list-icon):区块管理面板去掉列表图标
* feat(chore): update package info * feat(docs-package): add homepage url
* fix(toolbars): disable toolbar btn when page is empty * fix(toolbar): disable preview when page is empty
* feat: 页面输入输出配置,配置内有内容时,按钮替换为展示部分文案内容。 * feat: 方法名修改更加符合语义
* fix: 时间线步骤条编辑data,时间线会消失 * Revert "fix: 时间线步骤条编辑data,时间线会消失" This reverts commit b24f8ba. * fix:时间线步骤条编辑数据,时间线会消失
* fix(pagePlugin): 删除文件夹添加防抖,避免多次出现无法删除弹窗 * fix(pagePlugin): use throttle by review comment
* fix:loading can't be closed when state is saved * fix: remove global loading
* refactor: move common/js to controller/js * refactor: replace common/js * refactor: replace ../js * refactor: update package.json * refactor: resolve canvas rely on common * refactor: remove controller deps in http * refactor: add canvas renderer state * refactor: remove useless file ext * refactor: modify controller deps path * refactor: fix eslint * refactor: resolve http env
* fix(datasource): data type icon invisible * fix(common): opentiny#325 reduce unnecessary network requests. * style(datasource): remove unnecessary comment --------- Co-authored-by: zeyong.cai <[email protected]>
* feat: 状态管理代码编辑UI优化
…bug (opentiny#340) * fix(scrollbar): fix robot plugin scrollbar hide almost all scrollbar bug * fix(scrollbar): change by review comment * fix(theme-scrollbar): change by review comment * fix(theme-base): apply default scrollbar style to body * children
…uild controller lib (opentiny#380)
* 增加物料:TinyDatePicker和TinyNumeric * 修改disabled使用MetaSwitch
* fix:编辑器设置dark主题后预览页header文字颜色不正确 * fix:调整主题
* fix(err-monitor): stop monitoring if monitorurl not exist * fix(error-monitor): cancel request if url not exist
* fix(monaco-eslint): 修复eslint-worker支持问题 * fix(linter): 解决cdn后eslint worker相对路径问题 * fix: 移除多余的包 * feat(controller): eslint、prettier新增配置文件,worker文件打包从主应用改为随着分应用打包 * fix(controller): 修复eslint worker地址 * feat(controller): eslint-linter-browserify 降版本 * build: 去掉define process.env设置为空对象(旧版tinyVue库需要),当前引起eslint-linter-browserify脚本(已经处理过process的包)构建报错,且主应用有nodePollyfill可以处理process场景重复了 * fix(controller): 去掉多余注释和测试代码注释 * fix: 解决代码检视问题, 去掉注释,补充包引用去掉external,去掉多余的新增依赖 * feat: 单页预览格式化统一引用prettierrc文件配置 * fix: 解决子包的js没有打包为入口的问题 * fix(controller): 修复因目录结构改变需要worker打包为相对地址
@git-zhoujunyu 为什么关闭了这个PR呢?可否重新提交下呢? |
@git-zhoujunyu Why did you close this PR? Can you resubmit it? |
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