Skip to content

3.3.0

Compare
Choose a tag to compare
@tzfun tzfun released this 05 Jul 15:29
· 49 commits to vue3 since this release

Terminal for vue3.

🎉 更新内容

  1. 🆕 发布新版文档,文档基于vuepress编写,合并文档和在线体验页面 https://tzfun.github.io/vue-web-terminal/
  2. 🆕 更新logo
  3. 🆕 优化输入提示功能,支持多选项提示 #86 #99
  4. 🆕 新增全部折叠和全部展开的API:switchAllFoldState #92
  5. 🆕 新增 on-resize 事件 #98
  6. 💡 调整窗口字体样式 #97 #88
  7. 💡 优化左上角三个按钮逻辑,默认只提供两个按钮显示 #93
  8. 💡 优化 ANSI 格式解码逻辑,尝试解决大量数据输出导致内存溢出的问题 #95
  9. 🐛 修复了log-size-limit不生效的问题 #87

⚠️ 变更配置

本次版本与之前版本有部分功能不兼容!变更配置项如下:

  1. 移除属性tab-key-handler
  2. 移除属性auto-help
  3. 移除插槽 slot helpCmd
  4. 移除css变量 --t-cmd-help-msg-color
  5. cursor-blink属性名变更为enable-cursor-blink
  6. command-store-sort属性名变更为command-sort-handler
  7. enable-example-hint属性名变更为enable-help-box
  8. search-handler 属性名变更为input-tips-search-handler,并修改其参数
  9. init-log属性默认值变更为 null