7.0.0-rc.5
Pre-release
Pre-release
Scaffold
- style: import ng-alain-codelyzer & clean repeat tslint rule (#885)
Bug Fixes
- module:mock: fix
/:id
does not matchuser/1
(#384) (246934b) - module:sf:number: fix missing integer type (#385) (1f0226c), closes #381
- module:theme:title: fix i18n will auto call setTitle (#397) (4411a19)
Features
- module:sf:radio: add change event (#383) (7ebb484)
- module:sf:upload: add
beforeUpload
,filter
extra properties (#395) (29c66b5), closes #389 - module:st: add
iif
in column (#396) (066030d), closes #393 - module:st: add expand event in change property (#394) (84ff628)
- module:st: route state includes pi, ps, total data (#391) (567eadd)
- module:theme: add text, icon, width more sizes (#392) (5bd9d7e)
Performance Improvements
Scaffold
- style: 新增导入 ng-alain-codelyzer,清除重复 tslint 规则 (#885)
Bug Fixes
- module:mock: 修复
/:id
路由参数会匹配到user/1
(#384) (246934b) - module:sf:number: 修复类型为
integer
时依然能使用小数点 (#385) (1f0226c), closes #381 - module:theme:title: 修复首次引用时触发
setTitle
方法 (#397) (4411a19)
Features
- module:sf:radio: 新增
change
事件 (#383) (7ebb484) - module:sf:upload: 新增额外的属性
beforeUpload
、filter
等 (#395) (29c66b5), closes #389 - module:st: 新增
iif
自定义显示列 (#396) (066030d), closes #393 - module:st: 新增设置
expandRowByClick
时触发expand
事件类型 (#394) (84ff628) - module:st: 新增路由跳转时状态值包含
pi
,ps
,total
数据 (#391) (567eadd) - module:theme: 新增文本、图标、宽度的
xs
、xl
、xxl
尺寸 (#392) (5bd9d7e)