Releases: ng-alain/delon
Releases · ng-alain/delon
13.4.0
13.3.0
13.2.1
Bug Fixes
- abc:media: fix
cannot redefine property
error (#1447) (475e5cb) - abc:pdf: fix
container
must be absolutely positioned error (#1448) (c2ed8a7) - chart:pie: fix ECAIHBC error in block (#1440) (43595f2)
- cli: fix duplcated
-t
(#1443) (e44df08) - form:tree-select: fix typo
checkfStrictly
(#1446) (90498f0) - form: fix buttons misalignment in
inline
layout (#1442) (1e836f8)
Bug Fixes
13.2.0
Bug Fixes
- abc:se: fix animation style (#1432) (3152ad6)
- form: fix invalid error style (#1430) (929cca9)
- form:array: fix schema polluted in array (#1431) (5d33bc0)
Features
- abc:qr: support function of
value
(#1437) (ec21e06) - cache: add
emitNotify
property (#1433) (a5c15fe)
Bug Fixes
- abc:se: 修复动画效果错位 (#1432) (3152ad6)
- form: 修改无效错误样式 (#1430) (929cca9)
- form:arra: 修复 Schema 被污染 (#1431) (5d33bc0)
Features
13.1.0
Bug Fixes
- abc:se: fix invalid error style (#1425) (2b74c66)
- cli:module: fix missing comma (#1428) (c3dba05)
- cli: fix
lint:style
script (#1421) (37089eb)
Features
Performance Improvements
Bug Fixes
- abc:se: 修改无效错误样式 (#1425) (2b74c66)
- cli:module: 修复丢失逗号 (#1428) (c3dba05)
- cli: 修复
lint:style
脚本 (#1421) (37089eb)
Features
Performance Improvements
13.0.0
Bug Fixes
- abc:lodop: Update
lodop.types.ts
(#1400) (3fb7b41) - cli:ng-add: fix ingore invalid node version (#1401) (1c15596)
- form:array: fix the misalignment of the specified
spanLabelFixed
style in the horizontal layout (#1407) (a7c6450) - form:autocomplete: fix can't be set default value (#1406) (d18aa43)
- theme:layout-default: fix can't hide submenu when move to other (#1411) (22cacb4)
Features
- abc:se: add
hideLabel
property (#1402) (3ec8d06) - cli: please use yarn instead of NPM to install dependencies (#1415) (0bf930c)
- form:array: add
required
property (#1408) (8f3510e)
Performance Improvements
- remove ie support (#1419) (c2279c4)
- tree-shake warnings in production (#1417) (e98cf99)
- util:copy: use standard interface
navigator.clipboard
(#1413) (ed7834b)
Bug Fixes
- abc:lodop: 更新
lodop.types.ts
(#1400) (3fb7b41) - cli:ng-add: 修复警告不支持的 Node 版本 (#1401) (1c15596)
- form:array: 修复水平布局下指定
spanLabelFixed
样式错位 (#1407) (a7c6450) - form:autocomplete: 修复无法设置默认值 (#1406) (d18aa43)
- theme:layout-default: 修复在收缩下光标移到其他菜单时自动关闭子菜单 (#1411) (22cacb4)
Features
- abc:se: 新增
hideLabel
属性 (#1402) (3ec8d06) - cli: 新增提醒使用
yarn
替代npm
的安装依赖方式 (#1415) (0bf930c) - form:array: 新增
required
属性 (#1408) (8f3510e)
Performance Improvements
12.4.2
12.4.1
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)
Performance Improvements
12.3.0
Bug Fixes
- abc:st: fix
iif
of group columns (#1363) (14eb035) - form:number: fix exclusive range when step be set (#1366) (68b5c5b)
Features
- abc:xlsx: add support csv file (#1354) (826b93f)
- acl: support function of guard (#1365) (bf2ff5d)
- adding Italian locale (#1357) (52b237a)
- chart:echarts: add
on
property (#1337) (442abcc) - form:widget:text: add
html
property (#1367) (d07bcdd) - theme:menu: support
svg
type (#1364) (36c43e2) - util:format: add token mode in format mask (#1349) (152cc50)