Skip to content

Releases: ng-alain/ng-alain

16.4.2

27 Oct 04:00
b9a1e17
Compare
Choose a tag to compare

Performance Improvements

16.4.3

10 Nov 10:20
Compare
Choose a tag to compare
  • corrected menu can't scrolling

16.4.1

20 Oct 11:24
fe53eac
Compare
Choose a tag to compare

Bug Fixes

16.4.0

19 Oct 10:30
c7ec185
Compare
Choose a tag to compare

Bug Fixes

  • abc:onboarding: correct dark style (#1650) (7a21933)
  • abc:st: correct width misalignment in export excel (#1655) (76db16c)
  • cli: missing fileReplacements in Angular16 (#1658) (c5b46ee)
  • form:array: fix invalid ui in ui schema (#1657) (6b3c711)
  • form:select: correct trigger onSearch in reset when set value (#1660) (fa234cd)
  • form: fix visibleIf to correctly trigger reset (#1653) (d80f8fb)
  • form: fix render UI can't be inherit (#1661) (ee96aaa)
  • fix(form:widget:object): fix missing optional of card type (#1661) (ee96aaa)

Features


Bug Fixes

  • abc:onboarding: 纠正暗黑风格 (#1650) (7a21933)
  • abc:st: 纠正导出 Excel 中的宽度未对齐问题 (#1655) (76db16c)
  • cli: 修复 Angular 16 下 ng new ng-alain 缺失 fileReplacements (#1658) (c5b46ee)
  • form:array: 修复 ui 属性无法合并 ui (#1657) (6b3c711)
  • form:select: 纠正有默认值时初始化时无法触发 onSearch (#1660) (fa234cd)
  • form: 修复设置 visibleIf 触发时也会触发 reset 方法 (#1653) (d80f8fb)
  • form: 修复渲染UI不应被继承(#1661) (ee96aaa)
  • fix(form:widget:object): 修复 card 样式缺失 optional (#1661) (ee96aaa)

Features

  • abc:onboarding: 新增 key 用于自动判断是否发生版本变化 (#1652) (5edaa97)
  • abc:theme: 纠正 ng-tag 列表换行间距问题 (#1647) (5da4ecb)
  • cli: add provide function (#1654) (c8779f4)

16.3.0

01 Sep 14:36
75ca1fb
Compare
Choose a tag to compare

SCAFFOLDING

  • enabled bindToComponentInputs #2409.

Bug Fixes

  • abc:pdf: fix ignore dependency pdfjs-dist (If you use local path to load the libary, you need to install the dependency yourself. pdfjs-dist depends on canvas, which may be slow to install dependencies due to environmental factors) (#1641) (#1641) (b987bab)
  • form:select: fix ignore reset option data when set onSearch (#1644) (1f8def7)
  • theme:http: fix missing content of HttpOptions (#1640) (28eeceb)

Features


SCAFFOLDING

  • 启用 bindToComponentInputs #2409.

Bug Fixes

  • abc:pdf: 忽略依赖 pdfjs-dist(若使用本地加载模式,需要自行安装该依赖,pdfjs-dist 依赖了 canvas 可能会因为环境因素安装依赖很慢) (#1641) (b987bab)
  • form:select: 当设置 onSearch 时重置数据时会忽略更新预选数据 (#1644) (1f8def7)
  • theme:http: 纠正 HttpOptions 缺少 content (#1640) (28eeceb)

Features

  • abc:cell: 新增 cell 单元格数据组件 (#1530) (26023ca)
  • abc:page-header: 新增 titleSub 子标题属性 (#1643) (79e229f)
  • abc:st: 标签或徽标支持 tooltip (#1634) (0e9006e)
  • abc:sv: 新增 bordered 是否显示边框 (#1628) (ccfa5e1)
  • cli: ng add 开启 bindToComponentInputs (#1630) (9717d9d)
  • theme:drawer: 新增 closeAll, openDrawers 方法 (#1627) (bab3d0c)
  • theme:modal: 支持百分比大小 (#1626) (8b52a08)

16.2.1

06 Aug 06:54
488e097
Compare
Choose a tag to compare

Bug Fixes


Bug Fixes

  • abc:reuse-tab: 修复缺少导出缓存相关 (#1633) (2c7def7)
  • auth:cookie: 修复过期值应与 expires 同步 (#1636) (eca7bcb)
  • theme:table: 修复单图像的间距问题 (#1629) (994e2be)
  • theme:title: 修复应忽略空标题 (#1638) (c7bf339)

16.2.0

21 Jul 11:36
69728b7
Compare
Choose a tag to compare

SCAFFOLDING

  • Breaking changes router guard #2407.
  • Code style #2405.

Bug Fixes

  • abc:onboarding: fix ComponentFactoryResolver (#1624) (ae065c2)
  • chat:timeline: fix y2 to be optional (#1622) (b565ddf)
  • cli: remove skipTests from generating module (#1616) (0da83f8)
  • fix misalignment of col placeholders in se, sv, sg (#1617) (83b08c9)
  • theme:modal: removed nzComponentParams (#1615) (45863a1)

Features

  • abc:st: add onCell, support colSpan and rowSpan merging (#1613) (9ab109e)
  • abc:st: button support function method of icon, className (#1618) (6bf27da)
  • theme:layout-default: add fetching property (#1614) (8446da6)

BREAKING CHANGE

  • acl: refactor ACLGuard to aclCanMatch, aclCanActivate, aclCanActivateChild
  • auth:simple refactor SimpleGuard to authSimpleCanMatch, authSimpleCanActivate, authSimpleCanActivateChild
  • auth:jtw refactor JWTGuard to authJWTCanMatch, authJWTCanActivate, authJWTCanActivateChild
  • i18n refactor AlainI18NGuard to alainI18nCanMatch, alainI18nCanActivate, alainI18nCanActivateChild

SCAFFOLDING

  • 路由守卫的破坏性变更 #2407.
  • 代码风格变更 #2405.

Bug Fixes

  • abc:onboarding: 修复使用过期方法 ComponentFactoryResolver (#1624) (ae065c2)
  • chat:timeline: 修复 y2 指标数据为可选 (#1622) (b565ddf)
  • cli: 移除生成模块时包含无效参数 skipTests (#1616) (0da83f8)
  • 修复 col 占位符不对齐问题,涉及 se, sv, sg 组件 (#1617) (83b08c9)
  • theme:modal: 修复过期参数 nzComponentParams (#1615) (45863a1)

Features

  • abc:st: 新增 onCell 方法支持合并列或行 (#1613) (9ab109e)
  • abc:st: 新增 icon, className 方法支持动态调整 (#1618) (6bf27da)
  • theme:layout-default: 新增 fetchingStrictly, fetching 属性用于自主受控顶部加载动画状态 (#1614) (8446da6)

BREAKING CHANGE

  • acl: 重构 ACLGuardaclCanMatch, aclCanActivate, aclCanActivateChild
  • auth:simple 重构 SimpleGuardauthSimpleCanMatch, authSimpleCanActivate, authSimpleCanActivateChild
  • auth:jtw 重构 JWTGuardauthJWTCanMatch, authJWTCanActivate, authJWTCanActivateChild
  • i18n 重构 AlainI18NGuardalainI18nCanMatch, alainI18nCanActivate, alainI18nCanActivateChild

16.1.1

16 Jul 06:51
604e778
Compare
Choose a tag to compare

Bug Fixes

  • cli: remove stylelint-config-prettier (#1606) (2ecc28b)
  • theme: fix ant-btn preserve white spaces when is link type (#1605) (0fdd15d)

Features


Bug Fixes

  • cli: 移除过期库 stylelint-config-prettier (#1606) (2ecc28b)
  • theme: 修复忽略两个 nzType="link" 按错时间距 (#1605) (0fdd15d)

Features

  • abc:reuse-tab: 新增可自定义缓存存储 (#1609) (11599d9)
  • theme:modal: 新增支持拖拽参数 drag (#1607) (3cd73f7)

16.0.1

08 Jun 07:36
dcc0253
Compare
Choose a tag to compare
  • fix ng-zorro-antd dependency

  • 修复 ng-zorro-antd 错位版本依赖

16.0.0

07 Jun 10:15
aa338a4
Compare
Choose a tag to compare

Bug Fixes

  • abc:st: fix error row class in fixed column title cell (#1598) (d2bf211)
  • form: fix inheriting references to other of ui (#1600) (a0150e7)

If you have any questions during the upgrade, please refer to: #2390


Bug Fixes

  • abc:st: 修复固定列样式错误 (#1598) (d2bf211)
  • form: 修复ui由于继承关系导致重复引用 (#1600) (a0150e7)

若升级中疑问,请参考:#2390