Skip to content

Releases: ng-alain/delon

8.8.0

30 Dec 12:33
e81e756
Compare
Choose a tag to compare

Bug Fixes

  • abc:sidebar-nav: fix keeping expand when changed route in enabled openStrictly (#759) (a7ab84a)
  • abc:st: fix filter misalignment (#754) (7236e70)
  • cli:plugin:docker: fix lower version of node (#753) (6ce6eb6)
  • cli:plugin:icon: fix multi-project pollution (#752) (889d75a)

Features

  • abc:down-file: support custom file name (#757) (bafb44c)
  • abc:loading: add global loading indicator (#755) (8c1a6d8)

Bug Fixes

  • abc:sidebar-nav: 修复启用 openStrictly 下切换路由后保持展开状态 (#759) (a7ab84a)
  • abc:st: 修复过滤操作符错位 (#754) (7236e70)
  • cli:plugin:docker: 修复 node 版本过低导致编译失败 (#753) (6ce6eb6)
  • cli:plugin:icon: 修复多项目时会污染 (#752) (889d75a)

Features

  • abc:down-file: 新增支持自定义文件名 (#757) (bafb44c)
  • abc:loading: 新增全局加载指示符组件 (#755) (8c1a6d8)

8.7.3

20 Dec 11:33
e0ee31d
Compare
Choose a tag to compare

Bug Fixes

  • abc:se: fix misplaced labels on small screens (#744) (1f141a5)
  • abc:sidebar-nav: fix can't click text in collapsed mode (#749) (c502017)
  • form: fix shoule be inherit ui properites of array property (#747) (0c02bb6), closes #745
  • theme:http.decorator: fix unable to send array response body (#746) (3855838)

Bug Fixes

  • abc:se: 修复小屏幕标签错位 (#744) (1f141a5)
  • abc:sidebar-nav: 修复收缩下点击文本无法路由跳转 (#749) (c502017)
  • form: 修复数组没有继承 UI 选项 (#747) (0c02bb6), closes #745
  • theme:http.decorator: 修复响应体无法发送数组 (#746) (3855838)

8.7.2

17 Dec 06:29
a32cc55
Compare
Choose a tag to compare

Bug Fixes

  • abc:sidebar-nav: fix invalide tooltip render (#736) (7de70b2)
  • abc:sidebar-nav: fix not found [@alain-default-aside](https://github.com/alain-default-aside)-* var… (#740) (8bd3729)
  • abc:sv,se: fix spacing between option and Icon (#741) (1ab2ca5)

Bug Fixes

  • abc:sidebar-nav: 修复 tooltip 无效渲染 (#736) (7de70b2)
  • abc:sidebar-nav: 修复商业主题未找到 [@alain-default-aside](https://github.com/alain-default-aside)-* var… (#740) (8bd3729)
  • abc:sv,se: 修复可选文本与Icon图标间距问题 (#741) (1ab2ca5)

8.7.1

11 Dec 17:02
030ef3d
Compare
Choose a tag to compare

Bug Fixes

  • abc:sidebar-nav: fix style in disabled (#731) (7759299)
  • abc:st: fix duplcate title when responsive is false (#733) (baab4a7)
  • chart:water-wave: fix first time unable to render (#734) (cbbd573)

Bug Fixes

  • abc:sidebar-nav: 修复禁用菜单项样式问题 (#731) (7759299)
  • abc:st: 修复 responsivefalse 时依然显示坚标题 (#733) (baab4a7)
  • chart:water-wave: 修复首次加载无法渲染问题 (#734) (cbbd573)

8.7.0

06 Dec 05:37
54e3ea8
Compare
Choose a tag to compare

Scaffold

  • fix: should handle exceptions more friendly in DefaultInterceptor (#1411)

Bug Fixes

  • abc:st: fix expand width value in strict mode (#720) (248c27d)

Features

  • abc:sidebar-nav: support html in text or i18n property (#723) (d58f5b1), closes #716
  • abc:st: add error supports multiple types (#721) (436a4e5)
  • abc:st: add setRow method in component (#725) (170bab2)
  • auth: add onlyToken property in clear method (#717) (f05ab21)
  • theme:MenuService: add getItem, setItem methods (#722) (2c05493)

Scaffold

  • fix: 修复 DefaultInterceptor.handleData() 应更友好的处理异常错误 (#1411)

Bug Fixes

  • abc:st: 修复 strict 宽度模式下扩展操作符列宽问题 (#720) (248c27d)

Features

  • abc:sidebar-nav: 新增 texti18n 属性支持HTML (#723) (d58f5b1), closes #716
  • abc:st: 新增 error 支持多种错误类型 (#721) (436a4e5)
  • abc:st: 新增 setRow 方法用于更新某列的部分数据 (#725) (170bab2)
  • auth: 新增 clear 方法允许只清空 Token 属性 (#717) (f05ab21)
  • theme:MenuService: 新增 getItemsetItem 方法,用于更新某个菜单项 (#722) (2c05493)

8.6.0

15 Nov 04:36
01efded
Compare
Choose a tag to compare

Bug Fixes

  • abc:reuse-tab: fix duplicate render list (#707) (2e697af)
  • abc:xlsx: fix duplicate loading xlsx.js when XLSX exists (#705) (88e63a2)
  • form:array: fix losing optionalHelp property (#713) (8c574ef)
  • form:checkbox: fix losing optionalHelp property (#708) (e3585ea)
  • abc:table: fix invalid global sortReName property in mulitisort (#714) (00f998d)

Features


Bug Fixes

  • abc:reuse-tab: 修复重复性标签渲染,导致快速切换 (#707) (2e697af)
  • abc:xlsx: 修复当 XLSX 对象存在时应忽略加载 xlsx.js (#705) (88e63a2)
  • form:array: 修复 optionalHelp 属性不生效 (#713) (8c574ef)
  • form:checkbox: 修复 optionalHelp 属性不生效 (#708) (e3585ea)
  • abc:table: 修复无效全局 sortReName 属性不生效 (#714) (00f998d)

Features

  • abc:sv,se: 新增 optional, optionalHelp 支持 TemplateRef 自定义模板 (#710) (a456201)
  • abc:table: 新增 keepEmptyKey 属性指定多排序时是否始终发送键名 (#714) (00f998d)
  • abc:table: 新增 change 事件类型 loaded 当数据加载完成后触发 (#709) (6d3f017)
  • cli: 新增禁止使用 cnpm 提醒文本 (#704) (9e131d7)
  • form: 新增 cleanValue 属性,是否清空未定义Schema值 (#711) (7e55136)
  • form: 新增 noColon 属性 (#698) (2c34460)

8.5.1

28 Oct 16:21
2599509
Compare
Choose a tag to compare

Bug Fixes

  • abc:reuse-tab: fix style in card type (#701) (8eaa89d)
  • abc:st: shoule be auto 100% width when not specified (#700) (36a95f6)

  • abc:reuse-tab: 修复卡片式样式问题 (#701) (8eaa89d)
  • abc:st: 修复当指定 width 时应自动填充未指定的列为 100% (#700) (36a95f6)

8.5.0

12 Oct 12:19
ae26f7e
Compare
Choose a tag to compare

Bug Fixes

  • abc:sidebar-nav: fix repeat render item in external link (#688) (fbf52c4)
  • abc:st: fix ingore invalid tag or badge (#687) (3752205)
  • abc:st: fix render null value in export to excel (#689) (2aef5a9)
  • abc:st: should be stop propagation in button event when expandRowByClick is true (#692) (da8d99d)
  • sf:cascader: removed select event, muse be use selectionChange (#684) (1ed0ae1)

Features

BREAKING CHANGES


Bug Fixes

  • abc:sidebar-nav: 修复重复渲染外部链接 (#688) (fbf52c4)
  • abc:st: 修复 tagbadge 空值抛错 (#687) (3752205)
  • abc:st: 修复导出 Excel 时空值显示 null 字符问题 (#689) (2aef5a9)
  • abc:st: 修复当设置 expandRowByClick: true 时按钮点击会触发展开问题 (#692) (da8d99d)
  • sf:cascader: 修复 select 无效事件,应使用 selectionChange 替代 (#684) (1ed0ae1)

Features

  • abc:reuse-tab: 新增 tabMaxWidth 属性 (#690) (19cc818)
  • abc:st: 新增 divider 按钮类型 (#683) (d9f6014)
  • form:autocomplete: 新增 change 事件 (#691) (f4215e4)
  • theme:http: 新增 @Payload 装饰 (#686) (123c29e)
  • theme:http: 新增 ::id 表示转义字符 (#686) (123c29e)

BREAKING CHANGES

  • abc:count-down 升级至 8.x,其版本有破坏性变更细节

8.4.0

01 Sep 07:19
7a43c9f
Compare
Choose a tag to compare

Bug Fixes

  • abc:sidebar-nav: fix invalid click children title in collapsed (#673) (b6c1fc6)
  • abc:sidebar-nav: fix style misplacement (#677) (efd9bb1)
  • abc:st: fix ingored incomplete request when has new request (#674) (c98ae19)
  • abc:st: fix invalid title in export (#672) (48ca08f)
  • abc:sv: fix labelWidth type in SVConfig (#668) (43cf770)

Features


Bug Fixes

  • abc:sidebar-nav: 修复收缩下点击父级标准抛出错误 (#673) (b6c1fc6)
  • abc:sidebar-nav: 修复长名称样式错位 (#677) (efd9bb1)
  • abc:st: 修复新请求时应先中断旧请求 (#674) (c98ae19)
  • abc:st: 修复导出Excel时产生无效标题 (#672) (48ca08f)
  • abc:sv: 修复 SVConfiglabelWidth 无效类型 (#668) (43cf770)

Features

  • abc:st: 增加 pop 相关的若干属性 (#676) (a078f02)
  • cache: 增加全局 DelonCacheConfig 配置支持 type, expire 类型 (#669) (9d393fb)

8.3.0

03 Aug 07:32
2a19395
Compare
Choose a tag to compare

Bug Fixes

  • abc:reuse-tab: should be always get title from menu data (#661) (6e63418)
  • abc:sidebar: fix invalid subnode when include badge value in collapsed mode (#665) (763a27e)
  • abc:st: fix ignore catch error of http request when component is destroyed (#658) (6bd97eb)
  • theme:title: should be avoid can't get title when rendered componet in NavigationEnd event (#660) (0db451d)
  • abc:st: fix ingore truncate of img column when strictBehavior is truncate (#656) (4ae8f13)

Features

  • abc:st: add lazyLoad property in req (#656) (4ae8f13)
  • abc:st: add STColumnTitle type of title property` (#657) (9408ccc)
  • acl: support specify guard fail url in router data (#666) (bee66fd)
  • form:*: support date-fns format in date, time widgets (#663) (ba91193)

Bug Fixes

  • abc:reuse-tab: 修复 URL 模式也应该从菜单数据中获取标题 (#661) (6e63418)
  • abc:sidebar: 修复当包含徽章时无法展开子菜单问题 (#665) (763a27e)
  • abc:st: 修复当组件被销毁时应该中断 HTTP 请求 (#658) (6bd97eb)
  • theme:title: 修复路由跳转后在 NavigationEnd 事件里调用重置当前页无效问题 (#660) (0db451d)
  • abc:st: 修复当 strictBehaviortruncateimg 列不应该截断 (#656) (4ae8f13)

Features

  • abc:st: 新增 req.lazyLoad 属性首次不发送请求 (#656) (4ae8f13)
  • abc:st: 新增 STColumnTitle.title 支持可选和帮助信息描述 (#657) (9408ccc)
  • acl: 新增支持在路由 data 属性里指定未授权跳转URL (#666) (bee66fd)
  • form:*: 新增 date time 小部件对 date-fns 格式化的支持 (#663) (ba91193)