2022-02-16 11:20:17 +08:00

9.0 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0-beta.20 (2022-02-14)

Bug Fixes

  • 🐛 解决 standalone 入口的类型定义找不到的问题 (ea735b0)

1.0.0-beta.19 (2022-02-14)

Bug Fixes

  • 🐛 补充自定义出码方案中缺失的示例插件文件 (b583421)
  • 🐛 解决 init-solution 命令生成的 demo-schema.json 格式非法的问题 (b090732)

1.0.0-beta.18 (2022-02-14)

Features

  • 插件版本号校验 (b22ae6a)
  • 插件版本号校验,调整判断条件 (2cf2182)
  • 增加 setKey / rerender 几个 API, shell node 单例化 (e7999fa)
  • add contributor list (9368ea4)

Bug Fixes

  • 🐛 解决通过命令行初始化自定义出码方案的时候报错的问题 (ca6daff)
  • 🐛 解决通过命令行方式使用出码模块的时候报错的问题 (da3f301)
  • 处理遗留下来的 todo (67c20a9)
  • 单测问题修复 (b940fc2)
  • 调整 slot 默认关闭逻辑 (0c0cd84)
  • cr问题修复 (a27f5aa)

1.0.0-beta.17 (2022-02-14)

Features

  • 插件版本号校验 (b22ae6a)
  • 插件版本号校验,调整判断条件 (2cf2182)
  • 增加 setKey / rerender 几个 API, shell node 单例化 (e7999fa)
  • add contributor list (9368ea4)

Bug Fixes

  • 🐛 解决通过命令行初始化自定义出码方案的时候报错的问题 (ca6daff)
  • 🐛 解决通过命令行方式使用出码模块的时候报错的问题 (da3f301)
  • 处理遗留下来的 todo (67c20a9)
  • 单测问题修复 (b940fc2)
  • 调整 slot 默认关闭逻辑 (0c0cd84)
  • cr问题修复 (a27f5aa)

1.0.0-beta.16 (2022-02-07)

Features

  • 🎸 升级 @alilc/lowcode-types (71f9c6c)
  • 补充 node#isEmpty (e8229b8)
  • 调整插件依赖配置位置 (655b597)
  • 增加 setting-prop-entry#getDefaultValue (3e43cd3)
  • 增设计模式作为是否使用循环判断的条件 & NotFoundComponent 组件新增 __componentName 属性 (06f86de)
  • add preference declaration control to plugin (2256156)

Bug Fixes

  • 🐛 解决出码模块在 node 环境中使用时 zip publisher 不能正确识别为 node 环境的问题 (ffa9908)
  • 🐛 解决通过 npm 安装并测试的时候一堆报错问题 (7245617)
  • 🐛 修正 icejs 模板中的 abc.json 的 builder (e63cf7a)
  • 根据新的插件 pluginName 修改代码 (1faed05)
  • 兼容 arraysetter 场景 (f462f3d)
  • 修复 getResizingHandlers 回调参数没有转换的问题 (2e6c51d)

1.0.0-beta.15 (2022-01-19)

Bug Fixes

  • 🐛 修正 standalone-worker 的默认地址 (f477372)

1.0.0-beta.14 (2022-01-19)

Features

  • 补充 dragon 以及部分代码优化 (595478a)
  • 补充 setting-prop-entry#getPropValue 值 (224acbf)
  • 补充几个 API 以及调整为 umd 导出 AliLowCodeEngine (b56debc)
  • 出码模块支持 standalone 模式 (f1fb35a)
  • 第一版 readme (db42cb5)
  • setting-prop-entry 增加一个 API (6c1fdc3)

Bug Fixes