Skip to content

Latest commit

 

History

History
122 lines (87 loc) · 8.2 KB

CHANGELOG.md

File metadata and controls

122 lines (87 loc) · 8.2 KB

v19.0.0

Breaking Changes

  • feat: Upgrade angular to v19;

v18.0.0

Breaking Changes

  • feat: Upgrade angular to v18;

v17.0.0

Breaking Changes

  • feat: Upgrade angular to v17;

v16.2.0


v16.1.0


v16.0.0

Breaking Changes

  • feat: Upgrade angular to v16;
  • refactor: [nbPlaceholder] - Using NbUnsubscribeService to manage rxjs subscriptions

v15.1.0

  • feat: [nb-r-str] - Support to be imported as a standalone component
  • 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
  • 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

Breaking Changes

  • feat: Upgrade angular to v15;

v14.0.0

Breaking Changes

  • feat: Upgrade angular to v14;

v13.0.0

Breaking Changes

  • feat: Upgrade angular to v13;

v12.2.0

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

v12.1.0


  • fix: The placeholder attr value will auto be updated in some cases when the changeDetection is ChangeDetectionStrategy.OnPush

v12.0.0