Releases: rxweb/rxweb
Releases · rxweb/rxweb
Release list
13.0.1(2023-05-04)
Enhancements
- expose minTime and maxTime validation config value #630
Special thanks to @alizedebray for #624.
2.1.8(2023-05-04)
Enhancements
- expose minTime and maxTime validation config value #630
Special thanks to @alizedebray for #624.
13.0.0(2022-11-23)
Bug Fixes
- Angular 13 Compatibility #542
2.1.7(2022-05-09)
Bug Fixes
Enhancement
- Display error messages with friendly names #518
- Auto-Create Prop Object or create with default value #551
- updateOn decorator to set validator trigger event #404
Special thanks to @pranavirabatti for pull request.
2.1.4(2021-09-09)
Bug Fixes
- Show validation with custom parameters #515
- Incorrect FormGroup validation state #510
- Incorrect marking FormControl state #508
- Conditional expression validation state #505 #441
baseConfigdataFormat missing in minDate Validation #471- add configured minSize value in the fileSize validator #483
- Url Validation with subdomain #493
- oneOf validation on string value #432
Enhancement
- Validate multiple values in StartsWith,EndsWith, and Contains Validator #457
- expose date format validation #447
- Password validation with special characters #486
Special thanks to @branchjoshua for pull request.
2.1.0(2020-09-03)
Bug Fixes
- Mask is invalidating the field after receiving data from the server #381
- @Date does not validate as expected #333
- Clearing backend validation messages does not work at formGroup level #366
Enhancement
- Max number with value async #331
- Async Validators #263
- Adding a mask to a mac validator #391
- File Extension validator to exclude list of extensions #393
- Add getValidators() method in RxFormControl #377
- Allow building the form with AbstractControlOptions #332
- multilingual validation message centrally #375
Special thanks to @Ushmidave for pull request for fixing the issue of clear the server error messages.
2.0.0(2020-07-13)
Bug Fixes
- Importing RxReactiveFormsModule causes Angular's built-in validation not to work synchronously #360
- Multiple calls of valueChanges event with different conditionalExpression functions #361
- Invalid range in character set #351
- @Todate() does not properly handle ISODate format #342
- When FormGroup contains a FormControl instead of RxFormControl error is thrown #346
- validation error with zero values in angular range validator
Enhancement
Special thanks to @donalfenwick for pull request for fixing the issue of range validator.
2.0.0-rc1(2020-05-11)
1.9.9(2020-04-30)
Bug Fixes
- InvalidPipeArgument when using numeric validator #312
Features
- Handle ngx-translate error message keys #314
- Conditional Disable FormControl through validator #307
- propArray / FormArray update on updation of RxFormGroup object using patchModelValue(...) #306
- Form Reset not working as expected #303
- Greater Than/Less than validator to validate greater than input based on formArray #289
- updateOn with RxFormBuilder #316