Releases: ng-alain/delon
Releases · ng-alain/delon
16.2.1
16.2.0
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
16.1.1
Bug Fixes
- cli: remove
stylelint-config-prettier
(#1606) (2ecc28b) - theme: fix ant-btn preserve white spaces when is link type (#1605) (0fdd15d)
Features
- abc:reuse-tab: support custom cache data (#1609) (11599d9)
- theme:modal: support drag (#1607) (3cd73f7)
Bug Fixes
- cli: 移除过期库
stylelint-config-prettier
(#1606) (2ecc28b) - theme: 修复忽略两个
nzType="link"
按错时间距 (#1605) (0fdd15d)
Features
16.0.1
16.0.0
Bug Fixes
- abc:st: fix error row class in fixed column title cell (#1598) (d2bf211)
- form: fix inheriting references to other of ui (#1600) (a0150e7)
If you have any questions during the upgrade, please refer to: ng-alain/ng-alain#2390
Bug Fixes
若升级中疑问,请参考:ng-alain/ng-alain#2390
15.2.1
15.2.0
Bug Fixes
canMatch
instead ofcanLoad
(#1586) (ec86352)- abc:pdf: use
currentScale
instead of_setScale
(#1590) (3b58880) - abc:st: fix
rowClassName
not valid for fixed columns (#1591) (0fa954f) - form: fix can't render due to inherited (#1592) (d14c866)
- form: fix out of memory error (#1593) (483819c)
- form: remote transfer body backgroun in dark (#1588) (113c686)
Features
Bug Fixes
- 重构:修复使用
canMatch
替代canLoad
(#1586) (ec86352) - abc:pdf: 修复使用
currentScale
替代_setScale
(#1590) (3b58880) - abc:st: 修复
rowClassName
对固定列无效 (#1591) (0fa954f) - form: 修复继承父UI部分参数会导致无法呈现 (#1592) (d14c866)
- form: 修复超大 Schema 引发内存溢出 (#1593) (483819c)
- form: 修复 transfer 小部件在 dark 主题下背景问题 (#1588) (113c686)
Features
15.1.0
Bug Fixes
- abc:st: fix invalid
total
of global config (#1583) (fa8087f) - form:string: fix pre tab cause out of focus (#1581) (bc03f4b)
- form: fix ui value should inherit parent ui (#1582) (03e2dc5)
Features
- form:number: support string type of
widgetWidth
(#1580) (f3e37e9) - form: async ng-zorro-antd (#1584) (5774c55)
Bug Fixes
- abc:st: 修复全局配置
total
不生效 (#1583) (fa8087f) - form:string: 修复携带前置标签倒置焦点失效 (#1581) (bc03f4b)
- form: 修复
ui
值应继续父级 (#1582) (03e2dc5)
Features
15.0.1
15.0.0
Bug Fixes
- abc:st: fix
className
not applied to title (#1569) (d641164) - abc:theme-default: remove unused parameter (#1563) (656bd89)
- cli: fix
name
points to an invalid index (#1568) (d4ad502)
Features
- theme:layout-default: add
layout-default-top-menu-item
, please refer to layout.component.ts(Preview). (#1570) (f08dc46) - util:format: support scientific notation of
isNum
(#1567) (f8c0589)
BREAKING CHANGE
- auth: removed
_allow_anonymous
, use ALLOW_ANONYMOUSHttpContext
instead - theme: removed
getHit
,openedByUrl
inMenuService
, usefind
andsetItem
instead
Bug Fixes
- abc:st: 修复
className
没有应用到标题 (#1569) (d641164) - abc:theme-default: 移除一些未用到有参数 (#1563) (656bd89)
- cli: 修复
name
参数指定无效索引位 (#1568) (d4ad502)
Features
- theme:layout-default: 新增
layout-default-top-menu-item
,用于实现顶部菜单,使用方式请参考 layout.component.ts(预览)。 (#1570) (f08dc46) - util:format: 新增
isNum
支持科学记数法 (#1567) (f8c0589)
BREAKING CHANGE
- auth: 移除
_allow_anonymous
使用 ALLOW_ANONYMOUSHttpContext
替换 - theme: 移除
MenuService
下getHit
,openedByUrl
方法,使用find
和setItem
替代