更新日志
NG-ALAIN 严格遵循 Semantic Versioning 2.0.0 语义化版本规范。
发布周期
修订版本号:每周末会进行日常 bugfix 更新。(如果有紧急的 bugfix,则任何时候都可发布)
次版本号:每月发布一个带有新特性的向下兼容的版本。
主版本号:含有破坏性更新和新特性,不在发布周期内。
9.5.1 (2020-07-02)
Bug Fixes
9.5.0 (2020-07-01)
默认并没有 NG-ALAIN 直接支持 SSR,可以参考SSR章节来实现。
Scaffold
- SSR: 确保
i18n.service.ts
,theme-btn.component.ts
支持 SSR (#1730)
Bug Fixes
Features
9.4.1 (2020-06-25)
Bug Fixes
9.4.0 (2020-06-13)
Scaffold
- BREAKING CHANGES theme-btn: 使用
set
替代update
(#1712)
Bug Fixes
abc:st: 修复调用
resetColumns
方法若指定emitReload: true
应先清空数据 (#954) (b89f13c)form:widget:array: 修复指定
cleanValue
应清除数组的部分 (#948) (3881014)
Features
9.3.2 (2020-06-01)
Scaffold
Bug Fixes
9.3.1 (2020-05-27)
Bug Fixes
9.3.0 (2020-05-24)
Scaffold
- 新增暗黑、紧凑两种主题,本次为破坏性变更,需要手动更新两个地方:
1、src/styles.less
文件
// #region PLACEHOLDER, IMPORTANT: don't remove
@import '~@delon/theme/styles/index';
@import '~@delon/abc/index';
@import '~@delon/chart/index';
@import '~@delon/theme/styles/layout/default/index';
@import '~@delon/theme/styles/layout/fullscreen/index';
@import './styles/index';
@import './styles/theme';
// #endregion
更新为:
@import '~@delon/theme/system/index';
@import '~@delon/abc/index';
@import '~@delon/chart/index';
@import '~@delon/theme/layout/default/index';
@import '~@delon/theme/layout/fullscreen/index';
@import './styles/index';
@import './styles/theme';
// You can directly set the default theme
// - `dark` Import the official dark less style file
// - `compact` Import the official compact less style file
// @import '~@delon/theme/theme-dark.less';
2、主题变量路径
将所有 @import '~@delon/theme/styles/default';
替换成 @import '~@delon/theme/index';
如果你希望跟示例网站一样,支持这两种动态主题的切换,请参考定制主题。
本次更新完整 PR 请参考 (#1668)
Bug Fixes
Features
9.2.4 (2020-05-15)
Scaffold
- 修复
catchError
不会处理数组异常 (#1652)
Bug Fixes
9.2.3 (2020-05-14)
Bug Fixes
9.2.2 (2020-05-12)
Bug Fixes
theme:style:utils: 修复
flex-center-between
样式不正确 (#886) (2b3f998)theme:style:utils: 修复两个
nzType="link"
按钮不应该有空白间距 (#886) (2b3f998)
9.2.1 (2020-05-06)
Bug Fixes
9.2.0 (2020-05-06)
Bug Fixes
Features
9.1.0 (2020-05-01)
Bug Fixes
Features
abc:reuse-tab: 新增右键刷新标签,务必要调整 route-outlet,否则当前标签无法刷新 (#863) (ea588b2)
9.0.1 (2020-04-27)
Scaffold
- 修复无法正确获取浏览器默认语言代码 (#1600)
Bug Fixes
9.0.0 (2020-04-24)
欢迎来到 ng-alain 的 9.0.0 版本,有关细节请参考升级指南。
Scaffold
Features
Bug Fixes
BREAKING CHANGES
- The All “General Configuration” method is going to be removed in 10.0.0. Please refer to https://ng-alain.com/docs/global-config
9.0.0 之前版本
9.0.0 之前版本的更新记录可以在 Github 查看