order | title | type |
---|---|---|
100 |
Change Log |
Other |
7.0.0-rc.6 (2019-01-22)
7.0.0-rc.5 (2019-01-22)
- style: import ng-alain-codelyzer & clean repeat tslint rule (#885)
- module:mock: fix
/:id
does not matchuser/1
(#384) (246934b) - module:sf:number: fix missing integer type (#385) (1f0226c), closes #381
- module:theme:title: fix i18n will auto call setTitle (#397) (4411a19)
- module:sf:radio: add change event (#383) (7ebb484)
- module:sf:upload: add
beforeUpload
,filter
extra properties (#395) (29c66b5), closes #389 - module:st: add
iif
in column (#396) (066030d), closes #393 - module:st: add expand event in change property (#394) (84ff628)
- module:st: route state includes pi, ps, total data (#391) (567eadd)
- module:theme: add text, icon, width more sizes (#392) (5bd9d7e)
7.0.0-rc.4 (2019-01-12)
- feat: remove
editor.snippetSuggestions
config, since the latest version ng-zorro-vscode is not recommended (#861)
- module:*: fix losing global config (#378) (b58334f)
- module:reuse-tab: fix overflow when route changed (#369) (83d7831), closes #361
- module:se: fix error message style (#371) (c5431f8), closes #370
- module:sf:autocomplete: fix invalid value when item is SFSchemaEnum (#362) (9cd179e)
- module:st: fix disabled check all when all data is disabled (#367) (20b654e), closes #363
- module:reuse-tab: support custom context menu (#368) (2c0eb89), closes #364
- module:sidebar-nav: add recursivePath property (#374) (e24ee4f), closes #373 #365
7.0.0-rc.3 (2018-12-29)
7.0.0-rc.2 (2018-12-28)
- Route wildcards point to
/exception/404
(db3055b) - Use
scrollPositionRestoration
instead ofScrollService
(135327b) - Optimization
default.interceptor.ts
- module:cache: fix specified storage type parameters in
get
(#343) (fd005e5) - module:reuse-tab: fix skip not closable in store (#344) (fa08c07)
- module:se: fix ingore error visual when is disabled (#339) (7223e85)
- module:sf: fix invalid trigger submit via add button (#349) (8e11729), closes #348
- module:sf: should based on item unsubscription (#345) (2520f11)
7.0.0-rc.1 (2018-12-24)
- add exception trigger
- adding Polish locale
- optimized path configuration (#825)
- module:auth: fix unrecognized full URL anonymous key (#328) (e223ccb)
- 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)
- module:theme:menu: tag deprecated
linkExact
(#337) (ebbeed3)
- module:testing: add @delon/testing lib (#329) (9d533cf)
- 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:util: export
stringTemplateOutlet
(#324) (e8d9ed1) - module:theme: adding Polish locale (#308) (025282c)
7.0.0-rc.0 (2018-12-14)
ng-alain
will track the major version of @angular/core
from 7.0.0-rc.0
like other angular libraries.
- Support Angular 7.0
- Refactor
@delon/*
libraries, pls refer to the two changes: - Refactor default theme and sample pages using OnPush mode, pls refer to #764
- module:st: should clean filter style when not filter (#303) (96430d1)
- module:st: fix missing body in table
- module:st: fix missing merge config in modal or drawer, #815
- module:se: fix ingore error visual when is disabled, #312
- schematics: fix template in list command (#302) (839147e)
- module:theme:title: add setTitleByI18n method (#299) (80a9636)
- module:utils: add
isUrl
validate - module:mock: support
HttpResponse
, #813 - module:theme: add
@forced-turn-off-nz-modal-animation-enabled
- module:utils: add
deepMerge
function
- module:utils: remove
yuan
2018-11-25
- 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)
2018-11-20
Support for upgrading 1.x to 2.x using tools, please refer to Upgrade Guide
- all:
OnPush
mode priority (#772) - router: add SimpleGuard of root router (#774)
- i18n: add passport pages (#777)
- 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)
- 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)
- module:st: remove deprecated events:
checkboxChange
,radioChange
,sortChange
etc (#281)
2018-11-09
- fix misspelled word,
GLOBAL_THIRD_MDOULES
changed toGLOBAL_THIRD_MODULES
(#762)
- module:sf:checkbox: 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)
- module:theme:menu: fix shortcut children polluted (#265) (a255fe0)
- module:sidebar-nav: add icon more properties (#263) (5b696f5)
- module:st: add
no
of type (#261) (8fc29ce) - module:st: add
removeRow
method (#255) (13a3a21) - module:st: add
rowClassName
property (#268) (0af1484) - module:st: add icon & text coexist (#256) (598f9ab)
- module:theme: add
.scrollbar
style service of div (#267) (161d328) - module:theme: add safe url pipe (#254) (62724a0)
- schematics: add color less when running
ng
commend (#253) (145e4a9)
2018-11-01
- module:sf: fix attempt to use a destroyed error (#248) (3e470e7)
- module:sf: fix button spanLabelFixed is zero value (#242) (1f601e2)
- module:theme: fix grey color values (#249) (6234538)
- module:theme: fix ng-invalid style (#243) (fe6d104)
- schematics: fix repeat alias name (#247) (4f744fa)
- module:mock: support array params of queryString (#246) (f0135ce)
- module:st: add icon of button (#240) (1145d47)
- module:theme:MenuService: add recursive upward find in menu service (#244) (c391d3a)
- module:theme:html: safe html, add
| html
pipe (#239) (0298665) - module:theme:i18n: add i18n pipe (#238) (423c9c3)
2018-10-25
- 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)
- schematics: optimization
-t
, could be set likebus/list
(#231) (829f11e) - 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)
- module:theme: used
NzDropdownService
instead ofContextMenuService
(#234)
2018-10-15
- form: fix invalid disabled status when is readOnly (#212) (6a68def)
- scaffold: use zh instead of zh-Hans (6972e58)
- code-style: upgrade husky (#208) (61c6214)
- Scaffold Change (dd1cc90)
- abc.st: add total i18n (#203) (ec0b0df)
- theme: add page loading styles (#207) (ad43622)
- Scaffold Change: Optimize i18n switching style (8b6f318)
- theme: (6b8168f)
layout-fixed
was changed toalain-default__fixed
layout-boxed
was changed toalain-default__boxed
aside-collapsed
was changed toalain-default__collapsed
2018-10-07
- 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)
- 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)
- abc: use input instead of ContentChild (cfd0497)
2018-9-29
- @delon/theme
- 新增 DrawerHelper 辅助类
- 修复
_HttpClient
对象param
参数解析不标准,#694 - 移除一些已过期样式,#commit
- 使用
nzBlock
替代.ant-btn__block
- 使用
nzCover
替代.ant-card__img
- 移除多余
.ant-card__title-img
,antd 已修复 - 移除
.nz-carousel__dot-{color}
由手工自定义 - 移除
.box-placeholder
由手工自定义
- 使用
- @delon/abc
- 新增
st
按钮类型drawer
打开一个抽屉目标组件 - 修复
_HttpClient
对象param
参数解析不标准,#694
- 新增
- @delon/form
- 修复
cascader
小部件不支持showSearch
参数,#695 - 修复
g2-custom
默认应该块模型
- 修复
- @delon/util
- 修复
getTimeDistance
参数-today
应是昨天至今天,#696
- 修复
- cli
- 增加自定义业务页模板功能
2018-9-22
- 同步
ng-zorro-antd
至1.6.0
- 新增 skeleton 组件
- @delon/abc
- 重构
st
组件Http请求使用_HttpClient
,#685 - 新增
global-footer
支持自定义组件
- 重构
- @delon/form
- @delon/theme
- 增加
setLayout
支持对象替换
- 增加
2018-9-16
- 重构使用 ng-packagr 打包,支持
@delon/abc
、@delon/chart
次级导入 - 增加
DelonLocaleModule
支持所有@delon/*
模块的国际化 - 脚手架
- @delon/chart
- BREAKING CHANGES 重命名
g2-chart
为g2-custom
- 修复部分未导出模块,#162
- BREAKING CHANGES 重命名
- @delon/theme
- 增加
.ant-tag__plus
样式
- 增加
- @delon/form
- cli
- 修复
view
插件使用过期组件
- 修复
2018-9-9
1.x 历史变更日志请至1.x-doc站。