Clarence Pan 6a642e86da
fix: 解决出码的数据源依赖包问题 (#106)
* fix: 解决 package.json 中误添加了没有用到的数据源类型的 handler 的包的问题 (#56)

* test: 更新别的相关测试用例的期望值

* fix: 🐛 去掉 npm 上没有的依赖 (#68)

* chore: 🤖 fix release:beta script

* chore(release): 1.0.2-beta.0

* fix: 🐛 补充 icejs 模板中缺失的依赖包

* chore(release): 1.0.2-beta.1

* chore(release): 1.0.2
2022-03-10 11:34:14 +08:00

6.0 KiB

Changelog

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

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