Skip to content

Releases: bigBear713/nb-common

v18.0.0

29 Jun 14:36
55c3da9
Compare
Choose a tag to compare

破坏性更新

  • feat: angular升级到v18;

Breaking Changes

  • feat: Upgrade angular to v18;

17.0.0

02 Dec 12:54
41cf28c
Compare
Choose a tag to compare

破坏性更新

  • feat: angular升级到v17;

Breaking Changes

  • feat: Upgrade angular to v17;

16.2.0

03 Jul 15:29
476c375
Compare
Choose a tag to compare

Pipes


Pipes

16.1.0

01 Jun 13:49
3237218
Compare
Choose a tag to compare

Services


Services

v16.0.0

07 May 04:08
3cde1a0
Compare
Choose a tag to compare

破坏性更新

  • feat: angular升级到v16;

Services

Directives

  • refactor: [nbPlaceholder] - 使用NbUnsubscribeService管理rxjs的订阅

Breaking Changes

  • feat: Upgrade angular to v16;

Services

Directives

  • refactor: [nbPlaceholder] - Using NbUnsubscribeService to manage rxjs subscriptions

v15.1.0

12 Mar 03:01
84f8d8b
Compare
Choose a tag to compare

Components

  • feat: [nb-r-str] - 支持以standalone component的方式引入

Directives

  • feat: [nbPlaceholder] - 支持以standalone component的方式引入
  • feat: img[nbImg] - 支持以standalone component的方式引入
  • refactor: img[nbImg] - 优化图片的加载时机

Pipes

  • feat: nbIsAsync - 支持以standalone component的方式引入
  • feat: nbIsBoolean - 支持以standalone component的方式引入
  • feat: nbIsNumber - 支持以standalone component的方式引入
  • feat: nbIsObservable - 支持以standalone component的方式引入
  • feat: nbIsString - 支持以standalone component的方式引入
  • feat: nbTplContent - 支持以standalone component的方式引入

Components

  • feat: [nb-r-str] - Support to be imported as a standalone component

Directives

  • feat: [nbPlaceholder] - Support to be imported as a standalone component
  • feat: img[nbImg] - Support to be imported as a standalone component
  • refactor: img[nbImg] - Optimising the timing for loading images

Pipes

  • feat: nbIsAsync - Support to be imported as a standalone component
  • feat: nbIsBoolean - Support to be imported as a standalone component
  • feat: nbIsNumber - Support to be imported as a standalone component
  • feat: nbIsObservable - Support to be imported as a standalone component
  • feat: nbIsString - Support to be imported as a standalone component
  • feat: nbTplContent - Support to be imported as a standalone component

v15.0.0

22 Dec 09:43
1423bc3
Compare
Choose a tag to compare

破坏性更新

  • feat: angular升级到v15;

Breaking Changes

  • feat: Upgrade angular to v15;

v14.0.0

31 Jul 06:20
ac0369b
Compare
Choose a tag to compare

破坏性更新

  • feat: angular升级到v14;

Breaking Changes

  • feat: Upgrade angular to v14;

v13.0.0

01 May 13:55
e4356c3
Compare
Choose a tag to compare

破坏性更新

  • feat: angular升级到v13;

Breaking Changes

  • feat: Upgrade angular to v13;

v12.2.0

25 Apr 12:43
c363540
Compare
Choose a tag to compare

Directives

  • feat: img[nbImg] - 在image加载完成前添加loading效果,当加载失败时会显示预设置好的图片;

Tokens


Directives

  • feat: img[nbImg] - Add loading effect when loading image. When failure to load image, it will display the picture which is preset;

Tokens

  • feat: NB_DEFAULT_LOADING_IMG - It is the token is used for presetting the loading effect picture via DI;
  • feat: NB_DEFAULT_ERR_IMG - It is the token is used for presetting the picture which is displayed when failure to load the image via DI;