- feat:
angular
升级到v18
;
- feat:
angular
升级到v17
;
- feat: NbUnsubscribeService - 调整
collectASubscriptionByKey()
的返回值:issues/30
- feat:
angular
升级到v16
;
- feat: NbUnsubscribeService - 提供取消rxjs订阅的功能
- refactor:
[nbPlaceholder]
- 使用NbUnsubscribeService管理rxjs的订阅
- feat:
[nb-r-str]
- 支持以standalone component
的方式引入
- feat:
[nbPlaceholder]
- 支持以standalone component
的方式引入 - feat:
img[nbImg]
- 支持以standalone component
的方式引入 - refactor:
img[nbImg]
- 优化图片的加载时机
- feat:
nbIsAsync
- 支持以standalone component
的方式引入 - feat:
nbIsBoolean
- 支持以standalone component
的方式引入 - feat:
nbIsNumber
- 支持以standalone component
的方式引入 - feat:
nbIsObservable
- 支持以standalone component
的方式引入 - feat:
nbIsString
- 支持以standalone component
的方式引入 - feat:
nbTplContent
- 支持以standalone component
的方式引入
- feat:
angular
升级到v15
;
- feat:
angular
升级到v14
;
- feat:
angular
升级到v13
;
- feat:
img[nbImg]
- 在image加载完成前添加loading效果,当加载失败时会显示预设置好的图片;
- feat: NB_DEFAULT_LOADING_IMG - 在DI中设置加载image时的loading效果图片的token;
- feat: NB_DEFAULT_ERR_IMG - 在DI中设置加载image失败时显示的图片的token;
- feat:
nbIsBoolean
- 判断值是否是boolean类型 - feat:
nbIsNumber
- 判断值是否是数字 - feat:
nbIsString
- 判断值是否是字符串
- fix: 一些情况下,在
ChangeDetectionStrategy.OnPush
下不会更新
- feat: NbCommonModule - 提供可用的
component
,directive
,pipe
- feat: NbCommonTestingModule - 提供单元测试环境
- feat: getTplRefInstance() - 快速获取templateRef的fixture, component, tplRef等
- feat: NbValueTypeService - 提供值类型检测的功能
- feat:
[nb-r-str]
- 字符串内容渲染
- feat:
[nbPlaceholder]
- 设置placeholder属性值
- feat:
nbIsAsync
- 判断值是否是异步 - feat:
nbIsObservable
- 判断值是否是可观察类型 - feat:
nbTplContent
- 获取TemplateRef类型