Skip to content

v2.10.0

Latest

Choose a tag to compare

@lichunn lichunn released this 13 Feb 14:49
· 16 commits to develop since this release
d956d78

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