Releases: ng-alain/delon
Releases · ng-alain/delon
14.3.0
Bug Fixes
- abc:st: fix misalignment when sort and filter can be set (#1556) (5a77920)
- abc:st: fix miss built-in style in head (#1560) (41fbae0)
- abc:st: fix shadow spacing in truncate mode (#1558) (4b00b21)
- from: fix can't detect change when call
setValue
(#1554) (bc609b3)
Features
- abc:st:
columns
supportnull
,undefined
(#1559) (c74c992) - abc:sv: add
hideLabel
property (#1553) (f71351b) - theme:default: add
LayoutDefaultService
service of control theme, add hide top options (#1561) (bf90034)
Bug Fixes
- abc:st: 修复排序与过滤共享时不对齐 (#1556) (5a77920)
- abc:st: 修复内置样式无法适应到标题 (#1560) (41fbae0)
- abc:st: 修复宽带模式为截取时阴影间距问题 (#1558) (4b00b21)
- from: 修复调用
setValue
无法触发变更检测 (#1554) (bc609b3)
Features
14.2.0
Scaffold
- Add press F1 to focus in top search (#2314)
Bug Fixes
- abc:st: fix miss center title when set sort (#1547) (86c8ca1)
- abc:st: fix use pure recoard data for modal params (#1541) (04e97f1)
- cli: upgrade
ng-alain-plugin-theme
(#1545) (591b604)
Features
- theme:setting-drawer: add
lessJs
property (#1544) (9c5a1da) - abc:exception: add
typeDict
of global config (#1551) (a408cbb) - abc:hotkey: add
hotkey
component (#1538) (6913f01) - abc:notice-icon: add
centered
property (#1546) (df01dcc) - cli:sta: add
tagsMapping
property (#1549) (4ed1aa4) - util:other:lazy: add
attriburte
property (#1548) (a197bb1)
Scaffold
- 添加按
F1
顶部搜索框获得焦点 (#2314)
Bug Fixes
- abc:st: 修复设置排序时居中失效 (#1547) (86c8ca1)
- abc:st: 修复 modal 参数支持返回纯净数据(过滤
_values
等) (#1541) (04e97f1) - cli: 更新
ng-alain-plugin-theme
(#1545) (591b604)
Features
- theme:setting-drawer: 新增
lessJs
属性 (#1544) (9c5a1da) - abc:exception: 新增全局配置项
typeDict
(#1551) (a408cbb) - abc:hotkey: 新增
hotkey
热键组件 (#1538) (6913f01) - abc:notice-icon: 新增
centered
属性 (#1546) (df01dcc) - cli:sta: 新增
tagsMapping
属性,支持只 Tags 映射转换 (#1549) (4ed1aa4) - util:other:lazy: 新增
attriburte
属性,支持自定义script
或link
属性 (#1548) (a197bb1)
14.1.1
14.1.0
Bug Fixes
- abc:reuse-tab: fix can't refresh current tab (#1529) (2fb2d2b)
- abc:st: fix built-in style into to
className
(#1525) (b9e433d) - abc:st: fix can't close panel when
showOPArea
istrue
(#1527) (7d8fbf5) - abc:st: fix click trigger on blank area of sub-menus (#1534) (a807429)
- cli: fix correctly returns undefined (#1533) (8b0be4c)
- cli: fix merge
allowedCommonJsDependencies
(#1526) (c43afb8)
Features
Bug Fixes
- abc:reuse-tab: 修复无法刷新当前页 (#1529) (2fb2d2b)
- abc:st: 修复当指定
className
时导致内置样式失效 (#1525) (b9e433d) - abc:st: 修复
showOPArea
为true
时无法关闭面板 (#1527) (7d8fbf5) - abc:st: 修复子菜单下点击空白区域无法触发事件 (#1534) (a807429)
- cli: 修复初始化NG-ALAIN时
startup.service.ts
不正确返回undefined
(#1533) (8b0be4c) - cli: 修复多余
allowedCommonJsDependencies
项 (#1526) (c43afb8)
Features
14.0.0
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)
BREAKING CHANGE
13.5.2
13.5.1
Bug Fixes
- abc:qr: fix can't center (#1481) (12354f1)
- cli: fix folder name case sensitive (#1494) (c80d102)
- util:copy: fix invalid
copy
in latest chrome (#1483) (b3072ac)
Performance Improvements
Bug Fixes
- abc:qr: 修复无法垂直居中 (#1481) (12354f1)
- cli: 修复区分大小写目录名 (#1494) (c80d102)
- util:copy: 修复
copy
无法在最新 Chrome 下使用 (#1483) (b3072ac)
Performance Improvements
13.5.0
Bug Fixes
- abc:st: fix safe null check of menus (#1475) (6f13f22)
- form: fix modify
disabled
&loading
to cause refresh schema (#1473) (59660f9) - theme:layout-default: fix RTL will misalignment in medium screen (#1469) (f5950f6)
- util:cookie: fix wrong set value of
remove
(#1479) (66a4eb2)
Features
- abc:st: add
maxMultipleButton
of column (#1474) (f949623) - form: add
delay
property (#1471) (64bf0a4) - form: export
setErrors
method (#1476) (b501c58) - theme:http: allow
PATCH
andDELETE
to support request body (#1478) (2e250e4) - theme:layout-defualt: support custom logo area (#1470) (69dc29d)
Bug Fixes
- abc:st: 修复菜单的空安全值 (#1475) (6f13f22)
- form: 修复同时修改
disabled
与loading
导致刷新 Schema (#1473) (59660f9) - theme:layout-default: 修复 RTL 下中等屏幕错位 (#1469) (f5950f6)
- util:cookie: 修复
remove
错误写入值 (#1479) (66a4eb2)