Scaffold
- feat: add environment type (#1935)
- feat: removed redundant third library dependencies, you can use
ng update ng-alain
to fix directly (#1940) - feat: add
strictTemplates: true
(#1939) - perf: import method of mock data to make the production tree-shaking reduced 150kb (#1941)
Bug Fixes
- abc:st: fix
columns
can't be re-specified when callexport
Excel (#1181) (50baea3) - abc:st: fix data should be converted (#1180) (f800e66)
- abc:theme:i18n: fix losing
defaultLang
,currentLang
inAlainI18NService
(#1183) (f65cb6b) - chart:trend: fix data flag of html attribute (#1174) (3a10bf3)
- form: fix losing for (#1144) (e0ffa64)
- form:widget:date: fix invalid default value when
mode
isrange
(#1185) (d14a823) - theme: fix less4 (#1172) (5e272c1)
- theme:layout-default: fix disabled default nav when
nav
is specified (#1193) (38e60f5) - util:ArrayService: fix cancel return readonly of
flat
,uniq
(#1171) (7375cdf)
Features
- abc:let: add
let
directive (#1187) (9c4397b) - abc:reuse-tab: add
disabled
property (#1179) (2d2014f) - abc:reuse-tab: add
titleRender
property (#1186) (5df3c61) - abc:theme: add environment type (#1182) (4e1c432)
- form: Upgrade
ajv
to7.x
(#1188) (431d540) - mock: add
setData
inMockService
(#1190) (a118a07) - module:theme: adding Spanish locale #308 (#1175) (3428310)
- util:form: add
MatchControl
(#1178) (84ab014)
Performance Improvements
Scaffold
- feat: 新增 environment 类型,更友好的使用环境变量 (#1935)
- feat: 移除多余的第三方类库,可以利用
ng update ng-alain
直接修复 (#1940) - feat: 增加
strictTemplates: true
支持 (#1939) - perf: 优化
@delon/mock
的导入方式在生产环境下可以减少 150kb 大小 (#1941)
Bug Fixes
- abc:st: 修复
export
导出Excel方法无法重新指定columns
(#1181) (50baea3) - abc:st: 修复导出Excel数据没有转换 (#1180) (f800e66)
- abc:theme:i18n: 修复
AlainI18NService
缺失defaultLang
、currentLang
属性 (#1183) (f65cb6b) - chart:trend: 修复上升下降标识无法体现 (#1174) (3a10bf3)
- form: 修复部分无
for
的小部件 (#1144) (e0ffa64) - form:widget:date: 修复
mode
为range
时无法指定默认值 (#1185) (d14a823) - theme: 修复部分 less4 样式无效 (#1172) (5e272c1)
- theme:layout-default: 修复当指定
nav
参数时应禁用默认菜单 (#1193) (38e60f5) - util:ArrayService: 修复
flat
,uniq
返回参数问题 (#1171) (7375cdf)
Features
- abc:let: 新增
let
组件 (#1187) (9c4397b) - abc:reuse-tab: 新增
disabled
属性 (#1179) (2d2014f) - abc:reuse-tab: 新增
titleRender
属性 (#1186) (5df3c61) - abc:theme: 新增环境变量类型 (#1182) (4e1c432)
- form: 升级
ajv
至7.x
,不再需要angular.json
中指定scripts
参数 (#1188) (431d540) - mock: 新增
MockService
下增加setData
方法 (#1190) (a118a07) - module:theme: 新增西班牙语 #308 (#1175) (3428310)
- util:form: 新增
MatchControl
,一般用于密码与确认密码响应式表单中 (#1178) (84ab014)