Releases: opentiny/tiny-engine
v2.8.2
What's Changed
Bug Fixes 🐛
- fix: preview support custom-import-map(修复页面预览中 importMap 覆盖不生效的 bug) by @chilingling in #1672
Full Changelog: v2.8.1...v2.8.2
v2.7.5
What's Changed
Bug Fixes 🐛
- fix: preview support custom-import-map(修复页面预览中 importMap 覆盖不生效的 bug) by @chilingling in #1671
Full Changelog: v2.7.4...v2.7.5
v2.8.1
What's Changed
Bug Fixes 🐛
-
fix: highlight js function fail after bind event(修复绑定事件后,自动打开 JS 插件,高亮绑定代码失败的 bug) by @chilingling in #1655
-
fix: method highlighting failure during initialization (修复事件函数定位代码失败的 bug) by @chilingling in #1665
-
fix: gen utils with difference name and exportName(修复 utils 函数出码与预览不一致的 bug) by @chilingling in #1609
-
Fix(bugs): fix canvas component border & switch style & add validator & tree plugin display sync & bind variable confirm disabled by @betterdancing in #1659
- 优化切换或打开锁定页面时提示;进入低代码设计器未携带 pageId 参数时,默认打开未锁定的首页/第一个页面,不存在未锁定页面时才打开首页/第一个页面出现弹窗提示(当前为总是打开首页/第一个页面)
- HTML 原生组件右侧配置原生属性时,当输入的是较长英文时,未自动换行导致样式会异常,无法操作右边的编辑按钮。
- 修复画布选中组件大小变化时,由于 transition 动画延时导致的选中框位置未及时刷新的 bug。
- HTML 原生组件的"自定义属性" 改为 "原生属性"、name 限制最大长度为 20、value 限制最大长度为 200。
- 修复属性面板插槽信息中开关圆圈位置未居中的样式问题。
- 变量绑定时:没有值不允许点击确定;没有绑定变量时,不允许重置样式绑定。
- 修复 isModal 类型组件快捷隐藏按钮的 bug。
Full Changelog: v2.8.0...v2.8.1
v2.7.4
What's Changed
Bug Fixes 🐛
- fix: highlight js function fail after bind event(修复绑定事件后,自动打开 JS 插件,高亮绑定代码失败的 bug) by @chilingling in #1654
- Fix(bugs): fix canvas component border & switch style & add validator & tree plugin display sync & bind variable confirm disabled by @betterdancing in #1650
- 优化切换或打开锁定页面时提示;进入低代码设计器未携带 pageId 参数时,默认打开未锁定的首页/第一个页面,不存在未锁定页面时才打开首页/第一个页面出现弹窗提示(当前为总是打开首页/第一个页面)
- HTML 原生组件右侧配置原生属性时,当输入的是较长字符串时,未自动换行导致样式会异常,无法操作右边的编辑按钮。
- 修复画布选中组件大小变化时,由于 transition 动画延时导致的选中框位置未及时刷新的 bug。
- HTML 原生组件的"自定义属性" 改为 "原生属性"、name 限制最大长度为 20、value 限制最大长度为 200。
- 修复属性面板插槽信息中开关圆圈位置未居中的样式问题。
- 变量绑定时:没有值不允许点击确定、没有绑定变量时,不允许重置样式绑定。
- 修复 isModal 类型组件快捷隐藏按钮的 bug。
- fix: gen utils with difference name and exportName(修复 utils 函数出码与预览不一致的 bug) by @chilingling in #1608
- fix: method highlighting failure during initialization(修复事件函数定位代码失败的 bug) by @chilingling in #1664
Full Changelog: v2.7.3...v2.7.4
v2.8.0
What's Changed
Exciting New Features 🎉
- feat(mockServer): mockserver support custom database path (mock服务器支持自定义数据库路径) by @hexqi in #1501
- feat: Add dockerfile (添加Dockerfile) by @lu-yg in #1531
- feat: sync page state and global state saving behavior (同步页面状态和全局状态保存行为) by @chilingling in #1540
- feat: support hide builtin material from material list (支持从物料列表中隐藏内置物料) by @chilingling in #1537
- feat: app state only allow json object (应用状态仅允许JSON对象) by @chilingling in #1443
- feat(vite-plugin-meta-comments): optimize the processing of directly executing functions. If the function is directly called, only a synchronous ctx context is generated (优化直接执行函数的处理,如果直接调用函数,只生成同步ctx上下文) by @zzcr in #1489
- feat: upgrade vue-repl (升级vue-repl) by @chilingling in #1459
- feat: Add material upload script (添加物料上传脚本) by @lu-yg in #1516
- feat(ai-roobt): renew robot ui and add mcp calltool (更新AI插件UI并添加MCP工具) by @hexqi in #1561
- feat: 添加区块双向绑定属性选择功能到事件表单 by @0x7A7A6572 in #1453
- feat: add mcp service (添加MCP服务) by @chilingling in #1528
Bug Fixes 🐛
- fix: fix blockmanage http.ts post url (修复blockmanage中的http.ts POST URL问题) by @timtian in #1511
- fix: unlock page and refresh will get empty page tips (解锁页面并刷新时会显示空白页提示) by @chilingling in #1534
- fix:fix buildMaterials update sqlcontent (修复buildMaterials更新sqlContent的问题) by @timtian in #1510
- fix: collapse toolbar will error when hiding tools (修复在隐藏工具时折叠工具栏出错) by @chilingling in #1536
- fix: url with blockId will get empty page list (修复包含blockId的URL将获取空页面列表) by @chilingling in #1542
- fix: importMapUpdateI18nHostVersion (修复importMapUpdateI18nHostVersion问题) by @chilingling in #1556
- fix: preview ancestor has folder will get plain page (修复预览祖先页面顶层为文件夹时页面显示不正确的bug) by @chilingling in #1565
- fix: fix bundle.json (修复bundle.json文件) by @lu-yg in #1574
- fix: change deps spec from workspace:~ to workspace:* (将依赖规范从workspace:~改为workspace:*) by @chilingling in #1575
- fix: change fetch to http service (将fetch改为http服务) by @hexqi in #1577
- fix: monacoEditor container add flex display (monacoEditor容器添加flex布局) by @chilingling in #1573
- fix: disable selected action toolbar text select (禁用选中操作工具栏文本选择) by @chilingling in #1569
- fix: optimize canvas options location calculate algorithm (优化画布选项位置计算算法) by @chilingling in #1581
- fix: Modify some version issues (修改了部分版本问题) by @xuanlid in #1582
- fix: ai plugin and mcp issue (修复AI插件和MCP问题) by @hexqi in #1586
- fix: mcp tool call issue (修复MCP工具调用问题) by @chilingling in #1587
📖 Documentation
- docs: 修复文档错别字(物料包时 → 是) by @LLDLLY in #1529
- docs: update advanced registry available version (更新高级注册表可用版本) by @chilingling in #1533
- docs: 修改 README 文档,将 @opentiny/engine-cli 改成 @opentiny/tiny-engine-cli by @QxQstar in #1532
- docs: correct layoutconfig tips (修正layoutconfig提示) by @chilingling in #1545
🔧 Maintenance
- chore: add breaking change tags base on template (基于模板添加破坏性变更标签) by @hexqi in #1562
- chore: add title property for mcp tools (为MCP工具添加标题属性) by @chilingling in #1584
- chore: remove useless ai chat save confirm (移除无用的AI聊天保存确认) by @hexqi in #1588
Other Changes
New Contributors
Full Changelog: v2.7.0...v2.8.0
v2.7.3
What's Changed
Bug Fixes 🐛
- fix: preview ancestor has folder will get plain page(修复页面预览祖先页面顶层为文件夹的时候页面显示不正确的 bug) by @chilingling in #1565
- fix: optimize canvas options location caculate algorithm (修复选中画布时,选中工具栏的位置不正确的 bug) by @chilingling in #1572
- fix: disable selected toolbar text select (禁止选中工具栏双击选中,避免意外整个画布被选中的 bug) by @chilingling in #1569
Full Changelog: v2.7.2...v2.7.3
v2.8.0-rc.0
What's Changed
Exciting New Features 🎉
- feat(mockServer): mockserver support custom database path(mockserver 支持自定义数据库路径) by @hexqi in #1501
- feat: Add dockerfile(添加 Dockerfile) by @lu-yg in #1531
- feat: sync page state and global state saving behavior(同步页面状态和全局状态的保存行为) by @chilingling in #1540
- feat: support hide builtin material from material list(支持在物料列表中隐藏内置物料) by @chilingling in #1537
- feat: app state only allow json object(应用状态仅允许 JSON 对象) by @chilingling in #1443
- feat(vite-plugin-meta-comments): optimize the processing of directly executing functions. If the function is directly called, only a synchronous ctx context is generated(优化直接执行函数的处理。如果函数被直接调用,则只生成同步的 ctx 上下文) by @zzcr in #1489
- feat: upgrade vue-repl(升级 vue-repl) by @chilingling in #1459
- feat: Add material upload script(添加物料上传脚本) by @lu-yg in #1516
- feat(ai-roobt): renew robot ui and add mcp calltool(更新 AI 机器人 UI 并添加 MCP 调用工具) by @hexqi in #1561
- feat: 添加区块双向绑定属性选择功能到事件表单(添加区块双向绑定属性选择功能到事件表单) by @0x7A7A6572 in #1453
- feat: add mcp service(添加 MCP 服务) by @chilingling in #1528
Bug Fixes 🐛
- fix: fix blockmanage http.ts post url(修复区块管理 http.ts 的 POST 请求 URL) by @timtian in #1511
- fix: unlock page and refresh will get empty page tips(修复解锁页面并刷新时会显示空白页提示的问题) by @chilingling in #1534
- fix:fix buildMaterials update sqlcontent(修复 buildMaterials 更新 SQL 内容的问题) by @timtian in #1510
- fix: collapse toolbar will error when hiding tools(修复隐藏工具时折叠工具栏会报错的问题) by @chilingling in #1536
- fix: url with blockId will get empty page list(修复带有 blockId 参数的 URL 会获取到空页面列表的问题) by @chilingling in #1542
- fix: importMapUpdateI18nHostVersion(修复 importMapUpdateI18nHostVersion) by @chilingling in #1556
- fix: preview ancestor has folder will get plain page(修复预览时祖先节点包含文件夹会导致获取到普通页面的问题) by @chilingling in #1565
📖 Documentation
- docs: 修复文档错别字(物料包时 → 是)(修复文档错别字(物料包时 → 是)) by @LLDLLY in #1529
- docs: update advanced registry available version(更新高级注册表可用版本信息) by @chilingling in #1533
- docs: 修改 README 文档,将 @opentiny/engine-cli 改成 @opentiny/tiny-engine-cli(修改 README 文档,将 @opentiny/engine-cli 改成 @opentiny/tiny-engine-cli) by @QxQstar in #1532
- docs: correct layoutconfig tips(修正 layoutconfig 提示信息) by @chilingling in #1545
🔧 Maintenance
Other Changes
New Contributors
- @timtian made their first contribution in #1511
- @LLDLLY made their first contribution in #1529
- @QxQstar made their first contribution in #1532
Full Changelog: v2.7.0...v2.8.0-rc.0
v2.7.2
What's Changed
Bug Fixes 🐛
- fix: preview ancestor has folder will get plain page(修复页面预览祖先页面有文件夹的时候页面显示不正确的 bug) by @chilingling in #1567
Full Changelog: v2.7.1...v2.7.2
v2.6.3
What's Changed
Bug Fixes 🐛
- fix: preview ancestor has folder will get plain page (修复页面预览祖先页面有文件夹的时候页面显示不正确的 bug) by @chilingling in #1566
Full Changelog: v2.6.2...v2.6.3
v2.7.1
What's Changed
Exciting New Features 🎉
- feat: sync page state and global state saving behavior (同步页面状态与应用状态保存时的交互逻辑) by @chilingling in #1540
- feat: support hide builtin material from material list (支持配置隐藏内置物料)by @chilingling in #1537
Bug Fixes 🐛
- fix: unlock page and refresh will get empty page tips (修复解锁页面再次刷新会提示应用无页面的 bug) by @chilingling in #1534
- fix: collapse toolbar will error when hiding tools (修复配置隐藏工具栏的 bug) by @chilingling in #1536
- fix: url with blockId will get empty page list (修复使用区块 id 进入页面时,页面管理列表为空的 bug) by @chilingling in #1542
- fix: importMapUpdateI18nHostVersion (升级 importMap 中 i18nHost 的版本) by @chilingling in #1556
Full Changelog: v2.7.0...v2.7.1