Skip to content

Releases: bigBear713/nb-form

v20.0.0

08 Oct 15:15
34a3752

Choose a tag to compare

破坏性更新

  • feat: angular升级到^20.0.0;
  • feat: @bigbear713/nb-common升级到^20.0.0;

Breaking Changes

  • feat: Upgrade angular to ^20.0.0;
  • feat: Upgrade @bigbear713/nb-common to ^20.0.0;

v19.0.0

27 Jan 13:58
2c6c342

Choose a tag to compare

破坏性更新

  • feat: angular升级到^19.0.0;
  • feat: @bigbear713/nb-common升级到^19.0.0;

Breaking Changes

  • feat: Upgrade angular to ^19.0.0;
  • feat: Upgrade @bigbear713/nb-common to ^19.0.0;

18.0.0

09 Jul 13:28
c38570b

Choose a tag to compare

破坏性更新

  • feat: angular升级到^18.0.0;
  • feat: @bigbear713/nb-common升级到^18.0.0;

Breaking Changes

  • feat: Upgrade angular to ^18.0.0;
  • feat: Upgrade @bigbear713/nb-common to ^18.0.0;

17.0.0

28 Jan 07:20
2f47159

Choose a tag to compare

v17.0.0

破坏性更新

  • feat: angular升级到^17.0.0;
  • feat: @bigbear713/nb-common升级到^17.0.0;

Breaking Changes

  • feat: Upgrade angular to ^17.0.0;
  • feat: Upgrade @bigbear713/nb-common to ^17.0.0;

16.0.0

23 May 13:56
5c226f2

Choose a tag to compare

破坏性更新

  • feat: angular升级到^16.0.0;
  • feat: @bigbear713/nb-common升级到^16.0.0;

Components


Breaking Changes

  • feat: Upgrade angular to ^16.0.0;
  • feat: Upgrade @bigbear713/nb-common to ^16.0.0;

Components

v15.1.0

12 Mar 03:47
cf3cd98

Choose a tag to compare

Components


Components

v15.0.0

31 Dec 13:20
b71b6ca

Choose a tag to compare

破坏性更新

  • feat: angular升级到^15.0.0;
  • feat: @bigbear713/nb-common升级到^15.0.0;

Tokens

Enums

Services

  • refactor: 优化NbFormServicegetValidatorsFromControlConfig()方法;

Breaking Changes

  • feat: Upgrade angular to ^15.0.0;
  • feat: Upgrade @bigbear713/nb-common to ^15.0.0;

Tokens

Enums

Services

  • refactor: optimize the function getValidatorsFromControlConfig() of NbFormService;

v14.0.0

31 Jul 06:24
adf2848

Choose a tag to compare

破坏性更新

  • feat: angular升级到v14;

Breaking Changes

  • feat: Upgrade angular to v14;

v13.0.0

08 May 05:23
d90afb6

Choose a tag to compare

破坏性更新

  • feat: angular升级到v13;

Breaking Changes

  • feat: Upgrade angular to v13;

v12.1.0

27 Mar 08:20
ecf0562

Choose a tag to compare

Validators

NbFormValidators.equal

  • feat: 增加immediately参数,默认为true;

Services

NbFormService

  • feat: updateEqualControlsValidities()可以更便捷的更新两个期望相等的控件的有效性;

Components

<nb-control-err></nb-control-err>

  • fix: 控件初始时为dirty,组件不显示错误信息;

Validators

NbFormValidators.equal

  • feat: Add immediately param, the default is true;

Services

NbFormService

  • feat: Add updateEqualControlsValidities() function so that you can more convenient to update the validities of the two controls which want to be equal;

Components

<nb-control-err></nb-control-err>

  • fix: When the control is in init status and it is dirty, the component will not display the error information;