Releases: ng-alain/delon
Releases · ng-alain/delon
10.1.0
Bug Fixes
- abc:se: fix invalid error style (#1067) (d8c1cee)
- chart:timeline: can't change line when click legend (#1068) (ba6f9b3)
- form: fix misalignment of inline mode (#1069) (18bb8a8)
Features
- abc:se,sv,form: add
optionalHelpColor
(#1070) (125606c) - module:sf:date: add
nzInputReadOnly
property (#1066) (c3b6b87)
Bug Fixes
- abc:se: 修复异常样式 (#1067) (d8c1cee)
- chart:timeline: 修复点击图例无法隐藏 (#1068) (ba6f9b3)
- form: 修复内联模式部分小部件错位 (#1069) (18bb8a8)
Features
10.0.3
10.0.2
10.0.1
10.0.0
Please refer to NG-ALAIN v10 upgrade guide
Scaffold
- package.json use
ng-alain-plugin-theme
instand ofscripts/themes.js
(#1815) (4b7b7e8) - default.interceptor.ts add refresh token by
TokenService.refresh
interfaceTokenService.refresh
(#1788) (dcc6149)
Bug Fixes
- abc:reuse-tab: fix remove tab when reuse is
false
(#1021) (e9f8ead) - abc:sidebar-nav: fix space to avoid scroll (#1046) (7efa241)
- abc:st: fix
width
can't be reset when refresh group columns (#1027) (6f86d8d) - abc:st: fix reset pi is 1 when confirm filter (#1020) (9fa5de3)
- cli: fix lose
</div>
in index.html (#1030) (a64f9ef) - form:object: fix misalignment (#1037) (ed24223)
- form:radio: fix can't disabled item (#1033) (94998e1)
- form:widget:string: fix
autofocus
compatibility (#1028) (3f033c5) - mock: show params in log (#1017) (3d01921)
- theme:http: fix ingored value handling when params is
HttpParams
type (#1016) (47ff3c3) - theme:menu: fix processed logically of
setItem
method (#1044) (120f425)
Features
- abc:onboarding: add onboarding component (#986) (fbe46d5)
- abc:down-file: add
pre
property (#1032) (5538ef8) - abc:reuse-tab: add
routeParamMatchMode
property (#1018) (05876ca) - abc:reuse-tab: add lifecycle hook interfaces (#1047) (cba82ea)
- abc:reuse-tab: add type of
_onReuseInit
(#1026) (69a04ee) - abc:st: add
className
of button (#1034) (26f60ce) - abc:st: add link title when type is link (#1031) (09dcc8d)
- abc:st: support resizable headers (#1049) (08de51c)
- abc:st: support TemplateRef of render & renderTitle (#1050) (be4f6da)
- use
ng-alain-plugin-theme
instand ofscripts/themes.js
(#1039) (6c8e571) - abc:st: support array parameters of mulit sort (#1015) (e1119f5)
- auth: add
refresh
event (#1011) (3388e1f) - chart:water-wave: add
render()
method (#1014) (c3d31c4) - cli: use cnpm to interrupt the installation (#1036) (b2ff9e1)
Remove all deprecation items declared in 9.x
, including the following:
Package | Component | Deprecation |
---|---|---|
@delon/chart |
tag-cloud |
Date item x , category |
@delon/chart |
timeline |
Date item x |
@delon/util |
lazy |
LazyResult.loaded |
升级请参考 NG-ALAIN v10 升级指南
脚手架
- package.json 使用
ng-alain-plugin-theme
替代scripts/themes.js
(#1815) (4b7b7e8) - default.interceptor.ts 新增利用
TokenService.refresh
事件来刷新 Token (#1788) (dcc6149)
Bug Fixes
- abc:reuse-tab: 修复路由参数设置
reuse: false
时无法移除标签 (#1021) (e9f8ead) - abc:sidebar-nav: 修复收缩下可能会引起子菜单遮蔽 (#1046) (7efa241)
- abc:st: 修复无法刷新
width
(#1027) (6f86d8d) - abc:st: 修复筛选时应重置
pi
值 (#1020) (9fa5de3) - cli: 修复
index.html
丢失</div>
(#1030) (a64f9ef) - form:object: 修复错位 (#1037) (ed24223)
- form:radio: 修复无法禁用单项 (#1033) (94998e1)
- form:widget:string: 修复
autofocus
失效 (#1028) (3f033c5) - mock: 优化显示日志 (#1017) (3d01921)
- theme:http: 修复当
HttpParams
类型时应忽略优化空值 (#1016) (47ff3c3) - theme:menu: 修复调用
setItem
方法时应保持处理逻辑 (#1044) (120f425)
Features
- abc:onboarding: 新增用户引导流程组件 (#986) (fbe46d5)
- abc:down-file: 新增
pre
属性 (#1032) (5538ef8) - abc:reuse-tab: 新增
routeParamMatchMode
属性 (#1018) (05876ca) - abc:reuse-tab: 新增生命周期接口 (#1047) (cba82ea)
- abc:reuse-tab: 新增
_onReuseInit
类型参数,用于判断是首次还是刷新 (#1026) (69a04ee) - abc:st: 新增按钮参数
className
(#1034) (26f60ce) - abc:st: 新增
type: 'link'
时显示链接标题 (#1031) ([09dcc8d](09dcc8dc...
9.5.5
9.5.4
Scaffold
- add search network request demo in top header menu (#1775)
- add auto refresh token (#1763)
pretty-quick
insteadlint-staged
(#1760)
Bug Fixes
- abc:sidebar: fix closed floating when toggle
collapsed
(#998) (29045d7) - abc:st: fix ingore group column when
children
is empty array (#1003) (aa7e750) - abc:st: fix over 26 columns export failure (#997) (a8a2814)
- auth: fix should removed
_allow_anonymous
property in truth request (#1002) (d5e6056) - theme:layout:default: fix non-support
nz-autocomplete
(#1004) (8f0a5bd) - add sl_SI locale (#996) (63073bc)
Scaffold
- search.component.ts 顶部菜单搜索增加网络请求示例 (#1775)
- default.interceptor.ts 增加 Token 过期时自动调用刷新 Token 接口(后端支持的情况下),使用户无须再次登录 (#1763)
- package.json
pretty-quick
替换lint-staged
(#1760)
Bug Fixes
9.5.3
Scaffold
- fix clear token when navigate to any passport pages (#1756)
- clear unnecessary class all modal code (#1756)
Bug Fixes
- abc:media: fix loading multiple components at the same time will cause
No window.Plyr found
(#990) (c3f29a0) - abc:st: fix noResult misalignment in grouping header (#991) (dc1626e)
- abc:st: fix pre-clear data of
resetColumns
method (#989) (15f397c)