Scaffold
- fix misspelled word,
GLOBAL_THIRD_MDOULES
changed toGLOBAL_THIRD_MODULES
(#762)
Bug Fixes
- module:sf:checkbox: fix missing title (#259) (b78f38a), closes #258
- module:sf:tree-select: fix children repeat data when expand changes (#260) (2bfd75f)
- module:st: fix invalid trigger when used icon & pop (#256) (598f9ab)
- module:theme:menu: fix shortcut children polluted (#265) (a255fe0)
Features
- module:sidebar-nav: add icon more properties (#263) (5b696f5)
- module:st: add
no
of type (#261) (8fc29ce) - module:st: add
removeRow
method (#255) (13a3a21) - module:st: add
rowClassName
property (#268) (0af1484) - module:st: add icon & text coexist (#256) (598f9ab)
- module:theme: add
.scrollbar
style service of div (#267) (161d328) - module:theme: add safe url pipe (#254) (62724a0)
- schematics: add color less when running
ng
commend (#253) (145e4a9)
Scaffold
- 修复命名错误
GLOBAL_THIRD_MDOULES
变更为GLOBAL_THIRD_MODULES
(#762)
Bug Fixes
- module:sf:checkbox: 修复丢失 title 问题 (#259) (b78f38a), closes #258
- module:sf:tree-select: 修复异步展示会重复渲染子项 (#260) (2bfd75f)
- module:st: 修复 icon 无法触发 pop 问题 (#256) (598f9ab)
- module:theme:menu: 修复快捷菜单项污染原始菜单数据,导致重复高亮 (#265) (a255fe0)
Features
- module:sidebar-nav: 新增所有 icon 组件的属性 (#263) (5b696f5)
- module:st: 新增行号
no
类型 (#261) (8fc29ce) - module:st: 新增
removeRow
移除行方法 (#255) (13a3a21) - module:st: 新增
rowClassName
组件属性 (#268) (0af1484) - module:st: 新增按钮允许 icon & text 并存 (#256) (598f9ab)
- module:theme: 新增
.scrollbar
美化 div 滚动条样式 (#267) (161d328) - module:theme: 新增安全 URL
| url
管道 (#254) (62724a0) - schematics: 新增运行
ng
命令时优先执行 color less 生成 (#253) (145e4a9)