Skip to content

2.0.0

Compare
Choose a tag to compare
@cipchk cipchk released this 20 Nov 08:39
· 1380 commits to master since this release

Support for upgrading 1.x to 2.x using tools, please refer to Upgrade Guide

Scaffold

  • all: OnPush mode priority (#772)
  • router: add SimpleGuard of root router (#774)
  • i18n: add passport pages (#777)

Bug Fixes

  • module:mock: fix loading status of _HttClient (#270)
  • module:sf:upload: fix missing size property of upload widget (#274)
  • module:sf:checkbox: fix delayed rendering when onpush strategy (#278)
  • module:st: fix render null when is value is null in edge or ie (#275)
  • module:page-header: should be refresh breadcrumb when router changed (#276)

Features

  • schematics: Support for dynamic build ng-alain of specified language versions (#286) (f0bff6d)
  • module:st: add clear & clearStatus methods (#282)
  • module:st: add single sort config #775 (#283)
  • module:http: support decorator @GET, @POST etc, Document (#284)
  • schematics: Support for dynamic build ng-alain of specified language versions (#286)

BREAKING CHANGES

  • module:st: remove deprecated events: checkboxChange, radioChange, sortChange etc (#281)

支持使用工具将 1.x 升级至 2.x,请参考升级指南

Scaffold

  • all: 重构部分页面优先使用 OnPush 模式,提供更好的性能体验 (#772)
  • router: 根路由添加 SimpleGuard (#774)
  • i18n: 重构系列授权页,增加多语言版本 (#777)

Bug Fixes

  • module:mock: 修复 _HttClientloading 状态值 (#270)
  • module:sf:upload: 修复 size 属性被占用 (#274)
  • module:sf:checkbox: 修复延迟状态问题 (#278)
  • module:st: 修复在ie、edge下会渲染null字符 (#275)
  • module:page-header: 修复路由切换无法刷新导航数据 (#276)

Features

  • schematics: Support for dynamic build ng-alain of specified language versions (#286) (f0bff6d)
  • module:st: 新增 clear & clearStatus 清除数据方法 (#282)
  • module:st: 新增单排序配置项 #775 (#283)
  • module:http: 新增系列 @GET, @POST 等修饰器,文档 (#284)
  • schematics: 新增 ng add 额外按 defaultLanguage 指定语言的示例代码 (#286)

BREAKING CHANGES

  • module:st: 移除所有 checkboxChangeradioChangesortChange 等过期事件,使用 change 替代 (#281)