chilingling
|
67330d419f
|
v2.0.0-rc.2
|
2024-11-11 04:08:31 -08:00 |
chilingling
|
ea0440b4ed
|
v2.0.0-rc.1
|
2024-11-06 04:05:46 -08:00 |
chilingling
|
d158fcd9aa
|
v2.0.0-rc.0
|
2024-10-30 22:49:04 -07:00 |
chilingling
|
d283c5ad83
|
v2.0.0-alpha.6
|
2024-10-30 07:09:51 -07:00 |
chilingling
|
add50e9750
|
v2.0.0-alpha.5
|
2024-10-23 04:59:25 -07:00 |
chilingling
|
14f9f41f9f
|
bump version
|
2024-10-15 02:12:55 -07:00 |
yy
|
045b913d19
|
fix: catch script error (#858)
修复打开页面JS时,解析报错阻塞插件弹窗打开的问题
|
2024-10-15 10:10:22 +08:00 |
chilingling
|
20aba1ffa8
|
bump version
|
2024-10-11 00:54:30 -07:00 |
chilingling
|
f02d458cb6
|
bump deps version (#816)
|
2024-09-27 16:03:55 +08:00 |
chilingling
|
ef2f8317e4
|
bump version (#813)
|
2024-09-24 20:53:04 +08:00 |
lichunn
|
49fc8bc6f9
|
feat: page management and block ui redesign (#740)
* fix: panel组件间距调整
* feat: page management ui redesign
* feat: block ui redesign
* fix: 去掉选择区块高亮
* feat: 数据源样式调整
* feat: 数据源交互调整
* feat: 帮助样式整改
* feat: AI功能样式调整
* feat: 资源管理、状态管理样式整改
* feat: 国际化样式调整
* feat: 头部、按钮、图标细节调整
* feat: 样式细节调整
* feat: 样式细节调整
* fix:面包屑区分区块和页面
* fix:调整帮助面板间距颜色
* fix: 页面管理间距调整
* fix: 历史备份样式调整
* fix: 数据源/状态管理下拉调整
* fix: 全屏图标位置调整
* fix:去掉工具栏左侧面包屑边框
* fix: fix review
* fix: fix pageInputOutput review
* fix: fix review
* fix: codeEditor添加插槽
|
2024-09-23 20:37:01 +08:00 |
chilingling
|
80a36d656a
|
bump alpha version (#793)
* bump alpha version
* fix: add public access config
* bump version 2.0.0-alpha.1
|
2024-09-09 23:59:44 +08:00 |
Hexqi
|
b140357cdd
|
refactor: replace getPluginApi with getMetaApi (#634)
* refactor: replace getPluginApi with getMetaApi
|
2024-07-12 09:28:21 +08:00 |
Hexqi
|
69d1012fb3
|
fix: wrong composable usage and spelling (#640)
* fix: wrong composable usage and spelling
|
2024-07-12 09:07:04 +08:00 |
lichunn
|
b8da6052e1
|
fix: data-source dependency configurator package (#622)
* fix: data-source dependency configurator package
* fix:resolve review
* feat: troubleshooting plugin dependencies
* feat:将CanvasDragItem移到common
|
2024-07-11 11:30:33 +08:00 |
Hexqi
|
cf0daa18f1
|
refactor: move controller js and remove package (#617)
* feat: copy js to common
|
2024-06-30 18:49:37 +08:00 |
Hexqi
|
5ad227bfd0
|
refactor: import composable from register (#614)
|
2024-06-30 17:21:33 +08:00 |
Hexqi
|
7823a1343c
|
refactor: rename package entry to meta-register (#611)
|
2024-06-30 14:55:37 +08:00 |
Gene
|
38f7ca58e4
|
refactor: add monaco editor default options and setGlobalEditorTheme api (#592)
* refactor: add monaco editor default options and setGlobalEditorTheme api
* refactor: tiny optimization
|
2024-06-26 16:20:57 +08:00 |
Hexqi
|
79a481904f
|
feat: move composables to module (#569)
* feat: move hooks
|
2024-06-20 09:47:30 +08:00 |
Hexqi
|
43a65d859f
|
feat(registry): update registry (#578)
|
2024-06-14 15:34:24 +08:00 |
chilingling
|
efd411cb8a
|
fix/build issues (#538)
* fix: fix some build issue
1. fix cycle dependency between utils and entry
2. change vite-plusin-generate-comments to
tiny-engine-vite-plugin-meta-comments
3. delete duplicate dependency inside design-core
* fix: change directory desc
|
2024-06-04 20:46:09 +08:00 |
Gene
|
9f53dc65fc
|
feat(plugins): add meta.js for plugins and replace all hard-coding plugin id (#506)
* feat(plugins): add meta.js for plugins
* feat(plugins): add generateComment vite plugin for tiny-engine plugins
* feat(plugins): remove metaService comments
* add i18n plugin metaService comment
|
2024-05-25 16:18:17 +08:00 |
chilingling
|
aa8d361bd2
|
feat(chore): update OpenTinyVue version (#457)
* feat(chore): update OpenTinyVue version
* feat(chore): update opentinyvue version
* fix(breadcrumb): fix breadcrumb style after update opentiny vue version
* feat(chore): change opentinyvue to peer dependencies
* feat(builtinComponent): add vue to peerDependencies
|
2024-05-11 17:43:33 +08:00 |
chilingling
|
30cfeb19df
|
feat(canvasApi): use canvasApi to access canvas methods (#425)
* feat(canvasApi): use canvasApi to access canvas methods
* fix(canvas): optimize import order
* fix(canvasApi): change by review comment tips
|
2024-05-11 17:36:43 +08:00 |
chilingling
|
13db22af27
|
fix(build): 修复构建设计器产物 ref 值未转化的 bug (#347)
|
2024-03-21 20:01:24 +08:00 |
Hexqi
|
731a8536aa
|
refactor: 解决子包循环依赖问题 (#313)
* 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
|
2024-03-08 15:10:42 +08:00 |
chilingling
|
913f40c4d2
|
chore(release): publish (#320)
- @opentiny/tiny-engine-mock: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-block-build: 1.0.1 => 1.0.2
- @opentiny/tiny-engine-builtin-component: 1.0.0 => 1.0.1
- @opentiny/tiny-engine-canvas: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-common: 1.0.1 => 1.0.2
- @opentiny/tiny-engine-controller: 1.0.2 => 1.0.3
- @opentiny/tiny-engine: 1.0.0-beta.3 => 1.0.0-beta.4
- @opentiny/tiny-engine-http: 1.0.1 => 1.0.2
- @opentiny/tiny-engine-i18n-host: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-block: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-bridge: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-data: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-datasource: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-help: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-i18n: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-materials: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-page: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-robot: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-schema: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-script: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-tree: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-plugin-tutorial: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-setting-design: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-setting-events: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-setting-props: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-setting-styles: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-svgs: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-theme-dark: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-theme-light: 1.0.4 => 1.0.5
- @opentiny/tiny-engine-toolbar-breadcrumb: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-clean: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-collaboration: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-fullscreen: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-generate-vue: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-lang: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-toolbar-layout: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-toolbar-checkinout: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-logo: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-logout: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-toolbar-media: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-preview: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-redoundo: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-refresh: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-save: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-toolbar-setting: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-utils: 1.0.3 => 1.0.4
- @opentiny/tiny-engine-dsl-vue: 1.0.2 => 1.0.3
- @opentiny/tiny-engine-webcomponent-core: 1.0.3 => 1.0.4
|
2024-03-07 15:13:10 +08:00 |
chilingling
|
caeb540d19
|
fix(chore): sync vue version (#285)
* fix(chore): sync vue version
* fix(chore): sync vue-i18n version
* fix(chore): change vue and vue-i18n to peerdependencies
* fix(chore): update block build dependencies
* fix(chore): change vue-generator dependencies to update
|
2024-01-31 09:46:07 +08:00 |
rhlin
|
1cbecd2497
|
[plugin-data] Fix state use jsfunction issue (#237)
* feat(monaco-editor-completion): 隔离不同代码编辑器自动补全的注册,变量声明增加自动补全去掉js函数和state变量的自动补全提示
* feat(state): 状态管理使用JS表达式创建变量的时候提示不可使用其他变量以及JS函数
|
2024-01-11 14:41:45 +08:00 |
chilingling
|
47be96756c
|
chore(release): publish (#219)
* chore(release): publish
- @opentiny/tiny-engine-mock@1.0.1
- @opentiny/tiny-engine-block-build@1.0.0
- @opentiny/tiny-engine-builtin-component@1.0.0
- @opentiny/tiny-engine-canvas@1.0.1
- @opentiny/tiny-engine-common@1.0.1
- @opentiny/tiny-engine-controller@1.0.1
- @opentiny/tiny-engine@1.0.0-beta.2
- @opentiny/tiny-engine-http@1.0.1
- @opentiny/tiny-engine-i18n-host@1.0.1
- @opentiny/tiny-engine-plugin-block@1.0.2
- @opentiny/tiny-engine-plugin-bridge@1.0.2
- @opentiny/tiny-engine-plugin-data@1.0.2
- @opentiny/tiny-engine-plugin-datasource@1.0.2
- @opentiny/tiny-engine-plugin-help@1.0.2
- @opentiny/tiny-engine-plugin-i18n@1.0.2
- @opentiny/tiny-engine-plugin-materials@1.0.2
- @opentiny/tiny-engine-plugin-page@1.0.2
- @opentiny/tiny-engine-plugin-robot@1.0.2
- @opentiny/tiny-engine-plugin-schema@1.0.2
- @opentiny/tiny-engine-plugin-script@1.0.2
- @opentiny/tiny-engine-plugin-tree@1.0.2
- @opentiny/tiny-engine-plugin-tutorial@1.0.2
- @opentiny/tiny-engine-setting-design@1.0.2
- @opentiny/tiny-engine-setting-events@1.0.2
- @opentiny/tiny-engine-setting-props@1.0.2
- @opentiny/tiny-engine-setting-styles@1.0.2
- @opentiny/tiny-engine-svgs@1.0.2
- @opentiny/tiny-engine-theme-dark@1.0.2
- @opentiny/tiny-engine-theme-light@1.0.3
- @opentiny/tiny-engine-toolbar-breadcrumb@1.0.2
- @opentiny/tiny-engine-toolbar-clean@1.0.2
- @opentiny/tiny-engine-toolbar-collaboration@1.0.2
- @opentiny/tiny-engine-toolbar-fullscreen@1.0.2
- @opentiny/tiny-engine-toolbar-generate-vue@1.0.2
- @opentiny/tiny-engine-toolbar-lang@1.0.2
- @opentiny/tiny-engine-toolbar-layout@1.0.2
- @opentiny/tiny-engine-toolbar-checkinout@1.0.2
- @opentiny/tiny-engine-toolbar-logo@1.0.2
- @opentiny/tiny-engine-toolbar-logout@1.0.2
- @opentiny/tiny-engine-toolbar-media@1.0.2
- @opentiny/tiny-engine-toolbar-preview@1.0.2
- @opentiny/tiny-engine-toolbar-redoundo@1.0.2
- @opentiny/tiny-engine-toolbar-refresh@1.0.2
- @opentiny/tiny-engine-toolbar-save@1.0.2
- @opentiny/tiny-engine-toolbar-setting@1.0.2
- @opentiny/tiny-engine-utils@1.0.2
- @opentiny/tiny-engine-dsl-vue@1.0.2
- @opentiny/tiny-engine-webcomponent-core@1.0.2
* chore(release): publish
- @opentiny/tiny-engine-mock@1.0.2
- @opentiny/tiny-engine-block-build@1.0.1
- @opentiny/tiny-engine-builtin-component@1.0.0
- @opentiny/tiny-engine-canvas@1.0.2
- @opentiny/tiny-engine-common@1.0.1
- @opentiny/tiny-engine-controller@1.0.2
- @opentiny/tiny-engine@1.0.0-beta.3
- @opentiny/tiny-engine-http@1.0.1
- @opentiny/tiny-engine-i18n-host@1.0.2
- @opentiny/tiny-engine-plugin-block@1.0.2
- @opentiny/tiny-engine-plugin-bridge@1.0.2
- @opentiny/tiny-engine-plugin-data@1.0.2
- @opentiny/tiny-engine-plugin-datasource@1.0.2
- @opentiny/tiny-engine-plugin-help@1.0.2
- @opentiny/tiny-engine-plugin-i18n@1.0.2
- @opentiny/tiny-engine-plugin-materials@1.0.2
- @opentiny/tiny-engine-plugin-page@1.0.2
- @opentiny/tiny-engine-plugin-robot@1.0.2
- @opentiny/tiny-engine-plugin-schema@1.0.2
- @opentiny/tiny-engine-plugin-script@1.0.2
- @opentiny/tiny-engine-plugin-tree@1.0.2
- @opentiny/tiny-engine-plugin-tutorial@1.0.2
- @opentiny/tiny-engine-setting-design@1.0.2
- @opentiny/tiny-engine-setting-events@1.0.2
- @opentiny/tiny-engine-setting-props@1.0.2
- @opentiny/tiny-engine-setting-styles@1.0.2
- @opentiny/tiny-engine-svgs@1.0.3
- @opentiny/tiny-engine-theme-dark@1.0.3
- @opentiny/tiny-engine-theme-light@1.0.4
- @opentiny/tiny-engine-toolbar-breadcrumb@1.0.2
- @opentiny/tiny-engine-toolbar-clean@1.0.2
- @opentiny/tiny-engine-toolbar-collaboration@1.0.2
- @opentiny/tiny-engine-toolbar-fullscreen@1.0.2
- @opentiny/tiny-engine-toolbar-generate-vue@1.0.2
- @opentiny/tiny-engine-toolbar-lang@1.0.3
- @opentiny/tiny-engine-toolbar-layout@1.0.3
- @opentiny/tiny-engine-toolbar-checkinout@1.0.2
- @opentiny/tiny-engine-toolbar-logo@1.0.2
- @opentiny/tiny-engine-toolbar-logout@1.0.3
- @opentiny/tiny-engine-toolbar-media@1.0.2
- @opentiny/tiny-engine-toolbar-preview@1.0.2
- @opentiny/tiny-engine-toolbar-redoundo@1.0.2
- @opentiny/tiny-engine-toolbar-refresh@1.0.2
- @opentiny/tiny-engine-toolbar-save@1.0.2
- @opentiny/tiny-engine-toolbar-setting@1.0.2
- @opentiny/tiny-engine-utils@1.0.3
- @opentiny/tiny-engine-dsl-vue@1.0.2
- @opentiny/tiny-engine-webcomponent-core@1.0.3
|
2024-01-04 19:39:28 +08:00 |
chilingling
|
467d5a223a
|
feat(chore): change dependencies type to workspace:* (#216)
|
2024-01-03 09:44:29 +08:00 |
lichunn
|
f87fa76335
|
feat:设计器增加帮助文档说明 (#100)
|
2023-12-26 19:50:39 +08:00 |
Hexqi
|
699dc7b77f
|
fix(plugin-script): js plugin code format when save (#138)
|
2023-12-11 14:22:56 +08:00 |
yaoyun8
|
ac4b52ce13
|
fix:loading can't be closed when state is saved (#87)
* fix:loading can't be closed when state is saved
* fix: remove global loading
|
2023-11-16 19:01:33 +08:00 |
chilingling
|
cb8414da9b
|
feat(chore): update package info (#53)
* feat(chore): update package info
* feat(docs-package): add homepage url
|
2023-11-03 18:01:36 +08:00 |
ajaxZheng
|
f3c03e5b6d
|
feat: add pnpm to project
|
2023-09-29 11:17:46 +08:00 |