Bug Fixes
- abc:se: fix missing error style (#1517) (c01e3de)
- form: fix width style (#1504) (8ab8956)
- forum:array: fix invalid
minItems
(#1511) (923d4f4) - theme:model fix missing
xl
style in vertical (#1506) (5e1edee) - theme:MenuService fix hide when all children has hidden (#1507) (50f35a9)
Features
- abc:observers: add
[observeSize]
directive (#1501) (8bebd30) - abc:pdf: add
eventBus
property (#1492) (57f340f) - abc:reuse-tab: add
canClose
property (#1497) (347745a) - abc:reuse-tab: support status of the last browser closed (#1493) (94f2986)
- abc:st: add function of
reName
(#1500) (9a0c96e) - abc:st: add whether to ignore
null
orundefined
value (#1515) (4747bcd) - form:select: add
hide
property (#1516) (6df7c38) - form: add
visibleIfLogical
logical type (#1496) (7af1397) - theme:title: add
selector
property (#1487) (b15f35f) - theme: add
ALLOW_ANONYMOUS
,CUSTOM_ERROR
,IGNORE_BASE_URL
,RAW_BODY
(#1486) (4a6755e) - util: add
omit
(#1519) (15bb062) - theme:MenuService allow control open via service (#1507) (50f35a9)
BREAKING CHANGE
Bug Fixes
- abc:se: 修复缺失错误红色边框样式 (#1517) (c01e3de)
- form: 修复缺失宽度样式 (#1504) (8ab8956)
- forum:array: 修复
minItems
不生效 (#1511) (923d4f4) - theme:model 修复垂直模式缺失
xl
样式 (#1506) (5e1edee) - theme:MenuService 修复子项都隐藏时应隐藏项 (#1507) (50f35a9)
Features
- abc:observers: 新增
[observeSize]
指令,用于观察DOM大小变化 (#1501) (8bebd30) - abc:pdf: 新增
eventBus
属性 (#1492) (57f340f) - abc:reuse-tab: 新增
canClose
属性 (#1497) (347745a) - abc:reuse-tab: 新增保留最后一次打开状态 (#1493) (94f2986)
- abc:st: 新增
reName
支持自定义函数 (#1500) (9a0c96e) - abc:st: 新增请求远程数据时是否忽略
null
或undefined
值的数据 (#1515) (4747bcd) - form:select: 新增
hide
隐藏 (#1516) (6df7c38) - form: 新增
visibleIfLogical
逻辑类型,支持or
、and
类型 (#1496) (7af1397) - theme:title: 新增
selector
属性 (#1487) (b15f35f) - theme: 新增
ALLOW_ANONYMOUS
,CUSTOM_ERROR
,IGNORE_BASE_URL
,RAW_BODY
Token (#1486) (4a6755e) - util: 新增
omit
忽略 obj 指定属性 (#1519) (15bb062) - theme:MenuService 新增允许控制打开状态 (#1507) (50f35a9)