Skip to content

Releases: ng-alain/delon

14.1.1

14 Oct 10:46
a1b845e
Compare
Choose a tag to compare

Bug Fixes


Bug Fixes

14.1.0

09 Oct 08:51
f11a1b3
Compare
Choose a tag to compare

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 is true (#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: 修复 showOPAreatrue 时无法关闭面板 (#1527) (7d8fbf5)
  • abc:st: 修复子菜单下点击空白区域无法触发事件 (#1534) (a807429)
  • cli: 修复初始化NG-ALAIN时 startup.service.ts 不正确返回 undefined (#1533) (8b0be4c)
  • cli: 修复多余 allowedCommonJsDependencies 项 (#1526) (c43afb8)

Features

14.0.0

27 Aug 11:05
255e023
Compare
Choose a tag to compare

Bug Fixes

Features

BREAKING CHANGE

  • theme:MenuService collapsed instead of open (#1507) (50f35a9)

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: 新增请求远程数据时是否忽略 nullundefined 值的数据 (#1515) (4747bcd)
  • form:select: 新增 hide 隐藏 (#1516) (6df7c38)
  • form: 新增 visibleIfLogical 逻辑类型,支持 orand 类型 (#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

  • theme:MenuService 使用 collapsed 替换 open (#1507) (50f35a9)

13.5.2

12 Jul 15:31
586d828
Compare
Choose a tag to compare

Bug Fixes

  • fix 'null' is not assignable to type 'NzFormControlStatusType' (#1502) (aa6c77b)

13.5.1

06 Jun 06:28
5638156
Compare
Choose a tag to compare

Bug Fixes

Performance Improvements

  • rxjs/operators export site has been deprecated (#1485) (d8efc02)

Bug Fixes

  • abc:qr: 修复无法垂直居中 (#1481) (12354f1)
  • cli: 修复区分大小写目录名 (#1494) (c80d102)
  • util:copy: 修复 copy 无法在最新 Chrome 下使用 (#1483) (b3072ac)

Performance Improvements

  • 优化 rxjs/operators 导出已经过期 (#1485) (d8efc02)

13.5.0

13 May 15:54
080916c
Compare
Choose a tag to compare

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


Bug Fixes

  • abc:st: 修复菜单的空安全值 (#1475) (6f13f22)
  • form: 修复同时修改 disabledloading 导致刷新 Schema (#1473) (59660f9)
  • theme:layout-default: 修复 RTL 下中等屏幕错位 (#1469) (f5950f6)
  • util:cookie: 修复 remove 错误写入值 (#1479) (66a4eb2)

Features

  • abc:st: 增加 maxMultipleButton 最多可显示按钮属性,并多余部分自动生成至 更多 下面 (#1474) (f949623)
  • form: 增加 delay 延迟渲染,需要手动触发 (#1471) (64bf0a4)
  • form: 增加导出 setErrors 方法,用于自定义维护元素错误消息 (#1476) (b501c58)
  • theme:http: 新增允许 PATCHDELETE 支持 body 请求体 (#1478) (2e250e4)
  • theme:layout-defualt: 新增支持自定义 LOGO 区域 (#1470) (69dc29d)

13.4.2

01 Apr 09:58
8608736
Compare
Choose a tag to compare

Bug Fixes


Bug Fixes

13.4.1

26 Mar 08:27
3c3b9cd
Compare
Choose a tag to compare

Bug Fixes

  • cli: fix can't use ng g ng-alain command in subdirectories (#1462) (5f449c6)
  • cli: fix deprecated --syntax of lint-staged (#1463) (b42e6ae)
  • sf:widget:array: fix misalignment (#1464) (4f388f1)

Bug Fixes

  • cli: 修复无法在子目录下使用 ng g ng-alain 命令 (#1462) (5f449c6)
  • cli: 修复 lint-staged 的过期参数 --syntax (#1463) (b42e6ae)
  • sf:widget:array: 修复固定标签下产生错位 (#1464) (4f388f1)

13.4.0

18 Mar 09:31
1e80665
Compare
Choose a tag to compare

Bug Fixes

  • abc:st: fix misalignment when removing multiple rows (#1459) (82b20f4)
  • chart:card: fix support html of total property (#1458) (e703cee)

Features


Bug Fixes

  • abc:st: 修复删除多行时出现错位 (#1459) (82b20f4)
  • chart:card: 修复 total 属性支持HTML (#1458) (e703cee)

Features

13.3.0

11 Mar 07:39
46c00e6
Compare
Choose a tag to compare

Bug Fixes

Features


Bug Fixes

Features

  • form: 新增 feedback 反馈状态相关属性与操作 (#1452) (1305849)
  • theme:i18n: 新增 AlainI18NGuard 守卫,用于国际化体现在URL上 (#1451) (4340c15)
  • theme:theme-btn: 新增 themeChange 事件 (#1445) (4326e73)