@ng-forge/dynamic-forms-bootstrap 0.8.0-next.5 → 0.9.0-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,6 +20,8 @@ Bootstrap 5 field components for [@ng-forge/dynamic-forms](https://www.npmjs.com
20
20
 
21
21
  | @ng-forge/dynamic-forms-bootstrap | @ng-forge/dynamic-forms | Angular |
22
22
  | --------------------------------- | ----------------------- | ------------- |
23
+ | 0.8.x | 0.8.x | >=21.2.0 |
24
+ | 0.7.x | 0.7.x | >=21.2.0 |
23
25
  | 0.6.x | 0.6.x | >=21.1.0 |
24
26
  | 0.5.x | 0.5.x | >=21.1.0 |
25
27
  | 0.4.x | 0.4.x | >=21.1.0 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ng-forge/dynamic-forms-bootstrap",
3
- "version": "0.8.0-next.5",
3
+ "version": "0.9.0-next.1",
4
4
  "description": "Bootstrap 5 integration for @ng-forge/dynamic-forms. Pre-built Bootstrap form components.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -31,7 +31,7 @@
31
31
  "@angular/common": "~21.2.0",
32
32
  "@angular/core": "~21.2.0",
33
33
  "@angular/forms": "~21.2.0",
34
- "@ng-forge/dynamic-forms": "~0.8.0-next.5",
34
+ "@ng-forge/dynamic-forms": "~0.9.0-next.1",
35
35
  "rxjs": ">=7.0.0"
36
36
  },
37
37
  "module": "fesm2022/ng-forge-dynamic-forms-bootstrap.mjs",
@@ -459,7 +459,6 @@ declare class BsSliderFieldComponent implements BsSliderComponent {
459
459
  }
460
460
 
461
461
  interface BsTextareaProps extends TextareaProps {
462
- rows?: number;
463
462
  size?: 'sm' | 'lg';
464
463
  floatingLabel?: boolean;
465
464
  hint?: DynamicText;