2022-03-29 12:09:47 +08:00

7.9 KiB

Changelog

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

1.0.3 (2022-03-29)

Features

  • add getConvertedExtraKey / getOriginalExtraKey to utils (8e7bb9d)

Bug Fixes

  • 🐛 出码: 解决 componentName 和 exportName 不一致时生成的 import 语句的问题 (eefc091)
  • component cannot be redisplayed by configuration after rendering is closed (c54f369)
  • fix loop configuration auto fill empty array issue (d087092)
  • make important true by default (c63b6e1)
  • make insertAfter & insertBefore work (70fd372)
  • npm源 (437adcc)
  • prop should return undefined when all items are undefined (5bb9ec7)
  • should not create new prop while querying fileName (19c207d)
  • variable binding lost after modify the mock value (ef95b56)
  • Workbench should receive the original skeleton other than shell skeleton (d5c3ca1)

1.0.2 (2022-03-08)

1.0.2-beta.1 (2022-03-08)

Bug Fixes

  • 🐛 补充 icejs 模板中缺失的依赖包 (a94553e)

1.0.2-beta.0 (2022-03-08)

Features

  • 在 skeleton 增加几个方法和事件 (a7d436a)
  • modify npm private control & version (ee55d02)
  • modify yuque link in README (d522034)
  • remove CHANGELOG.md (b996414)
  • remove module field in material-parser package.json (6141c27)
  • rename build:umd (23c7959)
  • replace tnpm with npm (36caf0f)
  • support UMD packageing for react-renderer (982d0d6)

Bug Fixes

  • 🐛 去掉 npm 上没有的依赖 (#68) (e7ce779)
  • 兼容 setters 为空的情况 (56b459a)
  • 解决 package.json 中误添加了没有用到的数据源类型的 handler 的包的问题 (#56) (76341c8)
  • 解决出码的一些问题 (#87) (4a01c97)
  • 修复 setup 的逻辑 (1cfb15a)
  • 修正一些对内的地址 (07cc1f2)
  • 增加必要的方法 (1b38a81)
  • fix tsconfig of material-parser (46725cb)
  • lint&fix auto generated types.ts (7dde970)
  • The outline tree does not display the loop flag when the loop is an empty array (191e284)

1.0.1 (2022-03-08)

Features

  • 在 skeleton 增加几个方法和事件 (a7d436a)
  • modify npm private control & version (ee55d02)
  • modify yuque link in README (d522034)
  • remove CHANGELOG.md (b996414)
  • remove module field in material-parser package.json (6141c27)
  • rename build:umd (23c7959)
  • replace tnpm with npm (36caf0f)
  • support UMD packageing for react-renderer (982d0d6)

Bug Fixes

  • 🐛 修正一些示例地址 (8d21283)
  • 兼容 setters 为空的情况 (56b459a)
  • 修复 setup 的逻辑 (1cfb15a)
  • 修正一些对内的地址 (07cc1f2)
  • 增加必要的方法 (1b38a81)
  • fix tsconfig of material-parser (46725cb)
  • lint&fix auto generated types.ts (7dde970)
  • The outline tree does not display the loop flag when the loop is an empty array (191e284)

1.0.0 (2022-02-17)

Features