Skip to content

Releases: rxweb/rxweb

13.0.1(2023-05-04)

04 May 06:49
Compare
Choose a tag to compare

Enhancements

  • expose minTime and maxTime validation config value #630

Special thanks to @alizedebray for #624.

2.1.8(2023-05-04)

04 May 06:48
Compare
Choose a tag to compare

Enhancements

  • expose minTime and maxTime validation config value #630

Special thanks to @alizedebray for #624.

13.0.0(2022-11-23)

23 Nov 11:32
a3ca624
Compare
Choose a tag to compare

Bug Fixes

  • Angular 13 Compatibility #542

2.1.7(2022-05-09)

09 May 13:38
Compare
Choose a tag to compare

Bug Fixes

  • Password Validation #549
  • Angular 13 Build #542

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)

09 Sep 13:22
Compare
Choose a tag to compare

Bug Fixes

  • Show validation with custom parameters #515
  • Incorrect FormGroup validation state #510
  • Incorrect marking FormControl state #508
  • Conditional expression validation state #505 #441
  • baseConfig dataFormat 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)

03 Sep 12:15
Compare
Choose a tag to compare

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)

13 Jul 10:34
Compare
Choose a tag to compare

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

  • Optional digit in mask #335
  • Set errors after HTTP callback #338

Special thanks to @donalfenwick for pull request for fixing the issue of range validator.

2.0.0-rc1(2020-05-11)

11 May 11:07
Compare
Choose a tag to compare

Bug Fixes

  • @async validation not working #324
  • Disable Not Working through Model Decorator #318

Enhancement

  • Add prefix all directive #321

1.9.9(2020-04-30)

30 Apr 05:10
Compare
Choose a tag to compare

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

1.9.9-beta3(2020-03-17)

17 Mar 14:58
Compare
Choose a tag to compare

Bug Fixes

  • @Date does not validate as expected #280
  • Bug with form control #281
  • Different behaviour in DEV vs PROD builds #292

Features

  • Restrict startswith characters #297
  • Provide extra property for validating ISO Date #295