@wavelengthusaf/components 3.0.3 → 3.2.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 +15 -0
- package/dist/cjs/index.cjs +649 -3
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +68 -4
- package/dist/esm/index.d.ts +68 -4
- package/dist/esm/index.js +653 -7
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,6 +14,21 @@ npm install @wavelengthusaf/components
|
|
|
14
14
|
|
|
15
15
|
## Release Notes
|
|
16
16
|
|
|
17
|
+
### 3.2.0
|
|
18
|
+
|
|
19
|
+
- 6/17/2025
|
|
20
|
+
- Added `WLAutoComplete`; With appropriate component color conventions.
|
|
21
|
+
|
|
22
|
+
### 3.1.1
|
|
23
|
+
|
|
24
|
+
- 6/13/2025
|
|
25
|
+
- Updated `WLChildDataTable`; Allowed buttons to accept arguments of `() => void` or `() => Promise<void>` to pass functions through.
|
|
26
|
+
|
|
27
|
+
### 3.1.0
|
|
28
|
+
|
|
29
|
+
- 6/2/2025
|
|
30
|
+
- Added `WLChildDataTable`; Changed naming conventions for components into their respective categories.
|
|
31
|
+
|
|
17
32
|
### 3.0.3
|
|
18
33
|
|
|
19
34
|
- 5/30/2025
|