Skip to content

v2.8.0-rc.0

Pre-release
Pre-release

Choose a tag to compare

@hexqi hexqi released this 30 Jul 03:24
· 146 commits to develop since this release
v2.8.0-rc.0
91d29d7

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

  • chore: add breaking change tags base on template(基于模板添加破坏性变更标签) by @hexqi in #1562

Other Changes

New Contributors

Full Changelog: v2.7.0...v2.8.0-rc.0