Skip to content

11.7.0

Compare
Choose a tag to compare
@cipchk cipchk released this 27 Feb 13:10
· 609 commits to master since this release
f2be61e

Scaffold

  • feat: add environment type (#1935)
  • feat: removed redundant third library dependencies, you can use ng update ng-alain to fix directly (#1940)
  • feat: add strictTemplates: true (#1939)
  • perf: import method of mock data to make the production tree-shaking reduced 150kb (#1941)

Bug Fixes

  • abc:st: fix columns can't be re-specified when call export Excel (#1181) (50baea3)
  • abc:st: fix data should be converted (#1180) (f800e66)
  • abc:theme:i18n: fix losing defaultLang, currentLang in AlainI18NService (#1183) (f65cb6b)
  • chart:trend: fix data flag of html attribute (#1174) (3a10bf3)
  • form: fix losing for (#1144) (e0ffa64)
  • form:widget:date: fix invalid default value when mode is range (#1185) (d14a823)
  • theme: fix less4 (#1172) (5e272c1)
  • theme:layout-default: fix disabled default nav when nav is specified (#1193) (38e60f5)
  • util:ArrayService: fix cancel return readonly of flat, uniq (#1171) (7375cdf)

Features

Performance Improvements


Scaffold

  • feat: 新增 environment 类型,更友好的使用环境变量 (#1935)
  • feat: 移除多余的第三方类库,可以利用 ng update ng-alain 直接修复 (#1940)
  • feat: 增加 strictTemplates: true 支持 (#1939)
  • perf: 优化 @delon/mock 的导入方式在生产环境下可以减少 150kb 大小 (#1941)

Bug Fixes

  • abc:st: 修复 export 导出Excel方法无法重新指定 columns (#1181) (50baea3)
  • abc:st: 修复导出Excel数据没有转换 (#1180) (f800e66)
  • abc:theme:i18n: 修复 AlainI18NService 缺失 defaultLangcurrentLang 属性 (#1183) (f65cb6b)
  • chart:trend: 修复上升下降标识无法体现 (#1174) (3a10bf3)
  • form: 修复部分无 for 的小部件 (#1144) (e0ffa64)
  • form:widget:date: 修复 moderange 时无法指定默认值 (#1185) (d14a823)
  • theme: 修复部分 less4 样式无效 (#1172) (5e272c1)
  • theme:layout-default: 修复当指定 nav 参数时应禁用默认菜单 (#1193) (38e60f5)
  • util:ArrayService: 修复 flat, uniq 返回参数问题 (#1171) (7375cdf)

Features

  • abc:let: 新增 let 组件 (#1187) (9c4397b)
  • abc:reuse-tab: 新增 disabled 属性 (#1179) (2d2014f)
  • abc:reuse-tab: 新增 titleRender 属性 (#1186) (5df3c61)
  • abc:theme: 新增环境变量类型 (#1182) (4e1c432)
  • form: 升级 ajv7.x,不再需要 angular.json 中指定 scripts 参数 (#1188) (431d540)
  • mock: 新增 MockService 下增加 setData 方法 (#1190) (a118a07)
  • module:theme: 新增西班牙语 #308 (#1175) (3428310)
  • util:form: 新增 MatchControl,一般用于密码与确认密码响应式表单中 (#1178) (84ab014)

Performance Improvements

  • 使用 ngDevMode 摇树优化掉错误消息,减少包体大小 (#1191) (56b45c8)