Skip to content

0.7.0

Compare
Choose a tag to compare
@wushengyeyouya wushengyeyouya released this 17 Sep 08:56
· 20 commits to master since this release
893db88

Enhancement

  • Automatically generate a zip package after running 'npm run build' command.
  • Multi-line display on table text overflow, showing scroll bar for texts over 3 lines.
  • optimize the feature of turning off grammar check.
  • optimize the global mixin code, preventing compilation error.

Bug Fix

  • [Scriptis-20] Non-SQL scripts cannot be shut down
  • [Scriptis-23] When the websocket is downgraded to http, will cause multiple scripts to execute at the same time.
  • [Scriptis-26] Sql syntax check will still be executed when the syntax check is closed
  • [Scriptis-27] Unable to parse asynchronous component

增强

  • 新增执行npm run build的时候自动打包为zip包的功能;
  • 表格文本溢出时多行显示,超过3行显示滚动条;
  • 优化关闭语法检查的功能;
  • 优化全局mixin代码,防止编译时报错。

修复

  • [Scriptis-20] 修复非sql类型的脚本无法关闭的问题。
  • [Scriptis-23] 修复websocket降级为http时,执行脚本会引发多脚本同时执行的问题。
  • [Scriptis-26] 修复语法检查关闭时仍会执行sql语法检查的问题。
  • [Scriptis-27] 修复无法解析异步组件的问题。