SCAFFOLDING
Bug Fixes
- abc:onboarding: fix
ComponentFactoryResolver
(#1624) (ae065c2) - chat:timeline: fix
y2
to be optional (#1622) (b565ddf) - cli: remove
skipTests
from generating module (#1616) (0da83f8) - fix misalignment of
col
placeholders inse
,sv
,sg
(#1617) (83b08c9) - theme:modal: removed
nzComponentParams
(#1615) (45863a1)
Features
- abc:st: add
onCell
, support colSpan and rowSpan merging (#1613) (9ab109e) - abc:st: button support function method of
icon
,className
(#1618) (6bf27da) - theme:layout-default: add
fetching
property (#1614) (8446da6)
BREAKING CHANGE
- acl: refactor
ACLGuard
toaclCanMatch
,aclCanActivate
,aclCanActivateChild
- auth:simple refactor
SimpleGuard
toauthSimpleCanMatch
,authSimpleCanActivate
,authSimpleCanActivateChild
- auth:jtw refactor
JWTGuard
toauthJWTCanMatch
,authJWTCanActivate
,authJWTCanActivateChild
- i18n refactor
AlainI18NGuard
toalainI18nCanMatch
,alainI18nCanActivate
,alainI18nCanActivateChild
SCAFFOLDING
Bug Fixes
- abc:onboarding: 修复使用过期方法
ComponentFactoryResolver
(#1624) (ae065c2) - chat:timeline: 修复
y2
指标数据为可选 (#1622) (b565ddf) - cli: 移除生成模块时包含无效参数
skipTests
(#1616) (0da83f8) - 修复
col
占位符不对齐问题,涉及se
,sv
,sg
组件 (#1617) (83b08c9) - theme:modal: 修复过期参数
nzComponentParams
(#1615) (45863a1)
Features
- abc:st: 新增
onCell
方法支持合并列或行 (#1613) (9ab109e) - abc:st: 新增
icon
,className
方法支持动态调整 (#1618) (6bf27da) - theme:layout-default: 新增
fetchingStrictly
,fetching
属性用于自主受控顶部加载动画状态 (#1614) (8446da6)
BREAKING CHANGE
- acl: 重构
ACLGuard
为aclCanMatch
,aclCanActivate
,aclCanActivateChild
- auth:simple 重构
SimpleGuard
为authSimpleCanMatch
,authSimpleCanActivate
,authSimpleCanActivateChild
- auth:jtw 重构
JWTGuard
为authJWTCanMatch
,authJWTCanActivate
,authJWTCanActivateChild
- i18n 重构
AlainI18NGuard
为alainI18nCanMatch
,alainI18nCanActivate
,alainI18nCanActivateChild