- feat: Upgrade
angular
to^18.0.0
; - feat: Upgrade
@bigbear713/nb-common
to^18.0.0
;
- feat: Upgrade
angular
to^17.0.0
; - feat: Upgrade
@bigbear713/nb-common
to^17.0.0
;
- feat: Upgrade
angular
to^16.0.0
; - feat: Upgrade
@bigbear713/nb-common
to^16.0.0
;
- perf:
<nb-control-err></nb-control-err>
- Using UnsubscribeService to manage rxjs subscriptions - feat:
<nb-control-err></nb-control-err>
- Thecontrol
is required: issue/17;
- feat:
<nb-control-err></nb-control-err>
- Support to be imported as astandalone component
- feat:
<nb-field-item></nb-field-item>
- Support to be imported as astandalone component
- feat: Upgrade
angular
to^15.0.0
; - feat: Upgrade
@bigbear713/nb-common
to^15.0.0
;
- feat: Add NB_CONTROL_COMMON_ERR_INFO, mark
NB_CONTROL_COMMON_ERR_INFO_TOKEN
asdeprecated
;
- feat: Add NbControlErrType, mark
NbControlErrTypeEnum
asdeprecated
;
- refactor: optimize the function
getValidatorsFromControlConfig()
of NbFormService;
- feat: Upgrade
angular
to^14.0.0
; - feat: Upgrade
@bigbear713/nb-common
to^14.0.0
;
- feat: Upgrade
angular
to^13.0.0
; - feat: Upgrade
@bigbear713/nb-common
to^13.0.0
;
- feat: NbFormValidators.equal - Add
immediately
param, the default istrue
;
- feat: NbFormService - Add
updateEqualControlsValidities()
function so that you can more convenient to update the validities of the two controls which want to be equal;
- fix:
<nb-control-err></nb-control-err>
- When the control is in init status and it is dirty, the component will not display the error information;
- feat: NbFormModule - provide some useful
component
- feat: NbFormTestingModule - provide the env to unit test;
- feat: NbFormValidators.arrLength - array length validator
- feat: NbFormValidators.equal - values are equal validator
- feat: NbFormValidators.fileSize - file size validator
- feat: NbFormValidators.fileType - file type validator
- feat: NbFormValidators.required - required validator
- feat: NbFormValidators.whitespace - can all be whitespace validator
- feat: NbFormService - a
service
which provide some common function about form
- feat:
<nb-control-err></nb-control-err>
- the component is used to show error info of the control - feat:
<nb-field-item></nb-field-item>
- it has common layout and can show error info
- feat: NB_CONTROL_COMMON_ERR_INFO - used to set common error info via DI, and the error information will be used in
<nb-control-err></nb-control-err>
- feat: NbAbstractControl - abstract control type
- feat: INbFormConfigs - form control configs
- feat: INbControlConfig - control config
- feat: INbControlErrInfo - error information of the control
- feat: NbControlErrType - common error enum