Releases: ng-alain/delon
Releases · ng-alain/delon
7.6.0
Scaffold
- refactor code styles config (#1119)
Bug Fixes
Features
- abc:st: add
filteredData
property in component (#588) (f74e589) - abc:st: add virtual scroll (#590) (1a88bfd)
- abc:st: add function type in button
text
property (#585) (3f7f9a5) - form:date: add
year
inmode
property (#587) (935b8c2)
Scaffold
- 重构代码风格指南配置 (#1119)
Bug Fixes
Features
7.5.0
Scaffold
- refactor
color-less.js
(#1100)
Bug Fixes
- abc:se: fix losing optional icon (#577) (d9033dd)
- form: fix ingore trigger
formChange
event when callrefreshSchema
(#579) (4f4c4f9) - form:autocomplete: fix verify form in typing (#580) (3371168)
Features
- abc:st: add
expandAccordion
property (#576) (d3dd0e4) - abc:sv: add
optional
optionalHelp
properittes (#578) (8968ae4) - form: add
acl
property (#574) (54ddae9)
Scaffold
- 重构
color-less.js
(#1100)
Bug Fixes
- abc:se: 修复 icon 图标丢失 (#577) (d9033dd)
- form: 修复调用
refreshSchema
应忽略formChange
事件触发 (#579) (4f4c4f9) - form:autocomplete: 修复键入过程中应校验表单 (#580) (3371168)
Features
7.4.0
Bug Fixes
- abc:sidebar: fix invalid iconfont icon (#568) (9a8ebae)
- abc:st: fix ingore pi event trigger when change size in last page (#564) (375d605)
- abc:st: fix responsive styles pollution
nz-table
(#563) (4a78ef2) - cli: fix invalid translate in
ng add
(#561) (add2ec0) - cli: fix repeat variable suffix in
ng g ng-alain
(#560) (7b8d9eb) - form:select: fix invlaid tag count (#571) (56abb18)
Features
- abc:st: ingore sort procees when
compare
isnull
(#570) (0b625b4) - acl: add
except
property inACLType
(#566) (3787128)
Bug Fixes
- abc:sidebar: 修复无法使用自定义 iconfont (#568) (9a8ebae)
- abc:st: 修复切换页码时最后一页无法触发
pi
事件 (#564) (375d605) - abc:st: 修复
st
响应式污染原生nz-table
(#563) (4a78ef2) - cli: 修复
ng add
会产生多余国际化代码 (#561) (add2ec0) - cli: 修复
ng g ng-alain
会增加多余的变量前缀 (#560) (7b8d9eb) - form:select: 修复无效标签数量 (#571) (56abb18)
Features
7.3.2
Scaffold
Bug Fixes
- abc:se: fix ingore label width when layout is inline (#553) (70322fa)
- abc:st: add
rawData
parameter ofres.process
(#549) (102f53f) - abc:st: fix auto hide dropdown in buttons (#556) (5eb00eb)
- theme:http: fix losing generic in
get
(#551) (b2e1482) - util:deepMergeKey: fix override array when ingoreArray is true (#555) (6d4c1cc)
Performance Improvements
Scaffold
Bug Fixes
- abc:se: 修复内联模式时应忽略标签的宽度 (#553) (70322fa)
- abc:st: 修复
res.process
缺少rawData
参数 (#549) (102f53f) - theme:http: 修复
get
泛型返回错误类型 (#551) (b2e1482) - util:deepMergeKey: 修复忽略数组无法问题 (#555) (6d4c1cc)
Performance Improvements
7.3.1
Scaffold
- style: update stylelint config (#1054)
Bug Fixes
- abc:sv: fix detail misalignment when content include block (#545) (a3191a3)
- cli: fix
lint:style
invalid script (#541) (1d41e82) - form:*: fix
ViewDestroyedError
error (#542) (5d8ffa4) - theme:http: fix losing retrun a generic type in
get
(#546) (359159c)
Scaffold
- 更新
stylelint
配置 (#1054)
Bug Fixes
7.3.0
Scaffold
- 401 no need to prompt for request error (#1023)
- Upgrade
screenfull
to4.2.0
(#1031) - Update
prettier
settings (#1034)
Bug Fixes
- abc:st: fix ingore load data when page size changed (#539) (12ad96f)
- form:*: fix can't render when async data (#525) (d4d4428)
- form:date: fix throw error when not include end property (#527) (f06757c)
- form:select: fix i18n of notFoundContent (#524) (1df658c)
- form:upload: fix clean value when remove file list (#526) (0f4e1c5)
- theme:drawer: fix deep merge object (#535) (9c588eb)
- theme:modal: fix losing
nzWrapClassName
when hassize
exists (#537) (c64834a)
Features
- abc:st: add
showExpand
property (#520) (d87d56f) - abc:st: add
widthMode
property (#518) (715d5de) - abc:st: support controlled
loading
property (#533) (317b88c) - acl: add
*aclIf
structural directive (#529) (cf49779) - form: add icon in
button
proprety (#538) (0ef4281) - form: add
loading
property (#517) (1e9df24) - theme:yn: add
mode
property (#534) (ebd42be) - theme:drawer: add
exact
property (#535) (9c588eb)
Special Thanks
Amit0043, its404
7.3.0 (2019-04-26)
Scaffold
Bug Fixes
- abc:st: 修复切换页数会触发两次数据加载 (#539) (12ad96f)
- form:*: 修复异步数据渲染不正确 (#525) (d4d4428)
- form:date: 修复当未包含
end
属性时抛出异常 (#527) (f06757c) - form:select: 修复国际化 (#524) (1df658c)
- form:upload: 修复移除文件列表时应更新清空值 (#526) (0f4e1c5)
- theme:drawer: 修复默认值问题 (#535) (9c588eb)
- theme:modal: 修复
nzWrapClassName
和size
存在时无法并存问题 (#537) (c64834a)
Features
- abc:st: 新增
showExpand
属性 (#520) (d87d56f) - abc:st: 新增
widthMode
属性 (#518) (715d5de) - abc:st: 新增完全受控
loading
属性 (#533) (317b88c) - acl: 新增
*aclIf
结构化指令 (#529) (cf49779) - form: 新增按钮图标配置属性 (#538) (0ef4281)
- form: 新增
loading
属性 (#517) (1e9df24) - theme:yn: 新增
mode
属性 (#534) (ebd42be) - theme:drawer: 新增
exact
属性 (#535) (9c588eb)
Special Thanks
Amit0043, its404
7.2.0
Bug Fixes
- abc:_src: fix invalid
size
property (#503) (76fc61b) - abc:reuse-tab: fix actived select tab when close right or other (#500) (ed3eef7)
- abc:st: fix missing trigger
expand
event when click expand icon (#501) (a0a9c53) - cli: fix removed
header-i18n
when no-include i18n (#505) (9839f69) - sf: fix layout misplacement in inline mode (#514) (9a7901a)
- sf:radio: fix async data invlid render (#504) (18c6af5)
Features
- abc:reuse-tab: add
tabBarExtraContent
tabBarStyle
tabBarGutter
properites (#510) (5d48933) - acl: add
preCan
property in global config (#511) (1bdbd8c)
Bug Fixes
- abc:_src: 修复无效
size
属性 (#503) (76fc61b) - abc:reuse-tab: 修复右击关闭其他或右侧标签应以当前选择项为基准 (#500) (ed3eef7)
- abc:st: 修复点击扩展图标无法触发
expand
事件 (#501) (a0a9c53) - cli: 修复未指定 i18n 时提示未找到
header-i18n
(#505) (9839f69) - sf: 修复内联模式错位 (#514) (9a7901a)
- sf:radio: 修复异步数据无法渲染 (#504) (18c6af5)
Features
7.1.0
Bug Fixes
- sf:checkbox: fix invalid trigger check-all when click input (#493) (4ee3ca5)
- sf:select: fix invalid clear value (#496) (28e3915)
Features
- abc:qr: add support unicode value (#495) (9082319)
- abc:sv: add
unit
property (#497) (5a84e1b) - cli:plugin:sts: add sts plugin (#494) (5f735db)
- module:theme: adding Korean locale (#486) (5e3ad9c)
BREAKING CHANGES
Bug Fixes
Features
- abc:qr: 新增支持 unicode 值,支持中文 (#495) (9082319)
- abc:sv: 新增
unit
单位属性 (#497) (5a84e1b) - cli:plugin:sts: 新增 sts 插件 (#494) (5f735db)
- module:theme: 新增朝鲜语 (#486) (5e3ad9c)
BREAKING CHANGES
7.0.3
Bug Fixes
- abc:result: use
nzType
instead of class anticon (#483) (7553860) - abc:se: should be keeping placeholder when content is empty (#480) (e35c2e0)
- abc:st: fix invalid number type of width (#481) (7cdbe6e)
- abc:st: fix losing global config in modal or drawer (#482) (ab34a44)
- abc:st: fix styles of filter button (#474) (f491b4d)
- sf:number: fix show undefined or null when use prefix or unit an… (#473) (4d2cede)
- util:deepGet: fix losing 0 value (#479) (bf37459)
Features
Bug Fixes
- abc:result: 使用
nzType
替代已过期 anticon 类名 (#483) (7553860) - abc:se: 修复当内容为空时应保持占位符的高度 (#480) (e35c2e0)
- abc:st: 修复
width
不支持数字型 (#481) (7cdbe6e) - abc:st: 修复丢失模态、抽屉全局配置 (#482) (ab34a44)
- abc:st: 修复丢失过滤框按钮样式 (#474) (f491b4d)
- sf:number: 修复指定
prefix
后缀时会显示null
(#473) (4d2cede) - util:deepGet: 修复
0
被认为无效值问题 (#479) (bf37459)
Features
7.0.2
Bug Fixes
- abc:sidebar-nav: fix warnning 'Navigation triggered outside Angu… (#466) (b565b3f)
- abc:st: fix losing req config (#467) (697f33e)
- theme:drawer: fix body scroll when placement is top or bottom (#469) (873d0de)
Features
Bug Fixes
- abc:sidebar-nav: 修复 'Navigation triggered outside Anggular' 警告导致收缩时无法点击 (#466) (b565b3f)
- abc:st: 修复无法覆盖全局
req
(#467) (697f33e) - theme:drawer: 修复顶部或底部宽度及子组件无法滚动问题 (#469) (873d0de)