Skip to content

Releases: ng-alain/delon

8.2.0

20 Jul 10:15
e7e0c18
Compare
Choose a tag to compare

Scaffold

  • fix: fix alain-default.less file write always append mode (#1248)

Bug Fixes

  • abc:*: fix element as a block element in sv-title, se-title components (#651) (d92a21d)
  • auth: fix referrer.url should be always latest router url (#654) (89098e1)

Features

  • abc:reuse-tab: add tabType property, support card style (#652) (9da990f)
  • abc:*: add ellipsis of long label text in sv and se components (#651) (d92a21d)

Scaffold

  • 修复每次执行 npm run color-less 生成的 alain-default.less 文件总是包含上一次结果 (#1248)

Bug Fixes

  • abc:*: 修复 sv-title, se-title 样式无法独立一行问题 (#651) (d92a21d)
  • auth: 修复 referrer.url 应该总是最新路由地址 (#654) (89098e1)

Features

  • abc:reuse-tab: 新增 tabType 属性,支持 card 风格 (#652) (9da990f)
  • abc:*: 新增 svse 组件若长标签自动增加省略号 (#651) (d92a21d)

8.1.0

12 Jul 16:27
49793dc
Compare
Choose a tag to compare

Scaffold

  • feat: add proxying to a backend server (#1237)

Bug Fixes

  • abc:st: fix losing default page config (#649) (8f59ea2)
  • form: fix losing inherit of ui property value (#647) (f2df673)
  • form: fix missing style of widget item (#646) (fe2f0fe)
  • theme:menu: fix can be choose one of text or i18n (#648) (3200998)

Features

  • abc:st: add index argument of format (#644) (498d0b7)
  • cli: add proxying to a backend server (#645) (10c91d8)

Scaffold

  • 新增使用 proxyConfig 选项来代理后端服务器配置 (#1237)

Bug Fixes

  • abc:st: 修复 page 丢失默认配置项 (#649) (8f59ea2)
  • form: 修复 ui 属性无法继承问题 (#647) (f2df673)
  • form: 修复小部件样式 (#646) (fe2f0fe)
  • theme:menu: 修复 texti18n 二选一 (#648) (3200998)

Features

  • abc:st: 新增 formatindex 参数 (#644) (498d0b7)
  • cli: 新增使用 proxyConfig 选项来代理后端服务器配置 (#645) (10c91d8)

8.0.0

03 Jul 16:59
4aa5c35
Compare
Choose a tag to compare

8.0.0 version has some breaking changes. pls read more Upgrade Guide.

Bug Fixes

  • theme:style: fix aside user style (#639) (ede1d15)
  • abc:st: ingore title required in STColumn (#632) (69608c5)
  • cli:plugin:icon: fix unidentified nzType property (#637) (2784a5a)
  • form:array: fix disabled add & remove buttons when readOnly is true (#633) (15194cc)
  • form:array: fix invalid value subscript of path value (#628) (09807f7)
  • form:upload: fix invalid showUploadList property (#634) (54c3b90)
  • form:*: fix invalid render value when call setValue method (#622) (4cea3b7)

Features

  • abc:st: add tooltip property in button (#640) (181e3a1)
  • abc:st: add emitReload of resetColumns method (#635) (a96123e)
  • abc:down-file: add down-file_not-support & down-file__disabled (#624) (2369153)
  • abc:st: confirmText, clearText support i18n text (#618) (a8cd300)
  • abc:st: add keyword in filter (#612) (543236d)
  • form: optionalHelp support complex attributes (#621) (d45fddf)
  • form: support i18n (#625) (e1bbbdb)
  • util:deepMergeKey: support null & undefined of objects parament (#620) (a8ddbb8)

Performance Improvements

  • cli: optimize to provide more detailed errors (#619) (7ebef13)

BREAKING CHANGES

  • DelonACLModule muse be using forRoot()

8.0.0 版本有一些破坏性变更,更多请阅读升级指南

Bug Fixes

  • theme:style: 修复侧边栏用户模块样式 (#639) (ede1d15)
  • abc:st: 修复忽略 STColumntitle 为非必填性 (#632) (69608c5)
  • cli:plugin:icon: 修复未识别 nzType 属性 (#637) (2784a5a)
  • form:array: 修复 readOnly: true 时应禁用添加、移除按钮 (#633) (15194cc)
  • form:array: 修复数组下标值经过增删后混乱问题 (#628) (09807f7)
  • form:upload: 修复 showUploadList 无法设置复合参数 (#634) (54c3b90)
  • form:*: 修复部分小部件调用 setValue 方法无法渲染 (#622) (4cea3b7)

Features

  • abc:st: 新增按钮的 tooltip 属性 (#640) (181e3a1)
  • abc:st: 新增调用 resetColumns 时允许指定是否需要刷新数据 (#635) (a96123e)
  • abc:down-file: 新增 down-file_not-support & down-file__disabled 样式 (#624) (2369153)
  • abc:st: 新增 confirmText, clearText 国际化 (#618) (a8cd300)
  • abc:st: 新增关键词过滤器 (#612) (543236d)
  • form: 新增 optionalHelp 支持更复杂的属性 (#621) (d45fddf)
  • form: 新增国际化 (#625) (e1bbbdb)
  • util:deepMergeKey: 新增支持传递 null & undefined (#620) (a8ddbb8)

Performance Improvements

  • cli: 优化所有指令提供更详细的错误信息 (#619) (7ebef13)

BREAKING CHANGES

  • DelonACLModule 必须使用 forRoot() 来导入该模块

8.0.0-rc.1

29 Jun 04:25
7e839db
Compare
Choose a tag to compare
8.0.0-rc.1 Pre-release
Pre-release

8.0.0-rc.x version has some breaking changes. pls read more Upgrade Guide.

Bug Fixes

  • abc:st: ingore title required in STColumn (#632) (69608c5)
  • cli:plugin:icon: fix unidentified nzType property (#637) (2784a5a)
  • form:array: fix disabled add & remove buttons when readOnly is true (#633) (15194cc)
  • form:array: fix invalid value subscript of path value (#628) (09807f7)
  • form:upload: fix invalid showUploadList property (#634) (54c3b90)

Features

  • abc:st: add emitReload of resetColumns method (#635) (a96123e)

8.0.0-rc.x 版本有一些破坏性变更,更多请阅读升级指南

Bug Fixes

  • abc:st: 修复忽略 STColumntitle 为非必填性 (#632) (69608c5)
  • cli:plugin:icon: 修复未识别 nzType 属性 (#637) (2784a5a)
  • form:array: 修复 readOnly: true 时应禁用添加、移除按钮 (#633) (15194cc)
  • form:array: 修复数组下标值经过增删后混乱问题 (#628) (09807f7)
  • form:upload: 修复 showUploadList 无法设置复合参数 (#634) (54c3b90)

Features

  • abc:st: 新增调用 resetColumns 时允许指定是否需要刷新数据 (#635) (a96123e)

8.0.0-rc.0

23 Jun 15:25
fd9559a
Compare
Choose a tag to compare
8.0.0-rc.0 Pre-release
Pre-release

8.0.0-rc.0 version has some breaking changes. pls read more Upgrade Guide.

Bug Fixes

  • form:*: fix invalid render value when call setValue method (#622) (4cea3b7)

Features

  • abc:down-file: add down-file_not-support & down-file__disabled (#624) (2369153)
  • abc:st: confirmText, clearText support i18n text (#618) (a8cd300)
  • abc:st: add keyword in filter (#612) (543236d)
  • form: optionalHelp support complex attributes (#621) (d45fddf)
  • form: support i18n (#625) (e1bbbdb)
  • util:deepMergeKey: support null & undefined of objects parament (#620) (a8ddbb8)

Performance Improvements

  • cli: optimize to provide more detailed errors (#619) (7ebef13)

BREAKING CHANGES

  • DelonACLModule muse be using forRoot()

8.0.0-rc.0 版本有一些破坏性变更,更多请阅读升级指南

Bug Fixes

  • form:*: 修复部分小部件调用 setValue 方法无法渲染 (#622) (4cea3b7)

Features

  • abc:down-file: 新增 down-file_not-support & down-file__disabled 样式 (#624) (2369153)
  • abc:st: 新增 confirmText, clearText 国际化 (#618) (a8cd300)
  • abc:st: 新增关键词过滤器 (#612) (543236d)
  • form: 新增 optionalHelp 支持更复杂的属性 (#621) (d45fddf)
  • form: 新增国际化 (#625) (e1bbbdb)
  • util:deepMergeKey: 新增支持传递 null & undefined (#620) (a8ddbb8)

Performance Improvements

  • cli: 优化所有指令提供更详细的错误信息 (#619) (7ebef13)

BREAKING CHANGES

  • DelonACLModule 必须使用 forRoot() 来导入该模块

7.7.1

17 Jun 15:18
23285b2
Compare
Choose a tag to compare

Bug Fixes

  • form:select: fix invalid value via click clean (#611) (8ab8d45)

Bug Fixes

  • form:select: 修复点击清空按钮无法清除值 (#611) (8ab8d45)

7.7.0

15 Jun 13:42
1415542
Compare
Choose a tag to compare

Scaffold

  • fix isFetching status if using angular preloading (#1151)

Bug Fixes

  • abc:_src: fix img causing infinite loop when error image still load fail (#607) (09cdff0)
  • form:select: fix invlid render group in search mode (#602) (eaa774b)
  • theme:modal&drawer: removed automatic management of z-index values (#601) (088d306)

Features

  • abc:st: add iifBehavior property (#604) (0cbacc1)
  • abc:st: add optional parameters of resetColumns method (#597) (2d3f51d)
  • form: add disabled property (#603) (d67f5cd)

Scaffold

  • 修复 Angular 的预加载模块时会使进度条 isFetching 状态不正确 (#1151)

Bug Fixes

  • abc:_src: 修复错误图片路径无效时会进入死循环 (#607) (09cdff0)
  • form:select: 修复搜索模式下无法使用组项 (#602) (eaa774b)
  • theme:modal&drawer: 取消自动管理 z-index 值,zorro 最新版已经很合理的自动管理 (#601) (088d306)

Features

  • abc:st: 新增 iifBehavior 属性,用于指定无效按钮是禁用或隐藏 (#604) (0cbacc1)
  • abc:st: 新增 resetColumns 方法的可选参数 (#597) (2d3f51d)
  • form: 新增 disabled 禁用整个表单状态 (#603) (d67f5cd)

7.6.1

05 Jun 18:53
9212b15
Compare
Choose a tag to compare

Bug Fixes

  • cli: fix invalid translating (#598) (abc9e8e)
  • cli: fix losing antd-theme-generator package (#593) (97f0b1a)
  • form: fix invalid form values when call refreshSchema method (#596) (25f2617)
  • form:radio: fix losing nzButtonStyle property (#595) (638cffc)
  • form:select: fix losing compareWith property (#594) (1248716)

Bug Fixes

  • cli: 修复无效翻译 (#598) (abc9e8e)
  • cli: 修复丢失 antd-theme-generator 包 (#593) (97f0b1a)
  • form: 修复调用 refreshSchema 方法后 value 为空值 (#596) (25f2617)
  • form:radio: 修复缺少 nzButtonStyle 属性 (#595) (638cffc)
  • form:select: 修复缺少 compareWith 属性 (#594) (1248716)

7.6.0

02 Jun 10:04
4371521
Compare
Choose a tag to compare

Scaffold

  • refactor code styles config (#1119)

Bug Fixes

Features

  • abc:st: add filteredData property in component (#588) (f74e589)
  • abc:st: add virtual scroll (#590) (1a88bfd)
  • abc:st: add function type in button text property (#585) (3f7f9a5)
  • form:date: add year in mode property (#587) (935b8c2)

Scaffold

  • 重构代码风格指南配置 (#1119)

Bug Fixes

  • abc:st: 修复子菜单空白区域无法触发事件 (#585) (3f7f9a5)
  • cli: 修复 windows 下部分命令行失效 (#586) (1782498)

Features

  • abc:st: 新增 filteredData 属性用于获取过滤后所有数据 (#588) (f74e589)
  • abc:st: 新增虚拟滚动条,用于巨量数据加载 (#590) (1a88bfd)
  • abc:st: 新增按钮 text 属性支持函数 (#585) (3f7f9a5)
  • form:date: 新增 year 模式 (#587) (935b8c2)

7.5.0

25 May 05:53
d232c47
Compare
Choose a tag to compare

Scaffold

  • refactor color-less.js (#1100)

Bug Fixes

  • abc:se: fix losing optional icon (#577) (d9033dd)
  • form: fix ingore trigger formChange event when call refreshSchema (#579) (4f4c4f9)
  • form:autocomplete: fix verify form in typing (#580) (3371168)

Features


Scaffold

  • 重构 color-less.js (#1100)

Bug Fixes

  • abc:se: 修复 icon 图标丢失 (#577) (d9033dd)
  • form: 修复调用 refreshSchema 应忽略 formChange 事件触发 (#579) (4f4c4f9)
  • form:autocomplete: 修复键入过程中应校验表单 (#580) (3371168)

Features

  • abc:st: 新增展开手风琴模式 expandAccordion 属性 (#576) (d3dd0e4)
  • abc:sv: 新增 optional optionalHelp 属性 (#578) (8968ae4)
  • form: 新增 acl 权限属性 (#574) (54ddae9)