Scaffold
- i18n: Flattened data source (#2130)
- Fix use default language when the browser language is not in the list (#2141)
- Use auth login url in 401 (#2124)
- Use
proxy.conf.js
instead ofproxy.conf.json
(#2125) - Lazy loading module error handling (#2126)
- Optimize error handling and navigate to the exception page (#2135)
Bug Fixes
- abc:exception: fix observe content (#1390) (4b27d6b)
- abc:reuse-tab: fix disabled refresh when non-active tab (#1373) (2bee11f)
- abc:sv: fix vertical align of detail (#1387) (a26f4e5)
- chart:mini-area: remove color in data (#1379) (8c649d9)
- form:widget:upload: fix invalid return type (#1382) (40cd255)
- theme:layout-default: fix can't render badge (#1377) (c6e702d)
- theme:st: fix causes misalignment when set
width
in small screens (#1386) (d73f047) - abc:st: fix misalignment of checkbox and selection (#1389) (00d4f08)
Features
- abc:st: support enter trigger filter (#1389) (00d4f08)
- abc:st: support custom of filter (#1389) (00d4f08)
- abc:st: add
className
ofSTDate
(#1389) (00d4f08) - abc:st: add
date
,number
type offilter
(#1389) (00d4f08) - abc:st: add
filterChange
type ofchange
event (#1389) (00d4f08) - abc:st: remove
rowClickTime
property (#1394) (7fba158) - cli: add
ng g ng-alain:sta
command (#1359) (7c5c70b) - cli: add
withoutModulePrefixInComponentName
(#1395) (d8871e9) - cli: support specify routesRoot via
ng-alain.json
(#1388) (a8b4902) - form:widget:number: add
change
event (#1370) (7227c12) - theme:default: add
customError
property (#1376) (9e35ef3) - theme:i18n: add
flatData
inAlainI18nBaseService
(#1384) (b2cf89e)
Performance Improvements
Scaffold
- i18n: 新增扁平化数据源处理 (#2130)
- 修复当浏览器语言在列表中不存在时应使用默认语言 (#2141)
- 优化
401
跳转时使用@delon/auth
的登录地址 (#2124) - 优化使用
proxy.conf.js
替换proxy.conf.json
(#2125) - 优化延迟加载模块失败时错误处理,适用于应用更新后本地依然使用旧代码时 (#2126)
- 优化异常页 (#2135)
Bug Fixes
- abc:exception: 修复无效监听内容的变化 (#1390) (4b27d6b)
- abc:reuse-tab: 修复禁止刷新未激活标签页 (#1373) (2bee11f)
- abc:sv: 修复内容的垂直问题 (#1387) (a26f4e5)
- chart:mini-area: 移除无效
color
数据 (#1379) (8c649d9) - form:widget:upload: 修复
pureValue
方法无效返回类型 (#1382) (40cd255) - theme:layout-default: 修复无法渲染
badge
标签 (#1377) (c6e702d) - theme:st: 修复设置
width
时小屏幕错位问题 (#1386) (d73f047) - abc:st: 修复
checkbox
与selection
之间错位问题 (#1389) (00d4f08)
Features
- abc:st: 新增过滤
keyword
类型支持回车触发 (#1389) (00d4f08) - abc:st: 新增过滤
custom
类型 (#1389) (00d4f08) - abc:st: 新增过滤
date
,number
类型 (#1389) (00d4f08) - abc:st:
STDate
新增className
表示行样式 (#1389) (00d4f08) - abc:st:
change
事件新增filterChange
类型 (#1389) (00d4f08) - abc:st: 移除
rowClickTime
属性 (#1394) (7fba158) - cli: 新增
withoutModulePrefixInComponentName
类型,忽略组件名不加模块前缀 (#1395) (d8871e9) - cli: 新增通过
ng-alain.json
来指定路由路径 (#1388) (a8b4902) - form:widget:number: 新增
change
事件 (#1370) (7227c12) - theme:default: 新增
customError
属性 (#1376) (9e35ef3) - theme:i18n: 新增扁平化国际化数据方法
flatData
(#1384) (b2cf89e) - cli: 新增
ng g ng-alain:sta
命令,用于 Swagger 转服务 (#1359) (7c5c70b)