Clarence Pan 4a01c97ea6
fix: 解决出码的一些问题 (#87)
* fix: 🐛 修正一些示例地址
* chore: update release scripts
* chore(release): 1.0.1
2022-03-08 12:51:44 +08:00

2.7 KiB

Changelog

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

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