Skip to content

Releases: opentiny/tiny-engine

v2.10.0

13 Feb 14:49
d956d78

Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Feat/schema scroll auto: page schema automatically scrolls to the current element's position (页面Schema自动滚动至当前元素位置) by @betterdancing in #1714
  • feat(generate-code): toolbar generate code plugin support preview files with tree list and monaco-editor (代码生成工具栏插件支持通过树状列表和Monaco编辑器预览文件) by @betterdancing in #1727
  • feat: add tinyVue charts includes gauge-chart, graph-chart, process-chart (新增tinyVue图表组件,包含仪表盘图/关系图/进度图) by @betterdancing in #1729
  • Feat:Add login and registration functions (新增登录注册功能) by @lichunn in #1726
  • feat(schema): present style classes as objects inpage schema (在页面Schema中以对象形式呈现样式类) by @betterdancing in #1749
  • feat(configurator): add NestedObjectConfigurator for chart components and update chart bundle (为图表组件添加嵌套对象配置器并更新图表包) by @betterdancing in #1750
  • Feat:add model/apps/template mock (新增模型/应用/模板模拟数据) by @lichunn in #1755
  • feat: support add custom mcp server (支持添加自定义MCP服务器) by @hexqi in #1731
  • feat:add apps and schema db (新增应用和Schema数据库) by @lichunn in #1759
  • feat(model):The model driver is optimized, and built-in interfaces for adding, deleting, modifying, and querying are added (优化模型驱动,新增增删改查内置接口) by @betterdancing in #1756

Bug Fixes 🐛

  • fix: Enable ModelManager, Workspace, completion & apply linter fixes (启用ModelManager/Workspace/补全功能并应用lint修复) by @hexqi in #1719
  • fix: Modify app-center and template-center UI (修改应用中心和模板中心UI) by @xuanlid in #1733
  • fix: add user info to app-center (在应用中心添加用户信息) by @xuanlid in #1734
  • fix: add framework parameter to a new app (为新应用添加框架参数) by @xuanlid in #1735
  • fix: The interface for setting a tenant is not invoked during login (修复登录时未调用租户设置接口的问题) by @xuanlid in #1737
  • fix: Replacing the Resource Management and Model Management Icons in the Plugin Bar (替换插件栏中的资源管理和模型管理图标) by @xuanlid in #1740
  • fix: material baseUrl (修复物料baseUrl问题) by @hexqi in #1741
  • fix: The x-lowcode-org request header is deleted from the me interface (从me接口移除x-lowcode-org请求头) by @xuanlid in #1739
  • fix: responsive handling of the login page (修复登录页响应式处理问题) by @lichunn in #1742
  • fix: local dev cannot proxy online and update dev docs (修复本地开发无法代理线上环境问题并更新开发文档) by @hexqi in #1744
  • fix(useToolCalls): handle null toolcall args cause toolcall error (处理工具调用参数为空导致的错误) by @hexqi in #1747
  • fix: The method of opening the development application window is modified (修改开发应用窗口的打开方式) by @xuanlid in #1753
  • fix:Preview without login configuration (修复未登录预览配置问题) by @lichunn in #1751
  • fix: Modify previewType is missing for block management and page management preview (修复区块管理和页面管理预览缺失previewType问题) by @xuanlid in #1754
  • fix: code-check (代码检查修复) by @hexqi in #1757
  • fix: Modify the redirection document address (修改重定向文档地址) by @xuanlid in #1758
  • fix(model): fix several base model component bugs (修复基础模型组件多处问题) by @betterdancing in #1761
  • fix: Add DefaultValue to Chart Properties (为图表属性添加默认值) by @xuanlid in #1760
  • fix:Refresh the page after logging in (修复登录后页面刷新问题) by @lichunn in #1763
  • fix(model): Updating the Model-Driven UI and Performing Interface Joint Commissioning (更新模型驱动UI并进行接口联调) by @betterdancing in #1764
  • fix: Modify docs style (修改文档样式) by @xuanlid in #1765
  • fix: chat issue (修复聊天问题) by @hexqi in #1770
  • fix:My application ID transmission issue (修复我的应用ID传参问题) by @lichunn in #1771
  • fix:Create duplicate model error (修复创建重复模型错误) by @lichunn in #1772
  • fix:Login module UI optimization (登录模块UI优化) by @lichunn in #1769

📖 Documentation

  • docs: modify material-sync-solution.md (修改物料同步解决方案文档) by @lu-yg in #1682
  • docs: resolve expired document issues (解决过期文档问题) by @xuanlid in #1704
  • docs: Add documents of app-preview & resource-management (新增应用预览和资源管理文档) by @betterdancing in #1687

🔧 Maintenance

  • chore: enhance common package types (增强公共包类型定义) by @chilingling in #1694
  • ci(deploy): add workflow dispatch for environment selection (新增环境选择的工作流调度) by @hexqi in #1743
  • ci(deploy): add workflow for CDN deployment (新增CDN部署工作流) by @hexqi in #1746

Full Changelog: v29.0...v2.10.0

v2.10.0-rc.0

13 Feb 11:33
a6add41

Choose a tag to compare

v2.10.0-rc.0 Pre-release
Pre-release

What's Changed

Exciting New Features 🎉

  • Feat/schema scroll auto: page schema automatically scrolls to the current element's position by @betterdancing in #1714
  • feat(generate-code): toolbar generate code plugin support preview files with tree list and monaco-editor by @betterdancing in #1727
  • feat: add tinyVue charts includes gauge-chart, graph-chart, process-chart by @betterdancing in #1729
  • Feat:Add login and registration functions by @lichunn in #1726
  • feat(schema): present style classes as objects in page schema by @betterdancing in #1749
  • feat(configurator): add NestedObjectConfigurator for chart components and update chart bundle by @betterdancing in #1750
  • Feat:add model/apps/template mock by @lichunn in #1755
  • feat: support add custom mcp server by @hexqi in #1731
  • feat:add apps and schema db by @lichunn in #1759
  • feat(model):The model driver is optimized, and built-in interfaces for adding, deleting, modifying, and querying are added by @betterdancing in #1756

Bug Fixes 🐛

  • fix: Enable ModelManager, Workspace, completion & apply linter fixes by @hexqi in #1719
  • fix: modify material-sync-solution.md by @lu-yg in #1682
  • fix: Modify app-center and template-center UI by @xuanlid in #1733
  • fix: add user info to app-center by @xuanlid in #1734
  • fix: add framework parameter to a new app by @xuanlid in #1735
  • fix: The interface for setting a tenant is not invoked during login by @xuanlid in #1737
  • fix: Replacing the Resource Management and Model Management Icons in the Plugin Bar by @xuanlid in #1740
  • fix: material baseUrl by @hexqi in #1741
  • fix: The x-lowcode-org request header is deleted from the me interface by @xuanlid in #1739
  • fix: responsive handling of the login page by @lichunn in #1742
  • fix: local dev cannot proxy online and update dev docs by @hexqi in #1744
  • fix(useToolCalls): handle null toolcall args cause toolcall error by @hexqi in #1747
  • fix: The method of opening the development application window is modified by @xuanlid in #1753
  • fix:Preview without login configuration by @lichunn in #1751
  • fix: Modify previewType is missing for block management and page management preview by @xuanlid in #1754
  • fix: code-check by @hexqi in #1757
  • fix: Modify the redirection document address by @xuanlid in #1758
  • fix(model): fix several base model component bugs by @betterdancing in #1761
  • fix: Add DefaultValue to Chart Properties by @xuanlid in #1760
  • fix:Refresh the page after logging in by @lichunn in #1763
  • fix(model): Updating the Model-Driven UI and Performing Interface Joint Commissioning by @betterdancing in #1764
  • fix: Modify docs style by @xuanlid in #1765

📖 Documentation

🔧 Maintenance

  • chore: enhance common package types by @chilingling in #1694
  • ci(deploy): add workflow dispatch for environment selection by @hexqi in #1743
  • ci(deploy): add workflow for CDN deployment by @hexqi in #1746

Other Changes

Full Changelog: v2.9.0...v2.10.0-rc.0

v2.9.0

12 Dec 10:19
v2.9.0
ddab413

Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • feat: support tailwind css (支持Tailwind CSS) by @chilingling in #1605
  • Feat:Add the ability to build pages with AI (新增AI页面构建能力) by @lichunn in #1603
  • feat: Modify AI dialog box UI (修改AI对话框UI) by @xuanlid in #1610
  • feat: Add AI streaming data real-time rendering (添加AI流数据实时渲染) by @lichunn in #1614
  • feat: add doc front-backend-docker-deployment.md (添加前后端Docker部署文档) by @lu-yg in #1598
  • feat: add mcp tools for utils (为工具添加MCP工具) by @chilingling in #1627
  • Feat:Adjust the AI building interface parameters and add a cancel function (调整AI构建界面参数并添加取消功能) by @lichunn in #1633
  • Feat/model: Add Model Components & Model Manage Plugin & Model Use Configurator (添加模型组件、模型管理插件和模型使用配置器) by @betterdancing in #1625
  • Feat/set app preview: add app preview (添加应用预览功能) by @betterdancing in #1628
  • Feat/resources: Add Resource manager plugin & source select configurator (添加资源管理插件和资源选择配置器) by @betterdancing in #1632
  • feat: add static data source (添加静态数据源) by @xuanlid in #1619
  • Feat/resources: fix resource group validator function (修复资源组验证器功能) by @betterdancing in #1638
  • Feat:Add and complete small models and robot meta-services (添加并完善小模型和机器人元服务) by @lichunn in #1639
  • Feat/ai completions: use robot hook setting (使用机器人钩子设置) by @betterdancing in #1647
  • feat: Modify router select configurator ,add tab-bar configurator and add navigation component (修改路由选择配置器,添加标签栏配置器和导航组件) by @xuanlid in #1617
  • feat:Adjust the logic and interaction of the AI building page (调整AI构建页面的逻辑和交互) by @lichunn in #1658
  • feat:Add line chart,bar chart and pie chart components (添加折线图、柱状图和饼图组件) by @lichunn in #1660
  • feat: merge i18n add and update tool (合并i18n添加和更新工具) by @chilingling in #1645
  • feat: support tailwindcss function and directives feature (支持TailwindCSS函数和指令特性) by @chilingling in #1653
  • feat: add globalState service and mcptool (添加globalState服务和MCP工具) by @chilingling in #1635
  • feat: add workspace, contains app center & template center (添加工作区,包含应用中心和模板中心) by @betterdancing in #1688
  • feat: return app instance from init functions (从初始化函数返回应用实例) by @chilingling in #1680
  • feat: Add bar chart, ring chart and radar chart components (添加柱状图、环形图和雷达图组件) by @xuanlid in #1696
  • feat:add components such as waterfall, scatter plot and funnel (添加瀑布图、散点图和漏斗图等组件) by @lichunn in #1706
  • feat: Add steps, treemenu, cascader, slider, radioGroup and rate components (添加步骤条、树形菜单、级联选择器、滑块、单选框组和评分组件) by @xuanlid in #1698
  • feat: Add progress, skeleton, card, calendar, badge, tag, statistic components (添加进度条、骨架屏、卡片、日历、徽标、标签和统计组件) by @xuanlid in #1697
  • feat: ai plugin refactor (AI插件重构) by @hexqi in #1657
  • Feat/preview style: Modify the style to be consistent with toolbar save. (修改预览样式使其与工具栏保存一致) by @betterdancing in #1709
  • feat: Enhance Robot plugin AI model configuration and refine API endpoint paths (增强机器人插件AI模型配置并优化API端点路径) by @hexqi in #1711

Bug Fixes 🐛

  • fix: Add version field to TinyGrid configuration (为TinyGrid配置添加版本字段) by @LLDLLY in #1568
  • fix: optimize canvas options location caculate algorithm (优化画布选项位置计算算法) by @chilingling in #1572
  • fix: prase block deps from props(JSSlot/NodeLike) (从props(JSSlot/NodeLike)解析区块依赖) by @chilingling in #1602
  • fix: Modify settings panel icons (修改设置面板图标) by @xuanlid in #1612
  • fix: resolve tinyvue type errors (修复tinyvue类型错误) by @chilingling in #1623
  • fix: gencode faild when previous user dirhandle was deleted (修复当用户目录句柄被删除时gencode失败的问题) by @chilingling in #1543
  • fix: gen utils with difference name and exportName (修复生成工具时名称和导出名不一致问题) by @chilingling in #1606
  • fix: ensure only string type ids are registered to metaHashMap (确保只有字符串类型id会注册到metaHashMap) by @chilingling in #1622
  • fix(styles): increase selector specificity to fix ColorInput padding (增加选择器特异性以修复ColorInput内边距) by @chilingling in #1595
  • fix: sub page hide show setting home option (修复子页面隐藏显示设置主页选项问题) by @chilingling in #1544
  • fix: baseURL remove slash (修复baseURL移除斜杠问题) by @chilingling in #1631
  • fix:Modify the output code of static data source (修改静态数据源的输出代码) by @xuanlid in #1634
  • fix: format toolcall result (格式化工具调用结果) by @hexqi in #1637
  • Fix/builtin build: build option extermal tinyvue, vue-icon, vue-renderless (修复内置构建:构建选项外部化tinyvue、vue-icon和vue-renderless) by @betterdancing in #1646
  • fix: highlight js function fail after bind event (修复绑定事件后高亮JS函数失败问题) by @chilingling in #1656
  • Fix(bugs): fix canvas component border & switch style & add validator & tree plugin display sync & bind variable confirm disabled (修复画布组件边框、开关样式、添加校验器、树插件显示同步和绑定变量确认禁用问题) by @betterdancing in #1649
  • fix(app-preview-importMap): Fix ImportMap Issues, Optimize Popover Trigger, and Improve Variable Binding in Preview (修复ImportMap问题,优化Popover触发并改进预览中的变量绑定) by @betterdancing in #1676
  • fix: preview support custom-import-map (预览支持自定义import-map) by @chilingling in #1669
  • fix: method highlighting failure during initialization (修复初始化期间方法高亮失败问题) by @chilingling in #1666
  • fix:parseFunction error: failed to handle empty string input "''" (修复parseFunction错误:无法处理空字符串输入"''") by @fayching in #1677
  • fix: Modify material icons (修改物料图标) by @xuanlid in #1701
  • fix: Modify the template center and application center issues (修改模板中心和应用中心问题) by @xuanlid in #1703
  • fix: Model-Driven and Template Center Entry Shielding (修复模型驱动和模板中心入口屏蔽问题) by @xuanlid in #1707

📖 Documentation

  • docs: change to pre wrap to avoid identify as env (修改为pre wrap以避免被识别为环境变量) by @chilingling in #1621
  • docs: Modify the error in the document (修改文档中的错误) by @xuanlid in #1700
  • docs: update registry code example (更新注册表代码示例) by @chilingling in #1693
  • docs: update ai plugin markdown content and images (更新AI插件markdown内容和图片) by @hexqi in #1712

🔧 Maintenance

  • ci: deploy to gh pages (部署到GitHub Pages) by @chilingling in #1629
  • ci: config material url on gh page workflow (在GitHub Pages工作流中配置物料URL) by @chilingling in #1630
  • chore: update gencode template deps version (更新生成代码模板依赖版本) by @chilingling in #1620
  • chore: delete webcomponent package (删除webcomponent包) by @chilingling in #1583
  • chore: export basic types (导出基础类型) by @chilingling in #1692

Other Changes

  • Release/v2.8.x (发布v2.8.x版本) by @hexqi in #1597
  • doc: logo supportDarkMode (logo支持暗黑模式) by @chilingling in #1642
  • doc: add deep wiki badge to enable auto-refresh wiki (添加deep wiki徽章以启用wiki自动刷新) by @chilingling in #1648

New Contributors

Full Changelog: v2.8.2...v2.9.0

v2.9.0-rc.1

09 Dec 02:47
v2.9.0-rc.1
e4e236d

Choose a tag to compare

v2.9.0-rc.1 Pre-release
Pre-release

What's Changed

Breaking Changes 🛠

Exciting New Features 🎉

  • Feat:Add the ability to build pages with AI by @lichunn in #1603
  • feat: Modify AI dialog box UI by @xuanlid in #1610
  • feat: Add AI streaming data real-time rendering by @lichunn in #1614
  • feat: add doc front-backend-docker-deployment.md by @lu-yg in #1598
  • feat: add mcp tools for utils by @chilingling in #1627
  • Feat:Adjust the AI building interface parameters and add a cancel function by @lichunn in #1633
  • Feat/model: Add Model Components & Model Manage Plugin & Model Use Configurator by @betterdancing in #1625
  • Feat/set app preview: add app preview by @betterdancing in #1628
  • Feat/resources: Add Resource manager plugin & source select configurator by @betterdancing in #1632
  • feat: add static data source by @xuanlid in #1619
  • Feat/resources: fix resource group validator function by @betterdancing in #1638
  • Feat:Add and complete small models and robot meta-services by @lichunn in #1639
  • Feat/ai completions: use robot hook setting by @betterdancing in #1647
  • feat: Modify router select configurator ,add tab-bar configurator and add navigation component by @xuanlid in #1617
  • feat:Adjust the logic and interaction of the AI building page by @lichunn in #1658
  • feat:Add line chart,bar chart and pie chart components by @lichunn in #1660
  • feat: merge i18n add and update tool by @chilingling in #1645
  • feat: support tailwindcss function and directives feature by @chilingling in #1653
  • feat: add globalState service and mcp tool by @chilingling in #1635
  • feat: add workspace, contains app center & template center by @betterdancing in #1688
  • feat: return app instance from init functions by @chilingling in #1680
  • feat: Add bar chart, ring chart and radar chart components by @xuanlid in #1696
  • feat:add components such as waterfall, scatter plot and funnel by @lichunn in #1706
  • feat: Add steps, treemenu, cascader, slider, radioGroup and rate components by @xuanlid in #1698
  • feat: Add progress, skeleton, card, calendar, badge, tag, statistic components by @xuanlid in #1697
  • feat: ai plugin refactor by @hexqi in #1657
  • Feat/preview style: Modify the style to be consistent with toolbar save. by @betterdancing in #1709
  • feat: Enhance Robot plugin AI model configuration and refine API endpoint paths by @hexqi in #1711

Bug Fixes 🐛

  • fix: Add version field to TinyGrid configuration by @LLDLLY in #1568
  • fix: optimize canvas options location caculate algorithm by @chilingling in #1572
  • fix: prase block deps from props(JSSlot/NodeLike) by @chilingling in #1602
  • fix: Modify settings panel icons by @xuanlid in #1612
  • fix: resolve tinyvue type errors by @chilingling in #1623
  • fix: gencode faild when previous user dirhandle was deleted by @chilingling in #1543
  • fix: gen utils with difference name and exportName by @chilingling in #1606
  • fix: ensure only string type ids are registered to metaHashMap by @chilingling in #1622
  • fix(styles): increase selector specificity to fix ColorInput padding by @chilingling in #1595
  • fix: sub page hide show setting home option by @chilingling in #1544
  • fix: baseURL remove slash by @chilingling in #1631
  • fix:Modify the output code of static data source by @xuanlid in #1634
  • fix: format toolcall result by @hexqi in #1637
  • Fix/builtin build: build option extermal tinyvue, vue-icon, vue-renderless by @betterdancing in #1646
  • fix: highlight js function fail after bind event by @chilingling in #1656
  • Fix(bugs): fix canvas component border & switch style & add validator & tree plugin display sync & bind variable confirm disabled by @betterdancing in #1649
  • fix(app-preview-importMap): Fix ImportMap Issues, Optimize Popover Trigger, and Improve Variable Binding in Preview by @betterdancing in #1676
  • fix: preview support custom-import-map by @chilingling in #1669
  • fix: method highlighting failure during initialization by @chilingling in #1666
  • fix:parseFunction error: failed to handle empty string input "''" by @fayching in #1677
  • fix: Modify material icons by @xuanlid in #1701
  • fix: Modify the template center and application center issues by @xuanlid in #1703
  • fix: Model-Driven and Template Center Entry Shielding by @xuanlid in #1707

📖 Documentation

🔧 Maintenance

Other Changes

New Contributors

Full Changelog: v2.8.2...v2.9.0-rc.1

v2.8.2

14 Oct 04:04
v2.8.2
de9ef61

Choose a tag to compare

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

14 Oct 04:03
v2.7.5
137e4b0

Choose a tag to compare

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

09 Oct 08:58
v2.8.1
6448af0

Choose a tag to compare

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

09 Oct 08:58
v2.7.4
4ad307d

Choose a tag to compare

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

26 Aug 12:29
v2.8.0
e62142a

Choose a tag to compare

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

14 Aug 02:09
v2.7.3
78a03de

Choose a tag to compare

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