@ng-forge/dynamic-forms-bootstrap 0.1.0 → 0.1.2

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
@@ -4,11 +4,23 @@
4
4
 
5
5
  # @ng-forge/dynamic-forms-bootstrap
6
6
 
7
- Bootstrap 5 field components for ng-forge dynamic forms.
7
+ Bootstrap 5 field components for [@ng-forge/dynamic-forms](https://www.npmjs.com/package/@ng-forge/dynamic-forms).
8
8
 
9
9
  [![npm version](https://img.shields.io/npm/v/@ng-forge/dynamic-forms-bootstrap.svg)](https://www.npmjs.com/package/@ng-forge/dynamic-forms-bootstrap)
10
+ [![npm downloads](https://img.shields.io/npm/dm/@ng-forge/dynamic-forms-bootstrap.svg)](https://www.npmjs.com/package/@ng-forge/dynamic-forms-bootstrap)
11
+ [![Angular](https://img.shields.io/badge/Angular-21+-DD0031.svg)](https://angular.dev)
10
12
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
11
13
 
14
+ > **Experimental API Notice:** This library uses Angular's experimental Signal Forms API.
15
+ > Angular may introduce breaking changes in patch releases. Check the [compatibility matrix](#compatibility) below.
16
+
17
+ ## Compatibility
18
+
19
+ | @ng-forge/dynamic-forms-bootstrap | @ng-forge/dynamic-forms | Angular |
20
+ | --------------------------------- | ----------------------- | ------------- |
21
+ | 0.1.1+ | 0.1.1+ | >=21.0.2 |
22
+ | 0.1.0 | 0.1.0 | 21.0.0-21.0.1 |
23
+
12
24
  ## Installation
13
25
 
14
26
  ```bash
@@ -78,6 +90,14 @@ Input, Select, Checkbox, Toggle, Button, Submit, Next, Previous, Textarea, Radio
78
90
  - [Validation](https://ng-forge.com/dynamic-forms/core/validation)
79
91
  - [Conditional Logic](https://ng-forge.com/dynamic-forms/core/conditional-logic)
80
92
 
93
+ ## Changelog
94
+
95
+ See [GitHub Releases](https://github.com/ng-forge/ng-forge/releases).
96
+
97
+ ## Contributing
98
+
99
+ Contributions are welcome! Please read our [Contributing Guide](https://github.com/ng-forge/ng-forge/blob/main/CONTRIBUTING.md).
100
+
81
101
  ## License
82
102
 
83
103
  MIT © ng-forge