Releases: ng-alain/delon
Releases · ng-alain/delon
11.3.1
11.3.0
Bug Fixes
- abc:full-content: fix scroll bar cannot be displayed in the work… (#1140) (0fd0c40)
- form: fix missing id association (#1143) (35bdffb)
- sf:widget:array: fix invalid
minItems
(#1145) (1411a6d) - sf:widget:time: fix lose placeholder (#1139) (e341c93)
- theme: fix router animation is optional (#1136) (2865c2d)
Features
- abc:quick-menu: add
expand
property (#1138) (ae80102) - abc:sv: add
sv-value
component (#1141) (4892a71)
Bug Fixes
- abc:full-content: 修复工作区内无法显示滚动条 (#1140) (0fd0c40)
- form: 修复部分标签无法自动关联
id
(#1143) (35bdffb) - sf:widget:array: 修复无法触发
minItems
错误类型 (#1145) (1411a6d) - sf:widget:time: 修复无法显示占位符 (#1139) (e341c93)
- theme: 修复路由动画为可选项 (#1136) (2865c2d)
Features
11.2.0
Bug Fixes
- cli: fix invalid version number of
screenfull
(#1129) (f9291c9) - theme: fix router animation when changed (#1134) (dcb6284)
Features
BREAKING CHANGES
- cli: use .template suffix for schematic template files, You need to manually add the
.template
suffix to the files in the_cli-tpl
directory (#1128) (0ac979e)
Bug Fixes
Features
BREAKING CHANGES
11.1.0
Scaffold
- support RTL
- perf
SharedModule
module (#1894) (bd0a161) - update
.browserslistrc
(#1902) (77925a8) - remove duplicate dependencies (#1902) (77925a8)
- remove the attributes that NG-ZORRO will remove in version
12
(#1895) (2272a9a)
Bug Fixes
- auth: fix always trigger refresh event in jwt (#1115) (1ef2369)
- cli:plugin:icon: fix support conditional expression (#1121) (a481c1c)
Features
- abc:st: add
pureList
method (#1126) (70270f8) - abc:st: support item type of
setRow
(#1119) (9ea783e) - chart: lazy load g2 libary (#1123) (cb7b5bb)
- theme: add
RTLService
service (#1120) (1f4f67b) - cli:plugin:rtl add
ng g ng-alain:plugin rtl
plugin (#1118) (a5dc52e)
Performance Improvements
- theme: perf @enable-all-colors
default is
false` (#1113) (d03c8fb)
Scaffold
- 支持 RTL
- 优化
SharedModule
模块 (#1894) (bd0a161) - 更新
.browserslistrc
(#1902) (77925a8) - 移除重复
package.json
的依赖 (#1902) (77925a8) - 移除 NG-ZORRO 在
12
版本将要移除的属性 (#1895) (2272a9a)
Bug Fixes
Features
- abc:st: 新增
pureList
方法 (#1126) (70270f8) - abc:st: 新增
setRow
支持行对象传递 (#1119) (9ea783e) - chart: 使用延迟加载 G2 类库 (#1123) (cb7b5bb)
- theme: 新增
RTLService
服务类 (#1120) (1f4f67b) - cli:plugin:rtl 新增
ng g ng-alain:plugin rtl
插件 (#1118) (a5dc52e)
Performance Improvements
- theme: 优化 @enable-all-colors 默认为
false
(#1113) (d03c8fb)
11.0.2
11.0.1
11.0.0
NG-ALAIN 11.0.0
If you are above version 10
, All you need to do is to run the following command in order to experience all new features mentioned above.
ng update @angular/core @angular/cli ng-zorro-antd ng-alain
Deprecated APIs have gave users warnings in 10.X dev mode. If you have already followed the warnings to modify your codes, there are no extra actions for you to take for this upgrade.
If you encounter problems please go to NG-ALAIN V11 Upgrade Guide for feedback.
Bug Fixes
- sf: fix invalid empty value of
pathValue
property (#1099) (dad5ed0) - util:time: fix invalid format
toDate
(#1093) (3b97fc3) - util:array: fix non-empty root parent id value should be return empty array (#1084) (95c0946)
Features
- cli: Use source-map-explorer instead of webpack-bundle-analyzer (#1091) (30a3dc9)
- cli:module: feat auto import routing module to top routing module (#1100) (da46d3c)
- form:textarea: add
change
,focus
,blur
events (#1096) (8ae609c) - module:theme: adding French locale (#1094) (b20259a)
- sf: Allow use of
setVisible
method (#1098) (fb46405) - sf:select: add
searchDebounceTime
property (#1097) (0fa1e70) - theme: add
layout-default
,layout-blank
,setting-drawer
,theme-btn
theme components (#1101) (9703641) - abc:pdf: add
pdf
components (#1086) (2882a52) - abc:xlsx: support utf8 file format (#1088) (59ff03b)
NG-ALAIN 11.0.0
如果你是 10
版本以上,只需运行以下命令就可以完成全部升级工作,获得以上介绍的所有新特性与改进。
ng update @angular/core @angular/cli ng-zorro-antd ng-alain
弃用的 API 已经在 10.x 开发环境中给出了警告提醒,如果你之前已经根据告警信息修改了代码,那么升级到 11.0.0 版本不需要有任何额外操作。
如果升级中遇到问题请前往 NG-ALAIN V11 Upgrade Guide 反馈。
Bug Fixes
- sf: 修复空值时
pathValue
属性返回整个表单数据 (#1099) (dad5ed0) - util:time: 修复
toDate
时间戳与格式字符串冲突 (#1093) (3b97fc3) - util:array: 修复非空根编号时总是返回空数组 (#1084) (95c0946)
Features
- cli: 使用 source-map-explorer 替代 webpack-bundle-analyzer (#1091) (30a3dc9)
- cli:module: 新增
ng g ng-alain:module
时自动导入路由模块 (#1100) (da46d3c) - form:textarea: 新增
change
,focus
,blur
事件 (#1096) (8ae609c) - module:theme: 新增法语 (#1094) (b20259a)
- sf: 新增小部件属性的
setVisible
方法,用于控制显示与隐藏 (#1098) (fb46405) - sf:select: 新增
searchDebounceTime
属性 (#1097) (0fa1e70) - theme 新增
layout-default
、layout-blank
、setting-drawer
、theme-btn
主题组件 (#1101) (9703641) - abc:pdf: 新增
pdf
组件 (#1086) (2882a52) - abc:xlsx: 新增支持 utf8 文件格式 (#1088) (59ff03b)