@wavelengthusaf/components 3.4.0 → 4.0.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
@@ -14,12 +14,21 @@ npm install @wavelengthusaf/components
14
14
 
15
15
  ## Release Notes
16
16
 
17
+ ### 4.0.0
18
+
19
+ -9/24/2025
20
+
21
+ - De-coupled the web components from the package; web components are now a separate npm package, `@wavelengthusaf/web-components`
22
+ - Made some changes to the build script, package size reduced
23
+ - Update documentation to reflect changes
24
+
17
25
  ### 3.4.0
18
26
 
19
27
  - 9/16/2025
20
28
  - Added `WavelengthForm` component; utilizes a `Zod` Schema to generate a user form that can have a 1-to-1 relationship with a backend stood up by the `acid-doc-express` package.
21
29
 
22
30
  ### 3.3.11
31
+
23
32
  - 8/26/2025
24
33
  - Updated `WavelengthTitleBar` to control shadow color with prop `shadowColor`.
25
34
 
@@ -31,12 +40,12 @@ npm install @wavelengthusaf/components
31
40
  ### 3.3.9
32
41
 
33
42
  - 8/18/2025
34
- - Updated `WlAutoComplete` and `WlDatePicker` to be able to accept percentages values for width, as well as fixing the transperancy issues with the floating label.
43
+ - Updated `WavelengthAutoComplete` and `WavelengthDatePicker` to be able to accept percentages values for width, as well as fixing the transperancy issues with the floating label.
35
44
 
36
45
  ### 3.3.8
37
46
 
38
47
  - 8/11/2025
39
- - Updated `WlAutoComplete` and `WlDatePicker` to have the same outline styling, removal of `position: absolute` in components and reordering of css behavior. Both components contain an optional `OnDataChange` prop and the storybook documentation has been updated.
48
+ - Updated `WavelengthAutoComplete` and `WavelengthDatePicker` to have the same outline styling, removal of `position: absolute` in components and reordering of css behavior. Both components contain an optional `OnDataChange` prop and the storybook documentation has been updated.
40
49
 
41
50
  ### 3.3.7
42
51
 
@@ -46,7 +55,7 @@ npm install @wavelengthusaf/components
46
55
  ### 3.3.6
47
56
 
48
57
  - 8/11/2025
49
- - Updated `WLAutoComplete` to have the outline styling refactored, the component also features a `id` and `name` prop for form handling. Fixed dropdown visibility issues.
58
+ - Updated `WavelengthAutoComplete` to have the outline styling refactored, the component also features a `id` and `name` prop for form handling. Fixed dropdown visibility issues.
50
59
 
51
60
  ### 3.3.5
52
61
 
@@ -61,7 +70,7 @@ npm install @wavelengthusaf/components
61
70
  ### 3.3.3
62
71
 
63
72
  - 8/05/2025
64
- - Updated `WLAutoComplete` to be able to have scroll functionality and basic validation.
73
+ - Updated `WavelengthAutoComplete` to be able to have scroll functionality and basic validation.
65
74
 
66
75
  ### 3.3.2
67
76
 
@@ -71,17 +80,17 @@ npm install @wavelengthusaf/components
71
80
  ### 3.3.1
72
81
 
73
82
  - 6/22/2025
74
- - Updated `WLAutoComplete` to be able to have scroll functionality and basic validation.
83
+ - Updated `WavelengthAutoComplete` to be able to have scroll functionality and basic validation.
75
84
 
76
85
  ### 3.3.0
77
86
 
78
87
  - 6/17/2025
79
- - Added `WLDatePicker`;.
88
+ - Added `WavelengthDatePicker`;.
80
89
 
81
90
  ### 3.2.0
82
91
 
83
92
  - 6/17/2025
84
- - Added `WLAutoComplete`; With appropriate component color conventions.
93
+ - Added `WavelengthAutoComplete`; With appropriate component color conventions.
85
94
 
86
95
  ### 3.1.1
87
96