Releases: ng-alain/delon
Releases · ng-alain/delon
12.2.2
Scaffold
- fix
navigator.languages
return lowercase string in WebKit (#2088)
Bug Fixes
- abc:reuse-tab: fix adding new tab should be after the current (#1345) (d6438cf)
- abc:st: fix
#NULL!
value when empty value andtype
isdate
(#1338) (52bac24) - abc:st: fix between sorts space of resizable handle (#1341) (519adbe)
- auth: fix ensure
change
event andget()
have consistent results (#1339) (fddb094) - cli:tpl: fix incorrect arguments index of schema.json (#1336) (af62081)
- cli:tpl: fix lose
tplName
property ofschema.json
(#1335) (0e7b4f4) - form: add
widget
index sign (#1334) (b192990) - util:format: fix invalid mobile number starting with 198 (#1331) (a6faccd)
Scaffold
- 修复 WebKit 内核
navigator.languages
总是返回小写字符 (#2088)
Bug Fixes
- abc:reuse-tab: 修复新增标签总是在当前标签之后 (#1345) (d6438cf)
- abc:st: 修复
type
为date
时空值会产生#NULL!
(#1338) (52bac24) - abc:st: 修复拖拽与排序之间的间隔 (#1341) (519adbe)
- auth: 修复确保
change
事件与get()
始终一致性 (#1339) (fddb094) - cli:tpl: 修复
index
索引不正确 (#1336) (af62081) - cli:tpl: 修复缺少
tplName
属性 (#1335) (0e7b4f4) - form: 修复
widget
参数显示内置小部件名称 (#1334) (b192990) - util:format: 修复手机号不支持 198 开头 (#1331) (a6faccd)
12.2.1
12.2.0
Scaffold
- add
PreloadOptionalModules
(#2055) - add
interpolation
in global config (#2062) - fix language key name case sensitivity (#2069)
- use
MatchControl
instead of custom equal values (#2061)
Bug Fixes
- abc:st: fix render
undefined
whensafeType
istext
(#1322) (c337d75) - form:widget:select: fix invalid
orgData
ofchange
event (#1312) (#1320) (8c12822) - sf: fix unknown keyword: "_description" in strict mode (#1327) (554abd4)
- util:convert: fix invalid
defaultValue
parament inInputBoolean
(#1323) (386690c) - util:other:deep: fix can't merge function in
deepMergeKey
(#1321) (f2f181b)
Features
- abc:se,sv: add
noColon
property (#1324) (9f2a031) - form:string: add
changeDebounceTime
,changeMap
property (#1315) (3a8a26d) - theme:i18n: add
interpolation
in global config (#1318) (e711865) - theme: add
@nz-table-even-background
(#1325) (71d3ef6) - theme: add
PreloadOptionalModules
(#1310) (6df8fd0)
Scaffold
- 新增
PreloadOptionalModules
可选预加载模块 (#2055) - 新增支持国际化插值符号配置
interpolation
(#2062) - 修复语言键名大小写敏感 (#2069)
- 优化使用
MatchControl
替代自定义两个控件值的匹配 (#2061)
Bug Fixes
- abc:st: 修复
safeType
为text
值时会渲染出undefined
文本 (#1322) (c337d75) - form:widget:select: 修复分组情况下
change
事件的orgData
参数不正确 (#1312) (#1320) (8c12822) - sf: 修复
strict
模式下产生:unknown keyword: "_description"
错误 (#1327) (554abd4) - util:convert: 修复
InputBoolean
默认值参数无效问题 (#1323) (386690c) - util:other:deep: 修复无法深度合并函数 (#1321) (f2f181b)
Features
12.1.1
12.1.0
Bug Fixes
- abc:page-header: fix can't slider for a lot of tabs (#1304) (90677bb)
- abc:reuse-tab: fix re-trigger the
_onReuseInit
event (#1308) (4282fc2) - cli: remove deprecated async of test case (#1305) (259a1c2)
Features
- abc:exception: add
backRouterLink
property (#1299) (6a94dbd) - abc:st: add
clickRowClassName
property (#1307) (5e5978d) - form: add
hideStep
ofnumber
widget (#1303) (f895bf0)
Bug Fixes
- abc:page-header: 修复很多标签时无法自动滚动 (#1304) (90677bb)
- abc:reuse-tab: 修复重复触发
_onReuseInit
事件 (#1308) (4282fc2) - cli: 移除测试用例过期属性 (#1305) (259a1c2)
Features
12.0.3
12.0.2
12.0.1
12.0.1 (2021-07-24)
Bug Fixes
- abc:st: fix optimize when specified new data in call
export
(#1288) (9416fe1) - cli: fix
UserLoginComponent
is declared by more than on NgModule (#1289) (1042aea) - cli: fix duplicate alias of
t
(#1291) (c4e1943) - theme:http: fix missing
HttpContext
(#1292) (a394400)
12.0.1 (2021-07-24)
Bug Fixes
12.0.0
Features
- abc:st: add intellisense for
index
(#1284) (5d8c017) - abc:notice-icon: add
emptyText
,title
,description
support TemplateRef (#1256) (596ca40) - abc:se,sv: add
nz-divider
support (#1283) (46d6e3d) - cache: add custom request (#1253) (084037e)
- chart:bar,mini-area,mini-bar: add
color
in data (#1279) (1ea098d) - chart:echarts: support resize (#1263) (9ac3a99)
- form: add
property
property ofvisibleIf
function (#1281) (980b8a5) - theme:theme-btn: add
deployUrl
property (#1264) (05ce8f2) - theme: add enabled of util classes (#1280) (273aeed)
- util: add mobile number format starting with
16
(#1282) (cd98359)
Performance Improvements
BREAKING CHANGES
DelonChartModule
- Removed
WINDOW
- Used
import { WINDOW } from '@delon/util/token';
instead
_currency
- Used price pipe instead
_HttpClient.end
- Used
cleanLoading
instead
ModalHelper.open, static
open
usedcreate
insteadstatic
usedcreateStatic
instead
ScrollService
- Used
import { ScrollService } from '{AT}delon/util/browser';
instead
Badges Class
- Used
nz-tag
instead
AlainMockConfig.data
- Used
DelonMockModule.forRoot({ data: {} })
instead
Features
- abc:st: 新增
index
支持智能代码补全 (#1284) (5d8c017) - abc:notice-icon: 新增
emptyText
,title
,description
支持TemplateRef
(#1256) (596ca40) - abc:se,sv: 新增对
nz-divider
支持,显示分隔线 (#1283) (46d6e3d) - cache: 新增自定义请求接口 (#1253) (084037e)
- chart:bar,mini-area,mini-bar: 数据内新增
color
参数 (#1279) (1ea098d) - chart:echarts: 支持跟随浏览器调整 (#1263) (9ac3a99)
- form:
visibleIf
参数增加property
属性 (#1281) (980b8a5) - theme:theme-btn: 增加
deployUrl
属性 (#1264) (05ce8f2) - theme: 增加工具类开关 (#1280) (273aeed)
- util: 增加手机号
16
开头格式 (#1282) (cd98359)
Performance Improvements
BREAKING CHANGES
DelonChartModule
- 已移除
WINDOW
- 使用
import { WINDOW } from '@delon/util/token';
替代
_currency
- 使用 price 管道替代
_HttpClient.end
- 使用
cleanLoading
替代
ModalHelper.open, static
open
使用create
替代static
使用createStatic
替代
ScrollService
- 使用
import { ScrollService } from '{AT}delon/util/browser';
替代
Badges Class
- 使用
nz-tag
替代
AlainMockConfig.data
- 使用
DelonMockModule.forRoot({ data: {} })
替代