Skip to content

v1.0.5

Choose a tag to compare

@dongdada29 dongdada29 released this 08 Dec 06:09
· 1786 commits to main since this release
1c26f83

✨ 新功能

新增 DesignViewer 设计模式组件,支持 Tailwind CSS 样式编辑和实时预览

增强 TiptapVariableInput:支持变量输入、Markdown 语法、可编辑变量节点、自定义标签保护

添加项目导出、聊天任务取消、变量建议外部关闭、多行智能样式替换

🐛 Bug 修复

修复文件上传/导入加载状态管理、useAppDevServer 支持 devServerUrl 为 null

修复 PagePreviewIframe 文档处理、智能体引导问题、聊天滚动检测逻辑

修复设计模式状态管理,迁移到 appDevDesign 模型

♻️ 重构

重构 TiptapVariableInput 实现自包含变量树,移除 VariableInferenceInput

统一变量转换方法到工具库,提取滚动检测到独立 Hook

优化 DesignViewer 模块化,升级 TiptapVariableInput 到 React 18 API

清理调试日志和未使用代码

⚡ 性能优化

优化 TiptapVariableInput 光标位置和滚动保持,使用 useCallback 优化 EditAgent