Skip to content

9.0.0-rc.3

Compare
Choose a tag to compare
@cipchk cipchk released this 21 Apr 20:11
· 231 commits to master since this release
eef132a

Scaffold

  • feat(abc:st): add widget configuration of st (#1579)

Bug Fixes

  • cli: fix Invalid "extends" configuration value (#824) (68b56c4)
  • form: fix width is not aligned in fixed label width (#825) (c4682fa)
  • form:widget:array fix update value and validity when removing the last… (#829) (6ff3db5)
  • form:widget:date: fix format default value (#833) (92821b0)
  • form:widget:date: fix invalid end date when clean date (#831) (04e6983)
  • module:all: fix enableIvy:false (#826) (f0a9443)

Features

Performance Improvements


Scaffold

  • feat(abc:st): 新增 st 对应 widget 配置方式 (#1579)

Bug Fixes

  • cli: 修复 ng add 提示无效扩展 (#824) (68b56c4)
  • form: fix width is not aligned in fixed label width (#825) (c4682fa)
  • form:widget:array 修复移除最后一项时数据没有清空 (#829) (6ff3db5)
  • form:widget:date: 修复默认值应自动格式一次 (#833) (92821b0)
  • form:widget:date: 修复清空后 end 没有清空 (#831) (04e6983)
  • module:all: 修复 enableIvy:false 依然可用 (#826) (f0a9443)

Features

  • abc:st: 新增 widget 自定义小部件类型 (#827) (4d5a767)
  • mock: 新增 copy 属性,防止污染 (#821) (16d0146)

Performance Improvements