Skip to content

Releases: ng-alain/delon

10.1.0

17 Nov 12:44
41506e8
Compare
Choose a tag to compare

Bug Fixes

Features

  • abc:se,sv,form: add optionalHelpColor (#1070) (125606c)
  • module:sf:date: add nzInputReadOnly property (#1066) (c3b6b87)

Bug Fixes

Features

  • abc:se,sv,form: 新增 optionalHelpColor 属性 (#1070) (125606c)
  • module:sf:date: 新增 nzInputReadOnly 属性 (#1066) (c3b6b87)

10.0.3

12 Nov 07:35
e4b96c5
Compare
Choose a tag to compare

Bug Fixes

  • g2:*: fix view can't be refresh when the data structure changed (#1063) (ff14726)

Bug Fixes

  • g2:*: 修复数据结构发生变更时无法刷新图表 (#1063) (ff14726)

10.0.2

15 Oct 15:17
f0fda95
Compare
Choose a tag to compare

Bug Fixes

  • abc:st: fix http params of process method (#1059) (4d2dd0a)

Bug Fixes

  • abc:st: 修复 processparams 不应该始终为 HttpParsm 类型 (#1059) (4d2dd0a)

10.0.1

02 Oct 12:20
59011b6
Compare
Choose a tag to compare

Bug Fixes

  • abc:reuse-tab: fix invalid this scope of hook events (#1056) (ccddfd9)
  • abc:st: fix blank area in virtual scroll (#1055) (698f8ac)

Bug Fixes

  • abc:reuse-tab: 修复钩子事件无效 this 作用域 (#1056) (ccddfd9)
  • abc:st: 修复虚拟滚动产生空白区域 (#1055) (698f8ac)

10.0.0

29 Sep 08:00
889c1f0
Compare
Choose a tag to compare

Please refer to NG-ALAIN v10 upgrade guide

Scaffold

  • package.json use ng-alain-plugin-theme instand of scripts/themes.js (#1815) (4b7b7e8)
  • default.interceptor.ts add refresh token by TokenService.refresh interface TokenService.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

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...
Read more

9.5.5

21 Jul 03:36
22f42f7
Compare
Choose a tag to compare

Bug Fixes


Bug Fixes

9.5.4

17 Jul 14:14
d7c9d29
Compare
Choose a tag to compare

Scaffold

  • add search network request demo in top header menu (#1775)
  • add auto refresh token (#1763)
  • pretty-quick instead lint-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

  • abc:sidebar: 修复切换收缩时不能关闭子菜单区域 (#998) (29045d7)
  • abc:st: 修复当 children 应忽略表头分组的计算 (#1003) (aa7e750)
  • abc:st: 修复超过26列导出失败 (#997) (a8a2814)
  • auth: 修复 _allow_anonymous 参数在真实请求时应被移除 (#1002) (d5e6056)
  • theme:layout:default: 修复不支持 nz-autocomplete 组件 (#1004) (8f0a5bd)
  • 新增斯洛文尼亚文语言 (#996) (63073bc)

9.5.3

10 Jul 08:42
8f879c8
Compare
Choose a tag to compare

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)

Scaffold

  • 修复所有跳转 /passport 后都应该清除 Token 值 (#1756)
  • 移除不必要在切换路由时全部关闭 nz-modal 代码 (#1756)

Bug Fixes

  • abc:media: 修复同时多个组件时会发生 No window.Plyr found 错误 (#990) (c3f29a0)
  • abc:st: 修复多表头 noResult 错位 (#991) (dc1626e)
  • abc:st: 修复调用 resetColumns 方法时可预清除数据 (#989) (15f397c)

9.5.2

06 Jul 13:34
76e63cf
Compare
Choose a tag to compare

Bug Fixes

  • abc:page-header: fix refresh title when route changed (#987) (8f302fb)
  • abc:st: fix invalid width in grouping header (#984) (7cd5b49)
  • chart:*: fix access to chart instances (#983) (4a3e80c)
  • form:autocomplete,select: fix return original data in change property (#985) (7d70629)

Bug Fixes

  • abc:page-header: 修复切换路由应自动刷新标题与导航 (#987) (8f302fb)
  • abc:st: 修复列宽在表头分组下无效 (#984) (7cd5b49)
  • chart:*: 修复可访问 chart 实例 (#983) (4a3e80c)
  • form:autocomplete,select: 修复 change 事件应返回原始数据 (#985) (7d70629)

9.5.1

02 Jul 17:13
7597300
Compare
Choose a tag to compare

Bug Fixes

  • chart:timeline: fix invalid format of slider (#981) (d445935)

Bug Fixes

  • chart:timeline: 修复滑动块无效日期格式 (#981) (d445935)