Ng Alain Versions Save

NG-ZORRO admin panel front-end framework (surge mirror https://ng-alain-doc.surge.sh)

17.3.1

1 month ago

Bug Fixes

  • abc:cell: fix can't change detection of widget (#1787) (e9753cb)
  • abc:st: fix resizeable will trigger sorting or filter (#1788) (7939034)
  • cli: add ./ current fold in startup.service (#1780) (905014b)
  • theme: correct .no-data text color in dark (#1782) (c74c639)

Bug Fixes

  • abc:cell: 修复自定义部件下无法变更检测 (#1787) (e9753cb)
  • abc:st: 修复拖拽手柄会触发排序或过滤事件 (#1788) (7939034)
  • cli:startup.service 中对请求当前资源路径增加 ./ (#1780) (905014b)
  • theme: 纠正 .no-data 暗黑模式下文字颜色 (#1782) (c74c639)

17.3.0

2 months ago

Bug Fixes

  • abc:reuse-tab: fix can't cache when component is not used (#1769) (4cb939b)
  • abc:st: fix sorting trigger misalignment in mulit-column (#1767) (4e9aab8)
  • update theme/package.json to depend on @delon/abc and @delon/form (#1766) (b7ea5ac)

Features

Breaking Changes

  • abc:cell widget data type CellWidgetData changed to CellTextResult (#1771) (920b5ab)

Bug Fixes

  • abc:reuse-tab: 修复未使用组件时无法触发路由复用 (#1769) (4cb939b)
  • abc:st: 修复多表头下触发排序错位 (#1767) (4e9aab8)
  • @delon/theme 依赖安装 @delon/abc@delon/form (#1766) (b7ea5ac)

Features

  • auth: 忽略所有本地路径,指的是 assets/ 路径 (#1775) (cd8641e)

Breaking Changes

  • abc:cell 自定义小部件 data 属性类型由 CellWidgetData 变更为 CellTextResult (#1771) (920b5ab)

17.2.0

3 months ago

Bug Fixes

  • fix scrollbar thumb color default is transparent (#1761) (6861343)
  • form:widget:array: fix error remove notify (#1758) (4957399)

Features


Bug Fixes

Features

  • abc:st: 新增 trackBy 属性 (#1760) (f4b2fec)
  • cache: 新增 CacheInterceptor 本地缓存拦截器 (#1576) (837f4f0)

17.1.0

3 months ago

Bug Fixes

Features


Bug Fixes

Features

17.0.5

4 months ago
  • fix(abc:st): fix export mismatch (#1740) (a46f2ee), closes #1740
  • fix(form:array): fix invalid trackBy (#1741) (3e55228), closes #1741

  • fix(abc:st): 修复导出Excel不匹配 (#1740) (a46f2ee), closes #1740
  • fix(form:array): 修复无效 trackBy (#1741) (3e55228), closes #1741

17.0.4

4 months ago
  • fix(abc:se): fix missing required of reactive (#1737) (a2ca109), closes #1737
  • fix(abc:sv): fix bottom spacing in border mode (#1732) (b5bea4e), closes #1732
  • fix(util:pipe:filter): use pure (#1735) (f374209), closes #1735
  • fix(cli): correct 'providers' spelling errors (#1731) (5eafa8f), closes #1731

  • fix(abc:se): 修复响应式表单无法自动识别必填项 (#1737) (a2ca109), closes #1737
  • fix(abc:sv): 修复有边框时底部间距问题 (#1732) (b5bea4e), closes #1732
  • fix(util:pipe:filter): 修复应该使用 pure (#1735) (f374209), closes #1735
  • fix(cli): 修复拼写错误 'providers' (#1731) (5eafa8f), closes #1731

17.0.3

5 months ago
  • fix(theme:i18n): correct params type of i18e pipe (#1723) (bdf0e62), closes #1723
  • fix(cli): correct null value handling (#1724) (c88c9f2), closes #1724

  • fix(theme:i18n): 纠正 i18n 管道参数类型不匹配 (#1723) (bdf0e62), closes #1723
  • fix(cli): 纠正生成NG-ALAIN存在空值问题 (#1724) (c88c9f2), closes #1724

17.0.2

5 months ago
  • fix(cli): fix cannot find module @angular/cdk/schematics (#1721) (49a84a1), closes #1721

17.0.1

5 months ago
  • fix(cli): fix node 20 version (#1719) (df40bb3), closes #1719

  • fix(cli): 修复不支持 node 20 版本 (#1719) (df40bb3), closes #1719

17.0.0

5 months ago

Breaking Changes

  • refactor(form): refining low-frequency widgets (#1668) (8ab0e82), closes #1668
  • build: remove networkEnv plugin instead of nnrm (#1680) (b7dbc68), closes #1680
  • feat(acl): remove forRoot (#1690) (4472d48), closes #1690

Features

  • feat(cli): support use ng add ng-alain in multiple projects (#1664) (e5476e2), closes #1664
  • feat(theme): add provideAlain (#1697) (4311426), closes #1697
  • feat(abc:cell): add provideCellWidgets (#1700) (7ea0daf), closes #1700
  • feat(abc:reuse-tab): add provideReuseTabConfig (#1707) (2f85357), closes #1707
  • feat(abc:st): add provideSTWidgets (#1701) (065316a), closes #1701
  • feat(theme:_httpclient): add timestampSecond (#1670) (051b087), closes #1670
  • feat(theme:pipe:date): add global config (#1711) (b3b93fa), closes #1711
  • feat: add provideAlainConfig (#1689) (b9e0fad), closes #1689
  • feat(auth): add provideAuth (#1704) (c0c731b), closes #1704
  • feat(form): add provideSFConfig (#1702) (2404802), closes #1702
  • feat(mock): add mockInterceptor (#1698) (da051b2), closes #1698
  • feat(mock): support asynchronous (Promise, Observable) of response (#1686) (d7980db), closes #1686
  • feat(mock): add provideDelonMockConfig (#1695) (683ab23), closes #1695
  • feat(testing): add delay function (#1682) (f83ea57), closes #1682
  • build: support pnpm and update yarn to 4 (#1678) (b904b9a), closes #1678

Bug Fixes

  • fix(theme:preloader): fix loading order issues (#1691) (f09c324), closes #1691
  • fix(cli:update): automatically add @_mock path (#1675) (d014b54), closes #1675

If you have any questions during the upgrade, please refer to: https://github.com/ng-alain/ng-alain/issues/2440


Breaking Changes

  • refactor(form): 重构低频率小部件为可选导入 (#1668) (8ab0e82), closes #1668
  • build: 移除 networkEnv 插件,使用 nnrm 替代 (#1680) (b7dbc68), closes #1680
  • feat(acl): 移除 forRoot (#1690) (4472d48), closes #1690

Features

  • feat(cli): 支持多重项目下使用 ng add ng-alain (#1664) (e5476e2), closes #1664
  • feat(theme): 新增 provideAlain (#1697) (4311426), closes #1697
  • feat(abc:cell): 新增 provideCellWidgets (#1700) (7ea0daf), closes #1700
  • feat(abc:reuse-tab): 新增 provideReuseTabConfig (#1707) (2f85357), closes #1707
  • feat(abc:st): 新增 provideSTWidgets (#1701) (065316a), closes #1701
  • feat(theme:_httpclient): 新增 timestampSecond 支持 10 位时间戳 (#1670) (051b087), closes #1670
  • feat(theme:pipe:date): 支持全局配置格式化字符串 (#1711) (b3b93fa), closes #1711
  • feat: 新增 provideAlainConfig (#1689) (b9e0fad), closes #1689
  • feat(auth): 新增 provideAuth (#1704) (c0c731b), closes #1704
  • feat(form): 新增 provideSFConfig (#1702) (2404802), closes #1702
  • feat(mock): 新增 mockInterceptor (#1698) (da051b2), closes #1698
  • feat(mock): 支持异步返回,例如 PromiseObservable (#1686) (d7980db), closes #1686
  • feat(mock): 新增 provideDelonMockConfig (#1695) (683ab23), closes #1695
  • feat(testing): 新增 delay function (#1682) (f83ea57), closes #1682
  • build: support pnpm and update yarn to 4 (#1678) (b904b9a), closes #1678

Bug Fixes

  • fix(theme:preloader): 修复启动动画存在懒加载时空白问题 (#1691) (f09c324), closes #1691
  • fix(cli:update): 修复自动追加 @_mock 路径 (#1675) (d014b54), closes #1675

若升级中疑问,请参考:https://github.com/ng-alain/ng-alain/issues/2440