Skip to content

Latest commit

 

History

History
210 lines (123 loc) · 14.8 KB

CHANGELOG.md

File metadata and controls

210 lines (123 loc) · 14.8 KB

7.0.0-rc.1 (2018-12-24)

Bug Fixes

  • module:auth: fix unrecognized full URL anonymous key (#328) (e223ccb)
  • module:chart:timeline: remove tickCount (#323) (20920fc)
  • module:sf: shoule trigger detect change when reset value (#332) (ffd365b)
  • module:sf:cascader: fix invalid search when labelProperty or valueProperty is empty (#325) (4d4e53f)
  • module:st: should recalculate no value when call removeRow method (#331) (6c8c2d1), closes #330
  • module:theme: fix keeping show scroll bar in firefox (#336) (727d0d7)

Features

  • module:auth: add referrer property (#334) (0510864)
  • module:mock: add executeOtherInterceptors config (#321) (d77e8e9)
  • module:sidebar-nav: add disabledAcl property (#337) (ebbeed3)
  • module:st: add expandRowByClick property (#326) (a8a6695)
  • module:st: support response body is an array type (#327) (4e681dc)
  • module:testing: add @delon/testing lib (#329) (9d533cf)
  • module:theme: adding Polish locale (#308) (025282c)
  • module:util: export stringTemplateOutlet (#324) (e8d9ed1)

7.0.0-rc.0 (2018-12-14)

Bug Fixes

  • module:notice-icon: fix missing class (#317) (8cb86b5)
  • module:st: should clean filter style when not filter (#303) (96430d1)
  • schematics: fix template in list command (#302) (839147e)

Features

  • module:theme:title: add setTitleByI18n method (#299) (80a9636)

2.0.1 (2018-11-25)

Bug Fixes

  • module:page-header: should be clean old breadcrumb data when changes (#296) (862aa9d), closes #293
  • module:sf:autocomplete: fix missing value (#291) (ac17fb3), closes #290
  • module:sf:button: fix invalid button size (#294) (96f8adc)
  • module:theme:style: fix dropdown + button spacing when closed preserve (#292) (d330e5e)
  • module:theme:title: fix default property should be not read-only (#295) (a882507)

Features

2.0.0 (2018-11-20)

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)

2.0.0-rc.3 (2018-11-09)

Bug Fixes

  • module:sf: fix missing title (#259) (b78f38a), closes #258
  • module:sf:tree-select: fix children repeat data when expand changes (#260) (2bfd75f)
  • module:st: fix invalid trigger when used icon & pop (#256) (598f9ab)
  • GLOBAL_THIRD_MDOULES changed to GLOBAL_THIRD_MODULES (#262) (d001642)
  • module:theme:menu: fix shortcut children polluted (#265) (a255fe0)

Features

2.0.0-rc.2 (2018-11-01)

Bug Fixes

Features

  • module:mock: support array params of queryString (#246) (f0135ce)
  • module:st: add icon of button (#240) (1145d47)
  • module:theme: add recursive upward find in menu service (#244) (c391d3a)
  • module:theme:i18n: add i18n pipe (#238) (423c9c3)

2.0.0-rc.1 (2018-10-25)

Bug Fixes

  • form: fix repeated trigger change detection (#224) (a9f2db6)
  • form:checkbox: fix misplaced layout of checkbox widget (#226) (d75600e)
  • form:date: fix missing nzShowTime in date widgets (#223) (a40bc13)
  • st: fix filter table header in ant design 3.10 (#229) (0d70d26)
  • schematics: fix duplcated alias t in tpl command (#231) (829f11e)
  • schematics: fix invalid msgSrv property in edit page (#225) (e3270e4)
  • schematics: fix used translate when not i18n (#230) (93163a9)

Features

  • schematics: support 1.x to 2.0 via ng update Document
  • schematics:plugin: add icon plugin Document
  • sync ng-zorro-antd 1.7.1 (#228) (9a62ea3)

BREAKING CHANGES

  • module:theme: used NzDropdownService instead of ContextMenuService (#234)

2.0.0-beta.5 (2018-10-15)

Bug Fixes

  • module:code-style: upgrade husky (#208) (61c6214)
  • module:form: fix invalid disabled status when is readOnly (#212) (6a68def)

Features

  • module:abc.st: add total i18n (#203) (ec0b0df)
  • module:theme: add page loading styles (#207) (ad43622)
  • module:theme:alain-default: refactor layout component (#201) (8231e65)

BREAKING CHANGES

  • module:theme:alain-default: + layout-fixed was changed to alain-default__fixed
  • layout-boxed was changed to alain-default__boxed
  • aside-collapsed was changed to alain-default__collapsed

2.0.0-beta.4 (2018-10-07)

Bug Fixes

  • form:date: fix invalid default value in flat mode (#187) (d2c89ca)
  • theme:styles fix duplicate white spaces (#193) (1545178)
  • theme:drawer should be import in forChild (1545178)

Features

  • abc:page-header: add loading & wide properies (#194) (299e877)
  • form:number: add prefix & unit properties (#189) (4121b90)
  • schematice: add generate color less (#196) (d7f7da6)
  • theme:context-menu: add context menu service (#191) (f0e96f6)

BREAKING CHANGES

  • abc: use input instead of ContentChild (cfd0497)