@ng-forge/dynamic-forms-bootstrap 0.5.1 → 0.6.0

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
@@ -18,6 +18,7 @@ Bootstrap 5 field components for [@ng-forge/dynamic-forms](https://www.npmjs.com
18
18
 
19
19
  | @ng-forge/dynamic-forms-bootstrap | @ng-forge/dynamic-forms | Angular |
20
20
  | --------------------------------- | ----------------------- | ------------- |
21
+ | 0.6.x | 0.6.x | >=21.1.0 |
21
22
  | 0.5.x | 0.5.x | >=21.1.0 |
22
23
  | 0.4.x | 0.4.x | >=21.1.0 |
23
24
  | 0.3.x | 0.3.x | 21.0.7-21.0.x |
@@ -90,9 +91,9 @@ Input, Select, Checkbox, Toggle, Button, Submit, Next, Previous, Textarea, Radio
90
91
  ## Documentation
91
92
 
92
93
  - [Bootstrap Integration](https://ng-forge.com/dynamic-forms/ui-libs-integrations/bootstrap)
93
- - [Field Types](https://ng-forge.com/dynamic-forms/core/field-types)
94
- - [Validation](https://ng-forge.com/dynamic-forms/core/validation)
95
- - [Conditional Logic](https://ng-forge.com/dynamic-forms/core/conditional-logic)
94
+ - [Field Types](https://ng-forge.com/dynamic-forms/field-types)
95
+ - [Validation](https://ng-forge.com/dynamic-forms/validation/basics)
96
+ - [Conditional Logic](https://ng-forge.com/dynamic-forms/dynamic-behavior/overview)
96
97
 
97
98
  ## Changelog
98
99